Is there any way to set environment variables in Visual Studio Code?
Could you please help me, how to setup environment variables in visual studio code?
View ArticleVS code containes emphasized items but no error
I'm writing a React project in VS code. I met this problem in VS code. In my project, this folder shows Contains emphasized items and I know it means there is a error in my files. But in the picture,I...
View ArticleHow to open the lightbulb via shortcut?
Some languages support code actions which display a lightbulb providing quick fixes for a warning/error (See https://code.visualstudio.com/docs/editor/editingevolved#_code-action for more information)....
View ArticleGo 1.13 unable to find local package
I've read nearly a dozen articles but yet to figure out why GO V 1.13.5 can't find a local package. I'm running on Windows 10. I've written two very simple bits of go code to ensure I can import local...
View ArticleHow to run and debug iOS simulator and Android emulator at the same time in...
This question is related to mobile app development using Flutter. I would like to start a debugging session with both iOS simulator and Android emulator at the same time in VS code. I can do it in...
View ArticleHow can I get VS's python syntax highlighting in VS code?
It seems like VS Community with python tools has a better syntax highlighting than VS Code with "Python" by Don Jayamanne. As you can see in the picture attached, VS Community highlights in ¿purple?...
View ArticleExpected v-bind directive on complex / v-for
I'm running into a strange issue with a complex loop I'm attempting within my component.<template v-for="(scorecard, scorecardIndex) in scorecards"> <template v-for="(property, propertyIndex)...
View ArticleHow stop the activity bar poping up when I debug in vs code?
I just want to stop the activity bar pop up when I run a file in vs code. Someone know how to do that?
View Articleunable to run visual studio code as root on RHEL8
I cannot start Visual Studio Code version 1.42.1 as root on Red Hat Enterprise Linux 8.1 I have tried using the recommended path:root# *code --user-data-dir="~/.vscode-root" root# *code...
View ArticleHow to run JavaScript code in VSCode's terminal?
I want to test small snippets of JavaScript code in VSCode's terminal before inserting them in my project. I want something similar to Chrome's Devtools console.
View ArticleHow do I specify the tag to use for an image within a VS Code container...
VS Code fails to start if I specify a tag when using a preexisting docker image, as in: { "name": "VsCode Image Tag Issue.", "context": "..", "image": "rirlswift/vscode-remote-nvidia-issue:latest",...
View ArticleKeep $ for Powershell variable in VS code snippet
I’m able to save my code snippets with tabbed spacing in VS code for Powershell, but it keeps ignoring my variables by not displaying the $ for my variables when I call the snippet. It will just paste...
View ArticleDisable certain languages from intellisense / suggestions in Visual Studio...
I’m using Visual Studio Code (1.42.1.) The intellisense/suggestions pop-up is showing items I don’t need/want like VRFrameData (see screenshot). I want to remove that language, and others, from the...
View ArticleVSCode debug doesn't stop or pause at breakpoints
I was using the same VSCode, on the same machine, to debug the same .js file and it worked fine. I was able to jump code line by line and check my variables after each iteration. Today, however, I do...
View ArticleTerminal Output Vscode
I'm learning how to write a simple "Hello World" program in Java. I want to change the terminal output so that only the output is shown. I don't want to see the extra text.. Here's a picture
View ArticleVS Code.live server not open jquery file
VS Code.Live Server will not open jquery file. The path is correct ("..\jquery-3.0.0"). jsconfig.json is set to { "typeAcquisition": { "include": [ "jquery.3.0.0" ] } } When I try to open the file in...
View ArticleVisual Studio Code Fails to find WSL
I'm trying to compile some C code in visual studio with gcc using WSL.I've got a super simple configuration that executes on an F5 Press"version": "0.2.0", "configurations": [ { "name": "Build And...
View ArticleHow to add migration in the multi-project solution?
I'm using VSCode and I'm struggling to add my first migration in the "multi-project solution". Usually I was doing one .csproj per project, but recently I decided to play with the .sln file and I hit...
View ArticleHow can I compile and run my Pascal code in VS code?
Is there a way I can modify tasks.json and keybingings to create shortcuts for compiling the code and running it? After a ton of googling I came up with this. When I press ctrl+shift+b it compiles but...
View ArticleHow can I insert mathematical formulas into a markdown file with visual...
I have used vscode to write markdown-file for several months, and it is a perfect tool. But how can I insert mathematical formulas into a markdown file with Visual Studio Code? I can not find an...
View Article