About 449,000 results
Open links in new tab
  1. How can I download .vsix files now that the Visual Studio Code ...

    Jan 16, 2025 · 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 …

  2. 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...

  3. The VSCode `code .` command is not working in the …

    I get this error: code . is not recognised as an external or internal command, operable program or batch file Morevoer, shell commands are not coming in my compiler VS code neither do setx path...

  4. installation - Issues with VScode: Cannot open, code.exe file missing ...

    May 6, 2023 · Issues with VScode: Cannot open, code.exe file missing, and failed download Asked 2 years, 5 months ago Modified 24 days ago Viewed 19k times

  5. 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 …

  6. Native exiting with with code: -1073741510 (0xc000013a) while using ...

    Aug 15, 2017 · According to: Jobs failing on Windows with Exit Code 0xC000013A Globally speaking, Exit Code 0xC000013A means that the application terminated as a result of a CTRL+C or closing …

  7. How can I install VS Code extension manually? - Stack Overflow

    Feb 3, 2017 · 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 …

  8. The code . command opens Cursor instead of VS code

    May 11, 2025 · 9 When you install the "Cursor" AI code editor / IDE on Windows, it takes over the code command which many developers often use in the terminal to quickly open VSCode. For example, …

  9. code . is not recognized as an internal or external command

    Oct 9, 2017 · 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 …

  10. How to highlight bash/shell commands in markdown?

    For example, to highlight js, I write: ```js function () { return "This code is highlighted as Javascript!"} ``` To highlight HTML code I use ```html. How can we highlight Bash/shell commands?