Category "visual-studio-code"

Visual Studio Code freezes after short while "The window is not responding"

Problem: I can open VS code and start typing but after ~30s (sometimes minutes) the window freezes showing this message: I am using python on a jupyter noteboo

Can Julia input Unicode characters in Vscode?

From the Julia command line, typing \pi and pressing Tab gives you $\pi$. Is this possible in vsocde or jupyter? enter image description here

Tabnine Extension was unable to download its dependencies

please complete the following information: Tabnine Extension was unable to download its dependencies. Please check your internet connection. If you use a proxy

Fedora Silverblue : VS code's remote container extension : empty folder

Introduction I'm currently trying to use Remote container of VS Code with Fedora 36 Silverblue OS. And I configured the extension to use Podman instead of Docke

How to install TA-Lib On vscode/windows(64bit)

I have installed Anaconda and then cd to my project folder and then I installed TALIB using pip install TA_Lib-0.4.19-cp38-cp38-win_amd64.whl When I run pip fr

Unable to debug Golang on Vscode M1 Mac (arm64)

I have an M1 mac and cannot invoke functions via DLV in VSCode. Unable to evaluate expression: backend does not support function calls Delve Debugger Version: 1

Opposite of ⌘D in VS Code

⌘D selects the word at the cursor, or the next occurrence of the current selection. What if I want to select not the next but the LAST (or previous) occur

VSCode: how to interrupt a running Python test?

I'm using VSCode Test Explorer to run my Python unit tests. There was a bug in my code and my tested method never finishes. How do I interrupt my test? I can't

How do I delete all unused imports in the active file with one command in VS Code (typescript)?

Previously, I used to be able to do CMD+SHIFT+p > Organize imports and this would both sort and delete unused imports. This functionality seems to have broke

How do i get code completion for C# scripts in VSCode for Unity on Linux/Ubuntu?

I recently came back to unity, as i found out that it does now support installation linux. It works, but when editing the scripts with vscode i do not get code

vscode code runner: excute codes in external terminal and pause it

Here's a similar question My intention is to make code run in external terminal to pause that terminal so I can see the result. Original code-runner setting whi

Visual Studio Code editor touch bar elements

I love working with Visual Studio Code. But I was wondering if I was able to use the Touch Bar of my Mac in a way that when I click on a button some HTML code w

VS code remote x11 cant get DISPLAY while connecting to remote server

I use Windows VS code and this extensions "Remote SSH", "Remote X11", "Remote X11 (SSH)" to connect and to get graphics from remote server. I run VcXsrv, Pagean

GitHub copilot autocomplete one line only shortcut key

Is there a shortcut key to complete the first line only? here I wanted to autocomplete only the line line-height: 1.2;, but if I press the tab it will insert t

Live Server does not open in Chrome on Windows 11 and WSL2

I am working in WSL2 on Windows 11 trying to run an index.js file with Live Server. Whenever I open Live Server it seems that I can only do so when I use Micros

Live Server does not open in Chrome on Windows 11 and WSL2

I am working in WSL2 on Windows 11 trying to run an index.js file with Live Server. Whenever I open Live Server it seems that I can only do so when I use Micros

Brownie downloads solc every time I run compile

I'm using Visual Studio Code and every time I run brownie compile I get this which takes a good while (and also I can't compile without internet connection): I

WSL isn't working in VS code. What could be the problem here?

Hello I'm newbie using an Linux environment and VS code. I've used windows terminal to access on WSL2 and it worked well. I'm trying to set up development envir

vs code node version is older than node version on my system

I was programming with typescript, then this happened when i runned "tsc fileName.ts" "Accessors are only available when targeting ECMAScript 5 and higher." So

How to stop "keychain access" permission dialog on MacOS when debugging Flutter app on Visual Studio Code?

I had just moved from Android Studio to Visual Studio Code. I'm using Firebase in my app which I debug by running it on MacOS. Every time I do "Start Debugging"