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/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/64461301/open-…
Open folder in VS Code from Windows Explorer - Stack Overflow
While installing the VS Code, we get an option to tick for Open with Code. I gave the tick mark for only files but not for folders. So how to turn it on after installation? When I'm opening a file:...
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/46638944/code-…
code . is not recognized as an internal or external command
4 Is your VS Code corrupted? This path issue may indicate that VS Code files are corrupted and you may face other issues. Especially, if code command was working before. No Repair or Reinstall According to Microsoft, repair is unsupported. Ultimate solution Uninstall code from control panel. Download and install code using the latest installer.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/54106071/how-c…
How can I set up a virtual environment for Python in Visual Studio Code ...
Afterwards, open Visual Studio Code and left-click on the Visual Studio Code interpreter shown in Visual Studio Code at the bottom left: Choose a virtual environment that pops up in a dropdown of the settings window, and you are done.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/387453/how-do-…
How do you display code snippets in MS Word preserving format and ...
Does anyone know a way to display code in Microsoft Word documents that preserves coloring and formatting? Preferably, the method would also be unobtrusive and easy to update. I have tried to incl...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/29937568/how-c…
How can I find the product GUID of an installed MSI setup?
I need to find the product GUID for an installed MSI file in order to perform maintenance such as patching, uninstall (how-to uninstall) and also for auditing purposes.
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/60807557/how-t…
How to update VS Code on Windows? - Stack Overflow
VS Code will automatically update itself on windows 10. If you'd like to force an update check there's an option available for that under 'Help > Check for Updates'.