Visual Studio Code Extension API and extension development
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 eoli am building an extension to parse json using vs code extension. so my need is ,it should be able …
json visual-studio-code vscode-extensionsI 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 tslintI created a language extension for visual studio code and I would like to change the comment block characters but …
visual-studio-code vscode-extensionsI 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-extensionsOn 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-tasksUsing 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-extensionsDoes anyone know how to customize the file explorer window color theme in VS Code? Also how to customize the …
visual-studio-code vscode-extensionsI want to use the css linter "stylelint" on my VScode text editor. I downloaded the plugin and install it, …
visual-studio-code vscode-extensions stylelintI 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