Category "visual-studio-code"

VSCode: How to fix Python extension version for Python 2 compatibility and prevent automatic upgrade?

I have a legacy code using Python 2. The last version of VSCode Python extension that supports Python 2 is v2022.2.1924087327 It is very easy to change the exte

Using plantuml within a markdown document

At the moment I am trying to make a presentation using markdown. In order to include an UML diagram I want to use PlantUML. The code is written in the document

VSCode using relative paths in build task on remote set up

I'm trying to add a build task to build the current file, just a simple "make path/to/file.o". I'm using vscode on windows 10 over a remote SSH connection to l

jsconfig.json gives ts errors

I am having jsconfig.json in my root directory using Nuxt.js project. And I am having an error: File '/home/mike/Documents/nuxt/node_modules/dotenv/types' not f

Is there a way to make VSCode show errors for unresolved types in .d.ts files?

I love working with TypeScript in VSCode and seeing all the errors automatically pop up with red underlining. I even set "typescript.tsserver.experimental.enabl

macOS llvm can't find stdio.h anymore

I come to you with a weird problem I've been facing. So last week, I installed llvm and libomp for a C project, and it compiled just fine with this at the start

use getpass in visual studio code

I am using this code: import getpass pwd = getpass.getpass(prompt = 'Please enter password:') Unfortunatley I cannot enter anything in the terminal. Am I miss

Rendering strange in vscode terminal with oh my posh v3

I have optimized my terminal with oh-my-posh v3. It works fine in last vscode version and also in windows terminal, but seems strange in current vscode. VS Code

How can I enable tailwind intelliSense outside of "className"?

I'm using the tailwind CSS intellisense vscode extension, and it seems to only work when typing inside a className property. I'm using a package called cntl ht

Exceeded language worker restart retry count for runtime:node. Shutting down and proactively recycling the Functions Host to recover

I am currently trying to do the MS tutorial on Azure serverless webapps, but I am completely stuck. Whenever I try to start the sample, (be it by pressing F5 to

Assign Ctrl+Y to Redo in VSCode

I'm currently having some trouble trying to assign any additional keybindings to the Normal Mode while using the VIM extension for VSCode. Any ideas on how to p

a python console application executed from within vscode integrated terminal not allowing arrow keys to select list items

I have a file samlapi.py. Running the file pops up a dialog with a list of menu items on the terminal to select from. I cannot traverse the menu items using key

VS code c++: "exited with code=3221225785"

I'm a complete novice to VS code, and I've only been coding with C++ for around a month. I tried this bare bones program to make sure things were set up correct

Deploying Azure WebJob from Visual Studio Code

In Visual Studio, you can deploy a WebJob to Azure easily by right-clicking on the project and select publish. Visual Studio detects that is a Worker Service an

In Visual Studio code, if I'm in the search widget, how do I make the escape key give editor focus WITHOUT closing the widget?

Is there a way to modify the shortcuts so pressing escape in the find widget (the red dot) gives the editor (the green dot) focus without closing the find widg

How can I remove unnecessary lines from terminal in vs code?

When i run c file in vs code it shows like this.(Highlighted from screenshot) Highlighted text

the popup menu coming on right click disappears instantly in vscode

I just started using Vscode on Ubuntu 18.0. I have the following problem. When I try to copy a particular line, when I click the right-click button on my mouse,

Vs Code Small Guide

Whenever i write code in Dart in Vscode It shows me guide about stuff I don't want to see How can I get rid if this annoying guide

How to make ctrl word end or start recognize underscore

In vscode, ctrl + arrow will not stop at an underscore. Is there any way to change this behaviour, or is there a shortcut to select characters between two under

Unit Testing Works in VSCode on Windows but not Linux

I'm having trouble debugging Xunit unittests in .NET6 running on Ubuntu 20.04 in VSCode (1.66.2). These run in VisualStudio and VSCode in Windows. I can run (no