About 86 results
Open links in new tab
  1. 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 Agents …

  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. 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 something or …

  4. Where is the .vscode folder located? - Stack Overflow

    Sep 3, 2024 · This question is similar to: what is .vscode folder? and why did it automatically created when I run live server?. If you believe it’s different, please edit the question, make it clear how it’s …

  5. Full Manual Install of VS Code Extensions : r/vscode - Reddit

    Jun 19, 2024 · Due to restrictions at work we recently had to get extensions working on a laptop without ability to install the extensions both via the CLI and the VSCode Extension Store. This was the …

  6. What are the differences between Visual Studio Code and Visual Studio ...

    May 29, 2015 · 4 In short, VSCode heavily promotes (Microsoft's) TypeScript compiler, and bundles first-class support for the language, which makes the editor web-centric, while Visual Studio is primarily …

  7. Real AI development and real wins with the new VS Code extension for ...

    Sep 11, 2025 · Stay tuned for updates to the license. Get started The VS Code extension for PostgreSQL offers significant enhancements to development efficiency and productivity. We …

  8. Announcing a new IDE for PostgreSQL in VS Code from Microsoft

    May 19, 2025 · We are excited to announce the public preview of the brand-new PostgreSQL extension for Visual Studio Code (VS Code), designed to simplify PostgreSQL...

  9. Ctrl + Click go to definition not working. : r/vscode - Reddit

    Jan 26, 2022 · A bunch of stuff (including go to definition) is missing from the right click menu, intellisense is not working right, and F12 doesn't do anything. It's like all of the "intelligent" features of …

  10. What kinds of source control settings/data does a project's .vscode ...

    I'm trying to determine what the .vscode folder contains, so I can determine whether I should commit it to source control. In a fresh project, the folder is empty, except the settings.json file. What