Top "Vscode-extensions" questions

Visual Studio Code Extension API and extension development

Changing file EOL with vscode extension API

Can I silently change end of line sequence in VSCode? Something like this: vscode.commands.executeCommand("workbench.action.editor.changeEOL", "…

visual-studio-code vscode-extensions eol
Read and Write file using vs code extension

i am building an extension to parse json using vs code extension. so my need is ,it should be able …

json visual-studio-code vscode-extensions
TSLint extension throwing errors in my Angular application running in Visual Studio Code

I recently started seeing, what seems like, TSLint errors. They look like this: Not using the local TSLint version found …

angular visual-studio-code eslint vscode-extensions tslint
How to customize comment block characters in visual studio code?

I created a language extension for visual studio code and I would like to change the comment block characters but …

visual-studio-code vscode-extensions
VS Code: enable inline spell checker, but disable spell check in the "Problems" panel

I use the code spell checker for VS Code. I would like to disable the spell checker warnings/errors in …

visual-studio-code spell-checking vscode-extensions
VSCode: How to run a command after each terminal open?

On Windows I have to run the command start-ssh-agent.cmd on each new terminal session I open. My development environment …

visual-studio-code vscode-extensions vscode-settings vscode-tasks
Visual Studio Code Plugins (Format / Spell Check)

Using the new Visual Studio Code editor vs 1. This is not the full Visual Studio IDE but their atom.io …

visual-studio-code atom-editor vscode-extensions
VS Code customize file explorer window color theme

Does anyone know how to customize the file explorer window color theme in VS Code? Also how to customize the …

visual-studio-code vscode-extensions
Stylelint VScode doesn't work

I want to use the css linter "stylelint" on my VScode text editor. I downloaded the plugin and install it, …

visual-studio-code vscode-extensions stylelint
VS Code extension Api to get the Range of the whole text of a document?

I haven't found a good way to do it. My current approach is to select all first: vscode.commands.executeCommand("…

typescript visual-studio-code vscode-extensions