How do I change VS Code tab colors? Is there an attribute in settings.json (i.e. a corollary to "tab.activeBorder": "#18aa83") for background color?
I put the default terminal "terminal.integrated.profiles.windows": { "GitBash": { "path": ["C:\\Program Files\\Git\\bin\\bash.exe"], "source": "
After I saved a file, VSCode would jump to other files I've edited and asked me to save them as well. I don't want that behaviour as it moves me out of context
After I saved a file, VSCode would jump to other files I've edited and asked me to save them as well. I don't want that behaviour as it moves me out of context
Is it somehow possible to select something in Vim's selection mode and then switch to input mode with the text still selected? When working with VSCode, you can
When I input the { in the middle of any JSX/HTML component, the VSCode is not closing it - have you got any ideas how to configure settings or is there any exte
Is it somehow possible to select something in Vim's selection mode and then switch to input mode with the text still selected? When working with VSCode, you can
I am working in a project where I am on a specific file in a folder, the structure is like this: └─project_folder/ ├─ myFile.cpp
I want to call arm-none-eabi-gdb with -x parameter when launch debugger after installing cortex-debug. How can I do in launch.json or setting.json, thanks for y
I want to call arm-none-eabi-gdb with -x parameter when launch debugger after installing cortex-debug. How can I do in launch.json or setting.json, thanks for y
I am vim user, I don't like mouse to scroll. pagedown and pageup is not perfect for me, I want to bindkey for pageup and pagedown with 10 lines scroll or somet
My vscode does not see the definition of functions in vendor library. I don't know if it has anything to do with gitignore, where I have put vendor, but I woul
I am new to Docker. I created a Web API using ASP.Net Core using Visual Studio 2019 as well as in VS Code. It works fine. Then I added docker support and added
I am using VSCode 1.38.1 and I connect to a remote docker environment running sshd with SSH using the Remote - SSH 0.46.1 extension. Everything works smoothly
I'm trying to figure out how to change object property colors in JS files in VS Code. For example: var vehicle = { type: "Fiat", model: "500", colo
Developing javascript in vscode, I see this error on line const Koa = require("Koa");: File is a CommonJS module; it may be converted to an ES6 module. ts(8
In order to define my environment variables in a single place a configured a task in which a run a shell script. The task is run as preLaunchTask in my launch.j
I'm trying to integrate zsh on my VSC setup but apparently arrows are not recognized by it. My zsh theme is agnoster and I've already tried adding "terminal.i
I'm using VSCode x64 on Win10 x64, and desire to use Perforce with it. I have a Perforce installation on the same machine that already works with both local and
I have a linter that I run in vscode's terminal. It shows errors in this form: file, line When I ctrl+click on the file, vscode will go to the beginning of the