Category "visual-studio-code"

Visual Studio Code don't recognize HTML file

I am learning to build a Website on Python Django, but when I create a HTML file in VS code, this Editor don't recognize this file. You can see in following pic

GDB in Visual Studio Code Debugging bar disabled

I am trying to debug Assembly x86 in Visual Studio Code but all the stepping buttons are disabled I am using this extension https://marketplace.visualstudio.com

I'm using and api and it's showing me object Object instead of the variable

as i said in the title, i'm using an api, here is the html <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf

VS Code: ModuleNotFoundError: No module named 'sklearn'

I am working in VS Code to run a Python script in conda environment named myenv where sklearn is already installed. However when I import it and run the script

NPM scripts not shown in Explorer sidebar. How to shwo them again?

I have this problem with Visual Studio Code for Windows 10: I can't see anymore the NPM scripts in explorer sidebar. I deleted all the extensions, uninstalled V

How can I list open editors in the list bar

Somehow, after updating Code, I no longer see the list of open editors in the top bar. . If you look at the bitmap above, you can see in the list of open edit

How to run go file on vscode?

I can't run the go program on vscode on my Win11 computer (no run button, pressing Ctrl+F5 or F5 doesn't work,like this: vscode ) and I can't debug it. It's not

Visual Studio Code does not detect Virtual Environments

Visual Studio Code does not detect virtual environments. I run vscode in the folder where the venv folder is located, when I try to select the kernel in vscode

can we customize link detection in VSCODE's integrated terminal

VSCODE can auto-detect links in the integrated terminal as below. Can it be customized? Ex: All email IDs to be opened in the default mail app.

Python Autocompletion in VS Code

How can I add a colon automatically at the end of "def", "for" and "if" statements in Python for Visual Studio Code just like in Spyder?

How to open a file in vscode under wsl using the vscode:// url?

I would like to open a file in vscode under WSL (Windows Subsystem Linux) using the vscode:// url. You can do it with a normal file in the usual filesystem vsc

Flutter: How can I highlights parameter-hint in visual studio code

I am using flutter in Visual Studio Code. I want to highlight parameter hints. If you see the picture, you can see that it's not colored. It's quite hard to

VS Code Snippets buggy since most recent update?

Is it just me or have VS Code snippets become horribly buggy since the most recent update? When you select one of your snippet propositions with a hit on tab, o

How to prevent VSCode's Select All (Ctrl+A) from moving the cursor to the bottom of the current file?

When I select all text in the editor (Ctrl+A), the code does not scroll down to the bottom, however the cursor does. When I press Escape and I want to continue

VS Code - toggle search icon in Activity Bar, move from panel or back

I accidentally removed search icon in Activity Bar and don't know how to add it there again. If I click on Activity Bar, I don't see this option any more.

Editing Prettier options in Vscode

I need to enable .tpl files to be formatted like HTML by Prettier. I've found on GitHub this block of code who should do it : overrides: [ { files: '*.h

Ballerina Swan Lake an IDEs. How to get sequence diagrams

It's me again! After getting help with this question here, I managed writing a little microservice in Ballerina. For that I switched to Swan Lake as recommended

Create formatter in Visual Studio Code

When I try to auto indent my .ahk files, I get "There is no formatter for 'ahk'-files installed." How can I create a rudimentary formatter?

I'm trying to run my flutter app on an emulator from VS code and I get an error saying it cannot find the path to my main.dart file

I want to run my flutter program on an emulator from VS Code. The idea is that when I run a debug session in VS Code, the app should appear on the emulator. I h

how to configure Vscode to debug Python using WSL?

I found the configuration for cpp (https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/Debugger/gdb/Windows%20Subsystem%20for%20Linux.md) and