About 7,950,000 results
Open links in new tab
  1. installation - How do I install vscode-server offline on a server for ...

    In previous versions, it was sufficient to install the remote-ssh extension and then download the vscode-server-linux-x64.tar.gz file, extract it, and copy it to the server directory ~/.vscode-serv...

  2. Having trouble with the python env with vscode - Stack Overflow

    Oct 28, 2024 · If you encounter a similar error, try reinstalling the Python extension or updating VSCode to the latest version. Verify virtual environment settings: The issue might be related to …

  3. Change the default terminal in Visual Studio Code - Stack Overflow

    Jun 8, 2017 · To change the default terminal for your project in Visual Studio Code: Create a folder by name of .vscode Create a settings.json file in this folder: Write the settings you want …

  4. How to set up a new C++ project in VSCode? - Stack Overflow

    Oct 10, 2024 · VSCode with C/C++ extension by Microsoft installed. Now, here is how I run: First open Developer Command Prompt (search it in applications it should be installed alongside …

  5. Create Enterprise AI Agents with Azure AI Foundry VSCode Extension

    Apr 4, 2025 · Now Microsoft has released Azure AI Foundry for Visual Studio Code Extension, which allows enterprise developers to quickly create, debug, and maintain enterprise-grade AI …

  6. How to troubleshoot some shortcuts not working properly in …

    Nov 20, 2019 · VSCode working properly before update. I didn't change anything on my OS. How do I check and allow VSCode to override OS shortcut?

  7. Python Interpreter Not Found on VS Code - Stack Overflow

    Jun 24, 2024 · Have you tried reinstalling VSCode and re-enabling your python extension (e.g. ms-python.python) inside VSCode?

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

    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 …

  9. Use VSCode REST Client Extension to Call REST APIs From the IDE

    Feb 9, 2022 ·   Developers use a lot of URLs: your app’s URLs, URLs for consumed services, etc. These URLs, and sometimes their payloads may differ per environment....

  10. How to install a new python module on VSCode? - Stack Overflow

    Aug 1, 2019 · I'm trying to install new python modules on my computer and I know how to install through the terminal, but I wish to know if there is a way to install a new module directly …