When I open VS Code, the cursor is shown as a block as shown below, but I want the cursor to be a single vertical line. Is it possible to change this in VS Code
Is there a way to detect (listen to) UI-interactions that the user performs in VS-Code? Like for example clicking the "run" button directly in the editor window
In providing a treeview to VSCode, it seems to get all the parent elements but fail to get the children of these parent elements, I've added a debug point into
When I open VS Code, the default terminal is PowerShell and the default path is PS E:\Research\GM\Articles\Modularity\Covariance network\Graph theory\Metric bas
I am developing a plugin in VSCODE and here is what I am trying to figure out From within plugin, open the browser with a url, do a sign in and get the response
Is there a feature in VSCode IntelliSense that allows to ignore specific header files for includePath and browse.path settings? In my case I have a CMake based
I have specified a grammar using ANTLR4 using VScode and the extension by Mike Lischke. I am wondering if there is a way to parse the code of the program that i
I am trying to use VS Code to run R. When I open R terminal in VS Code, I cannot find R icon on the left most column. I created a .r file, loaded that into VS
I've encountered a weird problem that seems to have either started appearing when the Xdebug extension was updated or Visual Studio Code received an update. Whe
I've encountered a weird problem that seems to have either started appearing when the Xdebug extension was updated or Visual Studio Code received an update. Whe
Yesterday, VSCode (1.67.1) decided that it was unable to start (crashes immediately) and spits out the error code -1073741818. I have the option to reopen or cl
I noticed that inlay hints have been added to VSCode for TypeScript and JavaScript. I was just wondering if there was a way to enable it for languages like Java
I use the code-runner extension in VSC to run untitled files on the fly, which is super helpful for quickly testing code snippets. Under the hood, the extension
I started a quasar.js v2 (vue3) project today. I messed up something in my vs code project because, for example, code will not compile becausee of extra semicol
I am on Mac M1 and the VS Code version installed is 1.67.0 Here is the screenshot: image How to get rid of it? I have tried to restart the VS Code multiple time
Intro How to change VSCODE Gnome(41+) TopBar to look like the windows topbar? To: Currently the top bar on GNOME takes a good amount of space. Also it doesn't
I tried creating a new hardhat project. I tried the following commands in terminal. npm init --yes npm install --save-dev hardhat But when I use the following
I am building a Cucumber framework for WebdriverIO using Visual Studio Code. I have a step definition which reads: Then("there are/is {int} {string} displayed",
I connect to the remote server with vs code command invoked by CTRL+SHIFT+P Remote-SSH: Connect to Host.... Everything works fine. After some time when I try to
when I try to import GLFW I get an error in VSCode saying "fatal error: GLFW/glfw3.h: No such file or directory". I read some articles about this error but coul