Category "visual-studio-code"

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.

How to copy vs code settings from one github account to another

I have two github accounts and currently vs code settings is synced with one account but I want copy the settings to the second github account and sync from the

why doesn't TreeDataProvider exist in vscode?

I followed this link https://code.visualstudio.com/docs/extensions/yocode to create a vscode plugin project in javascript. I want to use TreeDataProvider to cre

How to disable anti-aliasing in VisualStudio Code?

I disable anti-aliasing in TextMate. Here is a sample screenshot: Here is the default in Visual Studio Code: How can I disable anti-aliasing (font smoothi

VSCode "go to definition" not working

I installed Visual Studio Code 1.1 with the C/C++ extension, opened my C++ project and tried to use "Go to definition" in vain. The "Go to definition" is not w

Debug Python from Visual Studio Code - Importing Numpy

import numpy print "asdf" When I try to debug/run the above Python code in Visual Studio Code I get the following error (Using OSX) ImportError, cannot im

VS Code on Windows - git push results in Permission Denied (publickey)

Running VS Code 1.0.0 on Windows, trying to push to bitbucket using SSH auth. Issue is similar to: To use <git push> on Visual Studio Code, but show "Cou

How do I fix a blank white screen for Visual Studio Code run remotely through X11?

Visual Studio Code displays perfectly from a local display on a Ubuntu 20 installation, but just produces a blank white window when run from a remote Ubuntu mac

VSCode breaks Django template tags with newline

Problem: {% extends 'base.html' %} {% block title %} Dashboard {% endblock %} {% block pagetitle %} becomes {% extends 'base.html' %} {% block title %} Dashboa

VSCode - disable comments auto-formatting for C code

I just installed an extension prettier in vscode to autoformat my code. However all the comments in my code are being moved towards the left. Which I don't want

Is it possible to set lint custom settings and ignores for pylance

Previously when using pylint I have have used custom comment settings to ignore undefined vars when editing in vscode, for example: # Make pylint think that it

VS Code CSC : error CS1617: Invalid option '7.3' for /langversion

I downloaded VS 2017 15.7, .NET Core 2.1.2 and Blazor to try it out. It wasn't working in VS 2017 properly and thought I would try through the dotnet cli and V