Category "visual-studio-code"

Cannot import flask_wtf into Python 3.9 venv

No matter what I do, I cannot import flask_wtf, or any variation of it - flask-wtf, flask_WTF, flask-WTF, etc. My linter doesn't recognize it (pylance in VSCod

Am getting spawn ENOENT error in VS code while search

I'm working on a project, am using VS Code as my code editor, while searching a function/text or anything on the whole project here recently am facing an issue

Add Python terminal in VS Code

I am trying to run Python from VS Code. I have already activated python through the terminal. However, in the terminal selector in the lower right of the screen

Visual Studio Code remote: Invalid username or password fatal: Authentication failed

I'm using Visual Studio code editor issue is it is not asking for password when i run git push origin branchname remote: Invalid username or password fatal: Aut

Why does "Ctrl + R", which is the key bound to "Reload Window" in vscode, doesn't Reload Window?

I'm a new user of vscode. I ran into a problem that I was told would be resolved by "Reload Window". So I first went through the "Command Palette" to find it,

Maven dependency : Failed to get sources. Instead, stub sources have been generated by the disassembler

when i'm navigating to a maven dependency class, i get a .class file with this comment on top and no doc is shown : // Failed to get sources. Instead, stub sour

How To Add Error Handling To Flutter When Running Chewie Video Player

can anyone explain why flutter will at times crash and open a new tab in your editor highlighting some prebuilt flutter code, an example being when I implement

Change cursor type in VS Code

When I open VS Code, the cursor is shown as a block as shown below, but I want the cursor to be a single vertical line. Is it possible to change this in VS Code

How to detect UI-Interactions in VS-Code using the extension API?

Is there a way to detect (listen to) UI-interactions that the user performs in VS-Code? Like for example clicking the "run" button directly in the editor window

VSCode API TreeView not getting children of elements

In providing a treeview to VSCode, it seems to get all the parent elements but fail to get the children of these parent elements, I've added a debug point into

Change default terminal in VS Code to cmd

When I open VS Code, the default terminal is PowerShell and the default path is PS E:\Research\GM\Articles\Modularity\Covariance network\Graph theory\Metric bas

How to open browser from vscode api, close it after response received and then return back to vscode application

I am developing a plugin in VSCODE and here is what I am trying to figure out From within plugin, open the browser with a url, do a sign in and get the response

VSCode C/C++ IntelliSense ignore patterns for includePath and browse.path

Is there a feature in VSCode IntelliSense that allows to ignore specific header files for includePath and browse.path settings? In my case I have a CMake based

How can I parse the code that is conforming to a grammar expressed using ANTLR4 and then generate XML tags

I have specified a grammar using ANTLR4 using VScode and the extension by Mike Lischke. I am wondering if there is a way to parse the code of the program that i

R Objects not in global environment in VS Code

I am trying to use VS Code to run R. When I open R terminal in VS Code, I cannot find R icon on the left most column. I created a .r file, loaded that into VS

PHP Xdebug, VSCode, Docker & MacOS - debugger not disconnecting

I've encountered a weird problem that seems to have either started appearing when the Xdebug extension was updated or Visual Studio Code received an update. Whe

PHP Xdebug, VSCode, Docker & MacOS - debugger not disconnecting

I've encountered a weird problem that seems to have either started appearing when the Xdebug extension was updated or Visual Studio Code received an update. Whe

VSCode crashes on startup (code: -1073741818)

Yesterday, VSCode (1.67.1) decided that it was unable to start (crashes immediately) and spits out the error code -1073741818. I have the option to reopen or cl

Is there a way to enable inlay hints in VSCode for other languages like Java?

I noticed that inlay hints have been added to VSCode for TypeScript and JavaScript. I was just wondering if there was a way to enable it for languages like Java

VSC Default Directory for IntelliSense?

I use the code-runner extension in VSC to run untitled files on the fly, which is super helpful for quickly testing code snippets. Under the hood, the extension