Working with vscode, I am looking for a simple compiler for js code (like “Live Sass Compiler” Extension)
My Team is working with vscode. But the majority of them are no devs. We use Live Sass Compiler for scss files and need a similar solution for js files. The config and setup have to be as simple as possible. i dont want to use webstack, since it will come up with versioning problems sooner or later. i need the most simple solution for this possible.
Double click to maximize window in VSCode
In VSCode, through configuration or via some extension, I was wondering if it would be possible to make it so that double-clicking on the tab with the file name being edited maximizes it.
VS Code not updating: Failed to create file handle: system cannot find the path specified
VS Code was unable to update with an error message stating that “There was an error while Opening file handle: “C:Users\AppData………
ENOENT: no such file or directory error in my VSCode extension
I made my first VSCode extension (an sqlite database browser/viewer), no icon yet.
What is the best way to suppress intellisense when displaying inline completions?
Cross-posting from https://github.com/microsoft/vscode-discussions/discussions/1161
VSCode extension doesn’t work after publish
I am learning programming for few months by now and i tried my best to make an extension for VS Code for training.
How do I bundle an executable in my vscode extension and use it
I want to use a bundled executable that comes in with my extension. I can use an executable that exists in usr/bin/my-exe
for example but cannot use an executable I bundle with the extension.