We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, is it possible to use it with Visual Studio Code? If yes, how? Thanks in advance
The text was updated successfully, but these errors were encountered:
No, and the developer hasn't updated this project in years.
Sorry, something went wrong.
I am also interested in this extension for vs code
Yes you can run the webcompiler (in VS Pro) from your VS Code ^^
You can use a "run on save" extension (VS Code) that run a command line to run Webcompiler.exe
like : "command": "c:\\users\\userOnThisComputer\\appdata\\local\\microsoft\\visualstudio\\visualStudioVersionNumberOnYourComputer\\Extensions\\webCompilerVersionNumberOnYourCompute\\WebCompiler.exe \"${workspaceFolder}/yourProjectOnyourComputer/compilerconfig.json\" *.LESS",
"command": "c:\\users\\userOnThisComputer\\appdata\\local\\microsoft\\visualstudio\\visualStudioVersionNumberOnYourComputer\\Extensions\\webCompilerVersionNumberOnYourCompute\\WebCompiler.exe \"${workspaceFolder}/yourProjectOnyourComputer/compilerconfig.json\" *.LESS",
No branches or pull requests
Hi, is it possible to use it with Visual Studio Code? If yes, how?
Thanks in advance
The text was updated successfully, but these errors were encountered: