About 51 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 do you format code in Visual Studio Code (VSCode)?

    Apr 30, 2015 · 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 …

  3. How to update VS Code on Windows? - Stack Overflow

    Mar 23, 2020 · 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'.

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

  5. What is managed or unmanaged code in programming?

    Dec 2, 2008 · I am using a specific command in in my C# code, which works well. However, it is said to misbehave in "unmanaged" code. What is managed or unmanaged code?

  6. How do you display code snippets in MS Word preserving format and ...

    Dec 23, 2008 · It has Online Addin called "Code Format" . Install that Office Addin and in your word doc you can just select all code (even multiple pages) and click convert it button from the Code Format …

  7. Multiline editing in Visual Studio Code - Stack Overflow

    Is it possible to enable multiline editing like in Sublime Text? For example, press Ctrl to place additional cursor carets and being able to write/delete on multiple places in the document at one ...

  8. vs code not opening up in windows - Stack Overflow

    May 10, 2020 · VS Code desktop versions starting with 1.71 (August 2022) will no longer run on Windows 7 and you will need to upgrade to a newer Windows version to use later versions of VS Code.

  9. What does it mean when an HTTP request returns status code 0?

    May 16, 2009 · 186 What does it mean when JavaScript network calls such as fetch or XMLHttpRequest, or any other type of HTTP network request, fail with an HTTP status code of 0? …

  10. Visual Studio Code - is there a Compare feature like that plugin for ...

    May 9, 2015 · I have Visual Studio Code version 1.27.2 and can do this: Compare two files Drag and drop the two files into Visual Studio Code Select both files and select Select for Compare from the …