About 524,000 results
Open links in new tab
  1. How can I manually download .vsix files now that the VS 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 …

  2. printing - How to print a file from VS Code? - Stack Overflow

    Apr 29, 2016 · I want to send the file I'm currently editing to a printer, like I did in Notepad++ for example. I havn't found any hint on a print command. Is it not possible ?

  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 …

  4. What are the differences between Visual Studio Code and Visual …

    May 29, 2015 · Microsoft recently released Visual Studio Code and I am a little confused about its usage, since Visual Studio has lot of functional similarities with it.

  5. How to Connect Visual Studio Code with Azure GIT Repo

    May 20, 2021 · I want to connect Visual Studio Code with Azure GIT Repo. For this I have Azure GIT Repo with empty files, installed VS Code which have following details and installed Azure …

  6. 400 BAD request HTTP error code meaning? - Stack Overflow

    Oct 30, 2013 · The description of the 400 code is "the request could not be understood by the server due to malformed syntax" - so it shouldn't be used for validation errors, imho.

  7. How to indent/format a selection of code in Visual Studio Code?

    275 I want to indent a specific section of code in Visual Studio Code. I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work …

  8. How to quickly Comment and uncomment a code? - Stack Overflow

    Apr 3, 2019 · Sometimes I have the need to try: A code example or a variant of it. This is necessary to test a new functionality or to test its implementation or performance. The code …

  9. What is the hexadecimal code for a transparent color?

    I want to set the color as transparent. In RGB, 255 0 255 with alpha 5 may work as transparent, but how can I get it in hexadecimal? What is the hexadecimal code for a transparent color?

  10. Configuring task.json and launch.json for C in vs code

    Apr 19, 2022 · Configuring task.json and launch.json for C in vs code Asked 3 years, 3 months ago Modified 2 months ago Viewed 58k times