Global web icon
stackoverflow.com
https://stackoverflow.com/questions/79359919/how-c…
How can I download .vsix files now that the Visual Studio Code ...
Clone or download the extension code to your local directory. In your local directory with the copy of the product, run command: vsce package. This way, you can recreate a .vsix version of the package not only for the version presented at the Visual Studio Marketplace but for any earlier release.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/79717434/how-t…
How to disable AI autocomplete in VS Code? - Stack Overflow
In around July 2025, VS Code introduced some kind of AI autocomplete. I want to turn it off. All the previous options like github.copilot.enable or github.copilot.editor.enableAutoCompletions don't...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/76187272/issue…
installation - Issues with VScode: Cannot open, code.exe file missing ...
Issues with VScode: Cannot open, code.exe file missing, and failed download Asked 2 years, 7 months ago Modified 12 days ago Viewed 21k times
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/50182417/the-v…
The VSCode `code .` command is not working in the terminal/command ...
Adding the code executable to your PATH for use in the Git Bash or MSYS2 terminals If you're trying to run the code command in Windows in a Git Bash (from Git for Windows) terminal, or in an MSYS2 terminal, and VSCode is installed, then you may just need to add the code executable to your PATH.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/34316156/how-c…
How can I comment multiple lines in Visual Studio Code?
I cannot find a way to comment and uncomment multiple lines of code in Visual Studio Code. Is it possible to comment and uncomment multiple lines in Visual Studio Code using some shortcut? If yes, ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/1151152/how-sh…
How should I use Outlook to send code snippets? [closed]
As a programmer at a big corporation, I frequently send Outlook emails that contain code samples. I'll actually type code directly into an email. This inevitably causes problems, as Outlook really
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/29973357/how-d…
How do you format code in Visual Studio Code (VSCode)?
Visual Studio Code allows the user to customize the default settings. If you want to auto format your content while saving, add the below code snippet in the work space settings of Visual Studio Code.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/52677564/insta…
Install Visual Studio Code for all users - Stack Overflow
I updated to the version here where it installs it per user instead of all. How do I install for all users instead? Do I need to install for each user now?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/42017617/how-c…
How can I install VS Code extension manually? - Stack Overflow
I am not able to download any extension via VS Code on my office system due to the proxy. Is there a way that I can do it manually by downloading and placing the downloaded files at the right place?
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/2342579/http-s…
HTTP status code for update and delete? - Stack Overflow
What status code should I set for UPDATE (PUT) and DELETE (e.g. product successfully updated)?