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 button.
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.
Support for readonly lines in VS Code editor
I am working on a VS Code extension, I want to display an editor file with the first3 three lines as readonly and the remaining lines can be edited.
VS Code file icon
I’m using VS Code material theme extension. But I have a problem, the file icon is always shown as a bellow.
Can I change them to different color than height?
I’m using monokai pro and but it isn’t applying on these. I want them to have some colour except white.
Console-ninja extension in vscode and express server
i want to run the app.js in api with console-ninja in bash cli.but whenever i write
Console-ninja extension in vscode and express server
i want to run the app.js in api with console-ninja in bash cli.but whenever i write
Intellisense (vscode) does not take local includePath for symlinked source file
I’m having trouble with the C++ extension for vscode. I have a workspace folder with correct includePath (.vscode/c_cpp_properties.json). I have some source files which are symlinks to external source files. When I open them, vscode does not take into account the local includePath directive and include errors occur.
Why I cannot set the correct username for my ssh on VScode
I have been using VScode for remote coding for years now but suddenly instead of root@ip I have some weird username like 1000hroot@ip as in the picture :
Enterprise internal VS Code Extensions Reposotory
I work in a company that has few VS Code extensions that relevant only for that company and cannot be published to the publish VS Code Marketplace.