Category "visual-studio-code"

undefined reference to `WinMain@16' while compiling

So I just installed VS code and was trying to run a code when this came up. Searched through the web for a relevant answer but none worked. Here is a more det

How do I use ZModem in Visual Studio Code?

Is it possible to configure vs code to support the ZMODEM protocol? I could use xshell to download files with sz command, but when I try to use sz in vs code, h

Why are the changes I make to my Rust program from VS Code not reflected when I compile?

I'm having a problem with Rust that I strongly suspect has do with a disconnect between Cargo and VS Code. I build my Cargo project with cargo new project I ed

VSCode three dots at the top of the editor

As soon as I start typing anything, three dots show up at the top of the editor screen, which "shifts" my code below one string. How can I turn off this feature

sass format is broken when I type border-radius in vscode

I want to add border-radius to a element in my scss file. before: .card { &__side { height:50rem; &--front { backgroun

Is there a way to sort Source Control Providers in VS Code?

I work with multiple Git repositories at once (30+ sometimes) in VS Code. Currently it's very difficult to visually find a specific repo in the Source Control

GitLens extension disappeared

I'm work on Linux Mint: Screenshot of mint version I have latest version of Visual Studio code: Screenshot of vs code version After new reload of OS extension G

How to disable dot emmet intellisense for JS files in VS Code

I want to use emmet in a Javascript file that contains JSX code but I don't want IntelliSense to suggest an emmet whenever I use the dot (.) operator. For examp

How to get expandable objects view as output in VS Code node terminal?

I would like to have collapsible/ expandable objects in the terminal output in VS Code like on the browser console. Here is an example: In the debug terminal i

VS Code Scatters Next JS Files [duplicate]

I am learning NextJS right now but I can't seem to proceed, as anytime I make a change and hit CTRL + S The codes become scattered. See screen

Switch cursor from editor to file explorer and vice versa in VS code

Is there a shortcut to switch from editor to file explorer (and vice versa) on vscode ? I have yet to find one. Thanks you for your help.

How to clear the entire terminal (PowerShell)

I had an issue. Using the clear or cls command in powershell clears only the visible portion of the terminal,I would like to know how to clear the entire termin

How can I open Visual Studio Code's 'settings.json' file?

I did it many times, and each time I forgot where it was. Menu File → Preferences → Settings. I get this: I want to open file settings.json (editable

How can I change the origin remote in VSCode?

VS Code is my actual IDE and git client for all my projects. I'd like to change the origin remote of an actual repository. How can i do it?

VS Code terminal appearing on the side and not the bottom

My VS Code Terminal/Problems/Output/Debug is appearing on the side like this - However, I want it to appear at the bottom like this - How do I make it appear

How can I disable auto new-line in Visual Studio Code?

The problem is after I've installed the Angular extension in Visual Studio Code, I constantly get across all files (.ts, .html, and .css) auto new-line after ty

Is there a quick change tabs function in Visual Studio Code?

The current function of giving me a dropdown option of which tab to choose is just so annoying. Is there a possibility to remove it so the tabs would work like

Angular 10 “No definition found for …” in HTML component in Visual Studio Code

I'm working with angular 10 in VSCode and everything was working fine until today. Suddenly I can't go to definition from HTML component neither via F12, right

Adding drag and drop support in a custom TreeView

I have successfully populated a TreeView via creating a TreeDataProvider and customized the icons and its collapse-able property. Now I want to be able to drag

How to use the OpenCV c++ with VSCODE

Base on this video https://www.youtube.com/watch?v=l4372qtZ4dc I am trying to use OpenCV in vscode but I canot include the, .lib files what should I do main.