Category "visual-studio-code"

How can I upload a file to a GitHub Codespaces environment?

I use GitHub Codespaces, but I don't know how to upload a single file to GitHub Codespaces without the assistance of, for example, github.

Is it possible to use the "code" command in SSH'ed terminal to open VS Code on local machine with SSH extension?

Something I love about VS Code is that when I am using a terminal in WSL, I can run code file.txt, and it will open that file with VS Code on my local using the

VSCode Remote Containers automatically copy file from host to docker container on save

I am finding many answers on how to develop inside a container in Visual Studio Code with the Remote Containers extension, but surprisingly none address my use

Vscode autocomplete dollar sign in LaTeX

How can I add autopairing between dollarsigns when writing in LaTeX? Program: VSCODE OS: Windows 10

Text style of Inlay Hints

I would like to learn how can I change the textStyle of inlay hints in VSCode. I made a search and I was only able to find how to change its color, but sadly I

Switch to INSERT mode with active selection from SELECTION mode (VSCode, Vim)

Is it somehow possible to select something in Vim's selection mode and then switch to input mode with the text still selected? When working with VSCode, you can

Bracket auto close in JSX/HTML component

When I input the { in the middle of any JSX/HTML component, the VSCode is not closing it - have you got any ideas how to configure settings or is there any exte

Switch to INSERT mode with active selection from SELECTION mode (VSCode, Vim)

Is it somehow possible to select something in Vim's selection mode and then switch to input mode with the text still selected? When working with VSCode, you can

How can I properly clear the backup file cache of VSCode

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

How do I use C++20 in vscode?

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

What is jsconfig.json?

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 to debug Vue 3 Vite while on lan --host

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

How can I send data via Websocket from a VSCode extension

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?

Is there a way to navigate to a function's definition in another file in VSCode or CLion for CPP?

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

How can I call arm-none-eabi-gdb with -x parameter

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

How can I call arm-none-eabi-gdb with -x parameter

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

How to scroll 10 line vertically with keyboard without moving cursor in vs code?

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

How to stop autopep8 not installed messages in Code

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

Visual Studio Code C/C++ Extension cannot find compiler path

Problem: The program works but the intellisense doesnt recognize the compiler. Specifications: I use wsl. Installed from powershell What i've tried: I reinstall

pip install -r requirements.txt not installing libraries in vs code virtual environement

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