Category "visual-studio-code"

Disable verbose logging of symbol loading in vscode debug console

When running my webapp (in vscode), the debug console is filled with lines like these: Loaded '/foo/bar/dotnet/shared/Microsoft.NETCore.App/2.2.4/System.Pri

vscode auto import, suggestion problem in Angular 7

vscode auto import and suggestion worked just fine with angular 6. but ever since I had upgraded to Angular 7 it didn't work. It seems to me that vscode can't i

How to link shared library on linux using cmake?

How to link shared library on linux platform? I downloaded sfml library using apt cmd and I tried to run simple example: main.cpp #include <SFML/Graphics.hpp

How to fix error- nodemon.ps1 cannot be loaded because running scripts is disabled on this system, (without security risk)?

Error on terminal: nodemon.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:

SAM template.yaml from VS Code launch.json?

I'm using an AWS SAM debug configuration in VS Code to execute Lambda code for Typescript/Node 14 inside a Docker container. I've run into problems of dependenc

How to show full-file git blame in vs code

At one point I found a way to show line-by-line git blame within vscode. I now cannot recall or find the means with which to do that. I have the Git Blame exten

CSS syntax highlighting in VSCode: @layer keyword support

As you might know some browsers already support CSS Cascade Layers (https://caniuse.com/?search=%40layer). The main keyword of this feature is @layer. Unfortuna

How to kill or close a Python instance in terminal before running script

Sometimes I utilize the shift + enter Python runner (python.execSelectionInTerminal), which enters the highlighted code into a Python instance in the integrated

I'm try to deploy my django project in Heroku by use Heroku CLI I face installation error

Everything goes right till I run this command: git push heroku master I get this massages: git push heroku master Enumerating objects: 55, done. Counting objec

Remote Debugging of Tomcat/Wildfly server in docker container in VSCode/Intellij

I want to remote debug a Java application in Wildfly/Tomcat embedded in a Docker container. I want to debug the application in VsCode; I also tried to remote de

VS Code - How to open a file by its full path in the command palette?

I need some functions like: VS Code -> F1 (open Command Palette) -> OpenFileFeature: /home/user/blablabla/code.py -> (Enter) -> (file opened in edi

VSCode: how to automatically clear Python terminal output window before each run using VS Code tasks?

I'm on VS Code for Mac OS X. Is there a way that I can have VS Code automatically clear the terminal window that shows output from the Python program each time

How to generate class with file-scoped namespace syntax (C# 10) in vs code?

I would like to generate a new C# Class or C# Interface in Microsoft Visual Studio Code following the newest C#10 file-scoped namespace syntax. https://docs.mic

A confusing point in Visual Studio Code

I used to create my new html and css files easilt throught clicking file then clicking create new file before asking me about the required technology and usuall

How to unhide/show the 'Activity Bar' on Visual Studio Code?

I accidentally hid the Activity Bar of VS Code. How can I make it visible again? I checked the 'View' menu bar options but couldn't find an option for the task.

How to disable git for some project and other project not disable git in Visual Studio Code?

some project i don't want use git monitoring , but in other project i want to keep use git monitoring , i use setting "git.enabled": false, "git.path": null, "

vscode prevent automatic imports from specific node module

I have an angular/ionic project that has selenium-webdriver somewhere in the dependency tree and sometimes the auto-import imports wrong things from it (like: A

Debugging Go tests in Visual Studio Code

On my Windows machine, I have Visual Studio Code installed. To run tests manually, I go in console to projects folder and enter go test main_test.go It works

how to make a custom comment style in vscode

I got a source code commented like below. // //------------------------------------------------------------------------------ // //======================= Varia

How to upgrade Visual Studio Code editor?

What's the best way to upgrade Visual Studio Code on Linux Ubuntu? For the time being I was periodically getting the newest version (.deb) from their official