Category "visual-studio-code"

How can I parse the code that is conforming to a grammar expressed using ANTLR4 and then generate XML tags

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

R Objects not in global environment in VS Code

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

PHP Xdebug, VSCode, Docker & MacOS - debugger not disconnecting

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

PHP Xdebug, VSCode, Docker & MacOS - debugger not disconnecting

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

VSCode crashes on startup (code: -1073741818)

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

Is there a way to enable inlay hints in VSCode for other languages like Java?

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

VSC Default Directory for IntelliSense?

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

vscode: autoformat conflicts with linter

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

Unable to get rid off this "The 2 extension(s) below, in workspace recommendations have issues" message in VS Code

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

Make Vscode on Gnome look like Windows?! (Removing the gnome titlebar)

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

npx hardhat doesnt creates a new project

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

In Cucumber, how do you resolve "Was unable to find step for" error when using {int} in a step definition?

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",

VS CODE remote-ssh `code` command not working properly

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

fatal error: GLFW/glfw3.h: No such file or directory

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

some lines break in vs code

I have word-wrapper enabled in VS code and prettier formatter installed. For some reason some lines just break. How do I stop it from breaking?

How to open existing flutter project from Xcode?

I have an existing flutter project, which coded with VS Code. Now I want to open it from Xcode to do some configurations in Runner.xcworkspace. But it was unab

VSCode Download Older version of an Extension

I'm looking to install an older version of the VSCode jupyter extension. (The reason is that I'm using a VSCode build from Code Server which is as of VSCode v1.

How to fix unsupported text encoding in VS code

I have imported a folder of a web project and I was not able to run it due to this error in some files“the file is not displayed in the editor because it

How to create a file in the terminal of VSC?

I know how to create a folder in the terminal of vsc mkdir NameOfFolder, but how to create a file in the terminal?

Select interpreter of docker container in the vscode

In vscode, we can install the python extension, then select the interpreter which we want, like python in the conda environment. So we can use "shift" + "enter"