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
2 answers

Azure resources not showing up in VS Code Extension

Recently, something has change with the Azure resources view in the VS Code extension. I have 3 accounts I typically sign in with: Personal My Company My customer As recently as the April timeframe, I was able to use the extension to deploy logic…
DConroy
  • 31
  • 2
1
vote
0 answers

How to write a VScode plugin to wrap the terminal input and output?

Can the terminal in VScode be extended via plugins? I want all the terminal input go through the plugin, then send to the server by the plugin. And all the output of the server go through the plugin, then send to the xterm by the plugin.
lonny
  • 11
  • 1
  • 2
1
vote
0 answers

DOCTYPE Emmet shortcut stopped working VS Code

!+tab+enter shortcut for automatically filling DOCTYPE etc. in HTML document stopped all of a sudden. I already reinstalled VS Code, checked JSON emmet settings, nothing works, google doesn't give answer either. Other hotkeys work as usual. Any…
1
vote
0 answers

VSCode Extension Development: How can I use Product Icon in a webview?

I want to use some icons displayed on this website in the webview of my extension. Is this possible and how can this be achieved? I found a similar question on stackoverflow. But he doesn't seem to give a clear and usable answer Additional related…
Gerrnperl
  • 200
  • 8
1
vote
0 answers

Capture VSCode Intellisense

I am currently working on a VSCode extension, and I would like to utilize the abilities of Intellisense (Pylance in this case) to help with a feature in my extension. I simply want to capture the output of Pylance so I can pass it as an argument…
Roche
  • 155
  • 1
  • 12
1
vote
0 answers

Run dependencies in current folder instead of vscode directory

I am looking to build a VSCode Extension around a CLI tool which we have been working on. An example command would be myCLI retrieve SourceName This would be run from a specific directory (for example c:/workspace/myproject) which has been setup…
Doug
  • 113
  • 4
1
vote
2 answers

LaTeX via VS Code, macOS, solving 'Recipe terminated with fatal error: spawn latexmk ENOENT.' error

I am running macOS VS Code is installed and working I have installed LaTeX Workshop I have installed MacTeX I get a 'Recipe terminated with fatal error: spawn latexmk ENOENT.' error when trying to compile a LaTeX document in VS Code Based on the…
6135105654
  • 202
  • 2
  • 5
  • 13
1
vote
1 answer

VsCode Extension custom CompletionItem disables built-in Intellisense

I am working on a VsCode extension in that I want to provide custom snippets for code completion. I know about the option of using snippet json files directly, however those have the limitation of not being able to utilize the CompletionItemKind…
elod008
  • 1,227
  • 1
  • 5
  • 15
1
vote
1 answer

Visual Studio Code Extensions Not Working Without VPN

I have installed the Visual Studio Code and the extensions list is displayed in the extensions section, but the images and descriptions are not. "Error will installing" is displayed when I click the install button! The log in output: [2022-06-24…
Hadi Rajabi
  • 67
  • 1
  • 12
1
vote
1 answer

Installing multiple Java versions in VS Code

I'm currently trying to use a different java version for testing purposes. But I can't get the newly added java version show up in VS Code. I added it in my settings.json like this: But it doesn't show up as a selectable version on the "Configure…
RedCrafter LP
  • 174
  • 1
  • 8
1
vote
1 answer

Is there any command that gets triggered on change in git branch?

For example when we alter a document vscode.workspace.onDidChangeTextDocument gets triggered or when we go from one file to another vscode.window.onDidChangeActiveTextEditor gets triggered. Is there any command that gets triggered or any way to…
Sid
  • 137
  • 6
1
vote
0 answers

vscode `provideCompletionItem` in Middleware not getting triggered for string

I am trying to implement embedded language support for SQL in vscode extension using request forwarding mechanism. According to the documentation we can hijack the completion using middleware option and provide the sub-language completion using an…
1
vote
0 answers

How one could customize VSCode "tool/menu bar"?

Shortly How to add custom buttons for commands in VSCode? Detailed It's been a while since many users of VSCode/VSCodium wanted to have something like a common toolbar (for example, see this issue being in top-10 most commented issues). The most…
yyqwerty
  • 11
  • 1
1
vote
0 answers

visual studio code time out when jump server connecting target server

I need to connect the target server only via a jump server. I can connect the jump server. But when the jump server connecting the target server, there is a popup window:Could not establish connection to "TargetMachine": The connection timed…
1
vote
1 answer

i can't install spring boot extension pack on vscode

i can't install Spring boot extension pack on vscode [2022-06-13 21:05:14.065] [renderer1] [error] ["Extract: ENOENT: no such file or directory, open…