Top "Vscode-extensions" questions

Visual Studio Code Extension API and extension development

How to show the extensions installed in Visual Studio Code?

How can I show the versions of the extensions installed in Visual Studio Code? Also, but unrelated, does anyone know …

visual-studio-code vscode-extensions
How to run a system command from VSCode extension

I am trying to create a simple VSCode extension to run a set of commands when I open a folder. …

visual-studio-code vscode-extensions
How to create a custom dialog in vscode?

I'm developing an extension for vscode, and I want to display a custom dialog to help the user configure an …

visual-studio-code vscode-extensions
How do I open a browser window in a visual studio code extension?

I am writing a visual studio code extension and I'd like to be able to open a browser window with …

visual-studio-code vscode-extensions
Changing the cursor appearance in Visual Studio Code via extension API

Is it possible to change the cursor appearance in Visual Studio Code using the extensions API? Knowing that VS Code …

visual-studio-code vscode-extensions
How to share extensions and settings with VS Code stable and insider build?

I have installed both the versions of VS Code stable and insiders build on my machine. But the problem is …

visual-studio-code vscode-extensions vscode-settings