Category "visual-studio-code"

How to run tensorboard in vscode?

Whenever I try to run tensorboard in a jupyter notebook within visual studio code with this command tensorbard --logdir=runs, I get the message Launching Tensor

VSCode Problems Tab: How to subscribe to onclick event on one specific problem

I am developing a VSCode extension (a graphical modeler, not text based). On validate some errors/problems can show up in the VSCode problems tab. (Diagnostics

Visual Studio Code context menu changes after update and functions are missing

I have been using Visual Studio Code for some time and love it. However, recently I updated it on two separate Windows PCs (one is Windows 10, the other Windows

Virtual Environment Activation from Command Prompt Returns "The system cannot find the path specified" but Activates Venv Anyway?

I created a virtual environment in a Windows terminal using the standard: python -m venv {venv name} Everything works as far as I can tell, but when I change i

How to configure Visual Studio Code for Processing?

I am creating projects in Processing 3.5.3. I don't like the Processing IDE and want to use Visual Studio Code instead. I couldn't find a helpful source online

Selecting block of code in Visual Studio Code

Is there a keyboard shortcut or an extension that would allow me to select a block of code? I'd like to select everything between curly braces, between HTML tag

Selecting block of code in Visual Studio Code

Is there a keyboard shortcut or an extension that would allow me to select a block of code? I'd like to select everything between curly braces, between HTML tag

How to hide autogenerated files from VS code

I want to hide auto generated dart files like .g.dart, .freezed.dart from vs code project. How to do that?

Is there a way to view last commit for selected line in IntelliJ?

I just switched from Visual Studio Code to IntelliJ for Java development. Is there any way for IntelliJ to show last commit information on the current selected

Visual Studio Code HTML wrong comment type

I recently used VS code for Wordpress development but I encountered a weird bug when I comment with (ctrl+/) to an html element. Instead of commenting (<!--

In a VS Code extension, is there a way to set the configuration options for the editor (such as word wrap) programmatically?

For an extension I am working on, our end-users would prefer to have options such as word-wrap on by default. We would like to be able to set this at the langua

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