Top "Vscode-extensions" questions

Visual Studio Code Extension API and extension development

Where are the VSCode error logs for extensions?

When I get an extension error I have no way of knowing why the error happens.

visual-studio-code vscode-extensions
Customizing syntax highlighting in Visual Studio Code

I'm currently trying to write an extension for a new file type (ANTLR) and wonder how to change the colors …

visual-studio-code vscode-extensions
Create Custom Language in Visual Studio Code

Is there a way to extend the supported languages/grammars in Visual Studio Code? I'd like to add a custom …

visual-studio-code vscode-extensions tmlanguage
"No extensions found" when running Visual Studio Code from source

When I try to install any extension in Visual Studio Code (i.e., by pressing Ctrl+P and then running …

visual-studio-code vscode-extensions
How to run `go fmt` on save, in Visual Studio Code?

How to make Visual Studio Code (or Go Programming Language Extension) to run go fmt (or other tools/commands) on …

go visual-studio-code vscode-extensions
Decode binary file in Visual Studio Code

When trying to open a binary file in Visual Studio Code, the following message will show: The file will not …

visual-studio-code vscode-extensions
How to trigger documentation popup in vscode

How to trigger a popup with documentation for identifier under the cursor? Normally it appears when hovering the identifier using …

visual-studio-code vscode-extensions
Command not found in VSCode extension

I am trying to create a VSCode extension. This extension provides two commands, never mind their implementation: export function activate(…

typescript visual-studio-code vscode-extensions
How to add context menu with VSCode extension?

How do you add a context menu? (in the explorer and/or the editor) I tried the following which doesn't …

visual-studio-code vscode-extensions
VS Code extension - get full path

I am writing a plugin for VS Code and I need to know the path of the file which is …

javascript typescript visual-studio-code vscode-extensions file-properties