Sorry, but there is no formatter for 'reason'-files installed
See original GitHub issueI’m trying to develop an app with create-react-app and reason-scripts
and it works fine, but for some reason, I’m unable to format my Reason React code. I have editor.formatOnSave
set to true
. If I try ‘Format Selection’ using Ctrl+K Ctrl+F
with code highlighted, I get the message in the title.
Is there some specific configuration I need to get the formatting to work?
Is there any more information I need to provide to clarify the problem?
UPDATE I’m using WSL. I installed Reason using the instructions here. I completely removed my instance of WSL and installed a fresh copy and that didn’t change anything.
OS: Windows 10 VS Code Version: 1.19.3 Plugin Version: 1.0.21
Issue Analytics
- State:
- Created 6 years ago
- Comments:7
Top Results From Across the Web
Sorry, but there is no formatter for 'xml'-files installed.
My VS Code just lost it's ability to format XML. I installed the vs-code-xml-format extension to get XML formatting functional again.
Read more >How to Fix the “Sorry, This File Type Is Not Permitted for ...
Learn what the 'sorry, this file type is not permitted for security reasons' means in WordPress, and five ways you can resolve it....
Read more >You receive error messages when opening an Office document
To do this, begin working on the file, and make sure that everything is working as expected. Workaround 3: Change file format and...
Read more >Visual Studio Code doesn't format C# code - Stack Overflow
Sorry, but there is no formatter for 'csharp'-files installed. Also, I installed C# Extension, but it didn't help. The Visual Studio Code ...
Read more >"Drawing file is not valid" when opening a file in AutoCAD
If the first few rows are consistently different in format, this may indicate irrevocable corruption, improper conversion, or wrong file type.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Native Windows support (without WSL) using
bsb-native
is also planned but as with WSL support it is not yet available in release. If those instructions you linked to are not working I think the only other real alternative would be to use a VM for the moment. Maybe @superherointj can help get your configuration working though.Yeah, @freebroccolo while I didn’t have much luck with WSL I decided to partition a bit of my hard drive and create an Ubuntu boot. All working wonderfully. 😃