"enableLocalNodeCompiler" unknown configuration setting
See original GitHub issueHey @juanfranblanco, perhaps you deprecated enableLocalNodeCompiler
by mistake? VSCode warns me that this is an unknown configuration setting now.
This is with vscode@1.54.3 and vscode-solidity@0.0.110.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Unknown configuration setting warning. · Issue #64441 - GitHub
After opening the settings.json file (from the preferences menu, not directly) I get a couple of warnings stating: Unknown configuration setting ...
Read more >Solidity version error - visual studio code
In my Visual Studio Code I use the Juan Blanco extension to help me coding Solidity. The solution is to change in the...
Read more >vscode "python.jediEnabled": false, showing as Unknown ...
this is the settings.json file code
Read more >remap | declarative mapping library to simplify testable object
Creates a transformation for the given configuration . Returns set of properties of given type . Find the mapping between source and destination...
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
Thanks, on my way to the readme 😃, as I have just literally added now the download of the compiler, and other command settings. You can configure the node module, even if simple, you can do this:
As you may have another node_module package, which has a version of solc. (like optismism/solc)
Eventually this might need to be a path, but then might aswell configure the local path in the project…
Updated the readme!