Questions tagged [vscode-extensions]

Use this tag for questions about the Visual Studio Code Extension API and extension development. Questions only about extension usage should use the [visual-studio-code] tag instead.

Questions about the Visual Studio Code (VSCode) Extension API and extension development. Questions only about extension usage should use the [visual-studio-code] tag instead.

If you have a question about extension development that isn't a good fit for the Stack Exchange model, use the VS Code Dev Community Slack channel where extension developers help each other out and you can ask questions and find support.

4227 questions
1
vote
0 answers

How to Securely Use SecretStrage in VScode Extension

I am trying to create an extension to VSCode and am thinking of using SecretStrage to hold secret values. In the vscode-extension-samples repository, SecretStrage is used as follows export class AzureDevOpsAuthenticationProvider implements…
1
vote
1 answer

How can I show Progress Notification with Promise Concurrency

I am developing a VS Code Extension using TypeScript and need to make some concurrent child-process calls for each folder in the workspace, with a visible progress notification popup. Each new child process will likely take a few seconds to…
1
vote
1 answer

In VS Code with Volar, how can I view all implementations of a Vue 3 component?

So if I have a