I only really use VSCode for PowerShell. I keep multiple scripts open so that I can run code snippets throughout the day. Whenever my computer restarts, due to
I want to use C++20 in vscode as I'd like to use .contains on an unordered_set, but when I try it I get error C2039: 'contains': is not a member of 'std::unord
If I search the same question on the Internet, then I’ll get only links to Visual Studio Code website and some blogs which implements it. I want to know t
How can I debug while using --host option on Vue 3 Vite so I can debug my phone instance for example. At the moment Im using visual studio code plugin "Vite" la
I would like to send data via Websocket from an VSCode extension. Is there a builtin websocket facility or should I import the package "ws" or else?
I am working in a project where I am on a specific file in a folder, the structure is like this: └─project_folder/ ├─ myFile.cpp
I want to call arm-none-eabi-gdb with -x parameter when launch debugger after installing cortex-debug. How can I do in launch.json or setting.json, thanks for y
I want to call arm-none-eabi-gdb with -x parameter when launch debugger after installing cortex-debug. How can I do in launch.json or setting.json, thanks for y
I am vim user, I don't like mouse to scroll. pagedown and pageup is not perfect for me, I want to bindkey for pageup and pagedown with 10 lines scroll or somet
I'm a new Python programmer using the Mac version of VS Code 1.45.1 to create a Django project. I have the Python and Django extensions installed. Every time I
Problem: The program works but the intellisense doesnt recognize the compiler. Specifications: I use wsl. Installed from powershell What i've tried: I reinstall
I have created virtual environment in VS code. When i am doing the command pip install -r requirements.txt. Still the vs code says no such module found. Howeve
I have recently installed Visual Studio Code (version 1.44.2) and I cant figure out how to start a new project. I've looked through tutorials and articles on h
(See Screenshot) I have this function with a really long untyped object returned, I want to copy the inferred type of that object because it's way too long to
Now I can use jupyter lab with R kernal in a web browser and use VS Code to edit jupyter note book code with python kernal, is it possible to edit R code in VS
I use a Python Jupyter Notebook to access databases on a remote server, connected via SSH (Remote-SSH Extension). When I try pandas.read_csv() I can only access
I am working with a Mac M1. Last week I was working fine with VSCode and Github. I was editing some markdown files and pushing the changes I made to the files.
I want to use some C++17 features that Mac's clang doesn't currently support, so I use brew install gcc --HEAD to install the g++ 10.0.1 version. Codes run w
vscode default c syntax checker seems that c standard used not high (maybe c99 or lower) like the example following: array ellipsis is available in c11 , actua
I have a cargo workspace with one library "./raytracing" and one binary "./cli". The two workspace members have different dependencies. ./raytracing/Cargo.toml: