About 12,900,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. Visual Studio Code - Reddit

    Built a vscode extension to copy text and files into chatgpt webapp using commands Found it slightly inconvenient to copy code - sometimes whole files - into chatgpt when I wanted to ask …

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

  4. How can I install Visual Studio Code extensions offline?

    This prevents VSCode from reaching out to the internet and auto-updating your versions to the latest. Then go to the VSCode extensions section and install all of your desired extensions. …

  5. Why is C++ so difficult to get working on VS Code : r/vscode

    VSCode in Linux is easier for C++ dev than Windows because of ease of installation (mostly pre-installed in many distros, you would only need g++ installed to add gcc C++ build support) and …

  6. Get Started with GitHub Copilot with VSCode and Python Extension

    Feb 10, 2023 · GitHub Copilot, integrated with VSCode and Python Extension, uses machine learning to provide intelligent code suggestions and streamline coding tasks for developers.

  7. openssl - How do I get Visual Studio Code to trust our self-signed ...

    Then, go into VScode settings, Application, Proxy, and UNCHECK the "System certificates" option. Restart vscode and RE-CHECK it. Restart again, and it works. That's it. If you want to …

  8. Best Obsidian-like extensions for VSCode? : r/Zettelkasten - Reddit

    I've started looking into VSCode extensions like Foam which might replace the obsidian editor for my coding notes (will 100% still use Obsidian for note-based projects, like second-brain type …

  9. Building Retrieval Augmented Generation on VSCode & AI Toolkit

    Sep 17, 2024 · In the VSCode terminal type the following command, pip install chromadb We will also utilize LangChain, a widely used OS framework for developing GenAI applications. …

  10. How do you format code on save in VS Code - Stack Overflow

    In addition to enabling setting Format On Save, for python developers, you may need to install autopep8 package which is used by vscode as default to format the python code when the …