Category "visual-studio-code"

Add environment to VScode interactive window

I have some conda environments and using another environment set in '''.bashrc''' file as follows which is not a conda env: function XX { APEDIR=/vol/augerprime

How to use Multiline comments in Visual Code?

How to use the new feature of Multiline Comments in Visual Code released in version 1.67 (April 2022)?

VS Code Mac m1 Debug is not hitting my breakpoints with Makefile conf C language

Hello ! I'm new with using VS Code while programming in C language and I'm trying to debug my program with the "Makefile Tools" plugin but it doesn't seem to co

in vscode, pygame wont import but it is installed and is working in the windows console ,and the python app thing

im very new to code in general so this could be a stupid beginner problem ive searched for things but i couldnt find something useful for me under Problems is t

Import issues in Visual Studio Code

I am trying to execute this code in Visual Studio Code, the code works, my problem is related to the import of numpy; the other imports are working. import code

'export' in VS code show problem statement "Declaration or statement expected." and cannot find name 'WEB3_INFURA_PROJECT_ID' and 'PRIVATE_KEY'

I am trying to create a ERC20 standard token using VS code by following a Youtube video https://www.youtube.com/watch?v=8rpir_ZSK1g . Until I reached the .env f

AWS SAM Lambda typescript project doesnt attach to debugger in VSCode

I have used AWS SAM to initialize a typescript lambda project which I am editing in VSCode on Windows 10. I have also setup debug points in the typescript code

Blank window vscode as root

it's been a long time that i run vscode as root via this command (ubuntu 20.04.4 LTS) : > sudo code --user-data-dir="~/.vscode-root" Today, i used the same

VS Code - Output Window - Log Option

Is there anyway to log the lines sent to the Output tab? I am having a problem with VS Code developing Salesforce When I right click on the package.xml file in

Fix all const warning flutter

How to fix this all const warning in VSCode? It's hard if I fix one by one.

How do dynamically and programmatically add a debug configuration in a vscode debugger extension?

We have a VSCode debugger extension. It allows debugging of things happening on a connected device (iOS/Android/...). We have a nodejs native addon capable of d

vscode bracket pairs changed colors with v1.67

I was trying out Swagger for Go. But somehow in Visual Studio Code it changed the colors. Before I installed Swagger the braces and brackets were not pink, yel

Set working directory for visual studio code for C++ project

I have a C++ project in Visual Studio Code and I am trying to set the working directory so I can do "Assets/model.obj" to access a model instead of having to pa

Running jupyter notebook cells as an interactive SLURM job on VScode

I am doing some analyses using vscode on a remote server that has got SLURM installed to manage jobs and provide parallel computing. I would like to run each ce

VSCode does not let me set cwd in launch.json for debug

I've been using this setting in MacOs for a while without any problem, but since I changed to a new computer (MacOs M1) I can't make this work. Here is my confi

How to exclude referenced libraries from being exported when you export jar in VS Code for Java project (no build tool)

I have a Java Project for a JavaBean (multiple classes in a single project) with no build tools. In eclipse, I can export this project as JAR and I can select t

Can I configure VS Code to disable Breakpoint by middle click?

I am switching from PyCharm to VS Codium. I want to be able to disable breakpoints by middle mouse click, like in pycharm. Currently, I can disable a breakpoint

Vscode cannot connect to remote Linux (_WebSocket close with status code 1006)

Remote connection to Linux. After entering the password, there are two prompts on the right coude not fetch remote environment failed to connect to the remote e

ipynb files opening in JSONformat in VSCODE

I am trying to open ipynb files in VSCODE in Ubuntu. But the files are not opening as notebook editor. Instead it is showing as raw json format. can you please

Debugger does not launch when debugging xUnit tests in C# with VS Code

I am trying to debug some xUnit tests in VS code but I get this error when I try to manually debug the tests one by one (instead of just running dotnet test whi