Category "visual-studio-code"

python vscode environment variables not available

I have attempted to follow the directions for environment variables in my project and thought I was doing the correct thing but it does not appear to be working

ModuleNotFoundError: No module named 'tensorflow' error in vscode terminal while running fine in wsl

I installed tensorflow using conda in wsl, and now I'm using it through Jupyter notebook and it's working fine. I also write codes in vscode and then run it thr

how to solve Prototype Pollution issue in VS code

I installed a package that is related to my learning courses. the codes are released on 2018 and I updated all the versions on package-lock.json and package.jso

Configured debug type 'hl' not supported

I have installed hash link on my linux machine (works on the terminal as expected) and upon pressing F5 from vscode for my heaps.io program, it says Configured

failed to use urllib.request with python in vscode

I tried to import urllib.request wth python in vscode but kept getting the message: ImportError: No module named request. I have no problem importing just urlli

Is it possible to EDIT built-in Emmet abbreviations in VSC?

I'd like to be able to edit default behaviour of "!" instead of creating my own version of "!" from scratch. Is it possible to edit (tweak) default behaviours o

Running VS Code with the root privileges not work anymore in ubuntu linux

I am using visual studio code with this command in ubuntu linux Running VS Code with the root privileges (not recommended) sudo code --user-data-dir="~/.vscode-

Problem with Visual Studio Code with Python

Someone can help me to solve this problem, i have this error in Vsc: "The environment variable 'Path' seems to have some paths containing the '"' character. The

Unable to 'Build and Run IoT Edge Simulator' in Visual Studio Code on macOS

Have been trying to build and run a custom Azure IoT Edge Module, in VS Code, on macOS. When I try to Build and Run IoT Edge Solution in Simulator, the Please

Why prettier put a comma ',' at the last element of the object

In Visual studio code, When I am using chart.js in my app, prettier always put a comma at the end of the last data of the object 'label'. I think, it's create a

VSCode how to know when editor is not split?

Until now, I used cmd+2 to split the editor on Visual Studio Code and then cmd+1 and cmd+2 to move between the split editors. This shortcut stopped working for

Why live share not work on visual-studio code-oss?

I have installed in my arch system code-oss following this guide https://wiki.archlinux.org/title/Visual_Studio_Code i have also modified product.json ,installe

Import serial doesnt work after using pip install pyserial

After installing pyserial, I still get the error: "ModuleNotFoundError: No module named 'serial'" This is the beginning of the code: import serial import time

Debugging Azure Function with vscode

I've been struggling to debug an HttpTrigger type azure function with vscode. My assumption is that the issue might be related to the config files within .vscod

Flutter Error: Execution failed for task ':app:compileFlutterBuildDebug

I reinstall my flutter and trying to load my app again, but I am having trouble loading it up. I have tried for three days, even reinstalling my window and all

Container volume not mounting to local path

Python Code: with open("/var/lib/TestingVolume.txt", "r") as outFile: data = outFile.read() with open("/var/lib/TestingVolume.txt", "w") as outFile: out

Run vscode as root in WSL2 Ubuntu instance missing user-data-dir option

I want to run vscode as root in my WSL2 Ubuntu instance. The suggestion seem to be to start code with sudo and specify the user-data-dir. sudo code --user-data-

Open files in left or right-most panel in VS code

Is there a means to always open files chosen in VS Code's file explorer in a particular code editing panel, say the left or right-most panel? I can use "Open to

Is there a way to lock a particular instance of vs code while working with multiple instances?

There are times when one is working with multiple instances of vs-code... In that situation, It becomes soo easy to put code in wrong instance... Is there any w

Resize the terminal in vscode is trigger the ctrl+c to terminate the running command

I'm running the vscode 1.64.2 on Windows 10. Currently i met a strange problem, When i resize the terminal in the vscode and the cursor is focus on the terminal