Skip to main content
The 2024 Developer Survey results are live! See the results

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.

vscode-extensions
0 votes
0 answers
10 views

Setting up vscode with msys2/ucrt64

I've been trying to set up my vs code for c++ using the g++ compiler with the tutorial on the vscode website. Whenever I try to debug the code this error message is showing. I checked all g++ gcc gdb -...
yrboi gg's user avatar
-1 votes
0 answers
24 views

"Java: Run Code" command is missing vscode

i'm new to java and i was working on simple Java application that creates a simple GUI application with a text input field, a button, and an output label. When the button is clicked, it displays a ...
Mostafa Nabil's user avatar
0 votes
0 answers
10 views

Vscode-Neovim keymap not working outside of text buffers

I'm using Neovim with lazy.nvim as my plugin manager and the vscode-neovim extension in VSCode. I've configured my custom keymap in my vscode.lua file but they only work when I'm in text buffers. ...
Bui Dai's user avatar
-4 votes
0 answers
20 views

I'd like assistance enhancing a VSCode extension [closed]

The Litoshow VSCode extension (https://github.com/fernandops26/litoshow-vscode-extension) has almost all the features I need for monitoring students' work in a programming course in September. But it ...
user2643813's user avatar
-1 votes
0 answers
13 views

GitLens VSCode extension not working for one particular file in my project otherwise its working fine?

I did not know why but for some reason GitLens not showing any visuals reviews on one particular file in the project. Its working fine with other files except that file, I have already try toggle ...
Mridulk Kaushik's user avatar
0 votes
0 answers
13 views

VS Code sync not being applied

I used npkill to clean up some node_modules, but I accidentally deleted some files that caused my VS Code extensions to stop working. I uninstalled VS Code and tried to apply a sync to restore all my ...
willm berchiche's user avatar
0 votes
0 answers
14 views

VS code extension - Gutter icons

I am currently using codelens inorder to click and proceed to action , How do I add gutter icon with quick pick menu to show actions , Thanks The set/get decoration endpoint doesnt seem to be working ...
Harsha Aditya's user avatar
0 votes
0 answers
15 views

Getting the Editor Content based on the Cursor Position in a Vs Code Extension

I am working on VS Code Extension, and i have a use case where for a particular command , i want to take the function or class etc. containing the current cursor poition. Are there some available ways ...
Mohd Sameem Qureshi's user avatar
0 votes
0 answers
16 views

VSCode extension display inline form on code editor

Im building a vscode extension where I would like to add some additional context to the code. To do this, I'm using Code Actions, which when clicked should bring up a form with two inputs and a submit ...
Apps's user avatar
  • 3,379
-1 votes
0 answers
13 views

Custom Language Server

I am trying to write own language server for yaml files to use in vscode. When I modify file the editor sends me textdocument/didOpen and other requests. However, it does not send "textDocument/...
annaa-ka's user avatar
0 votes
1 answer
16 views

vscode extension not updating automatically after making changes to typescript source code

I had a working extension in pure JavaScript and I wanted to move to TypeScript. When I generate a demo extension with: npx --package yo --package generator-code -- yo code and select: ? What type of ...
Ciro Santilli OurBigBook.com's user avatar
0 votes
0 answers
7 views

Remote-Explorer: grouping of some ssh hosts

Is it not possible in VisualStudioCode to group the hosts somehow to become a better overview? thanks a lot for any help. Extension is: Remote-Explorer together with Remote-SSH I searched in the ...
rstalder's user avatar
0 votes
0 answers
16 views

VSCode Extension Custom Folding Provider Without Interfering With Others

I am using a language where another extension already provides default folding ranges. I want my extension to add an additional folding range on top of that. However, I am finding that when I define a ...
Liam Hammett's user avatar
  • 1,680
-2 votes
0 answers
14 views

VSCode Extension: How to hide certain files in File Explorer via Extension Settings

I want to create a VSCode extension, which allows me to hide certain files in the File Explorer using Extension Settings. My status quo looks roughly like this: package.json { "contributes&...
Max's user avatar
  • 57
0 votes
0 answers
8 views

lsp LanguageClient setTrace sends always "off"

When successfully implementing a language client - server system, I can not set "trace" to an other value by setTrace. The server always receives "off". The client is visual studio ...
Matt's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
309