Relative Content

Tag Archive for visual-studio-codevscode-extensions

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.

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.

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.