About 523,000 results
Open links in new tab
  1. How to open Visual Studio Code from the command line on linux?

    Aug 14, 2016 · Typically, you open VS Code within the context of a folder. We find the best way to do this is to simply type: code . Tip: We have instructions for Mac users in our Setup topic that enable you to start VS Code from within a terminal. We add the VS Code executable to the PATH environment variable on Windows and Linux automatically during ...

  2. How to install Visual Studio Code on Linux? - Stack Overflow

    May 2, 2015 · To download and install Visual Studio Code on Ubuntu . follow the steps below . Download Visual Studio Code for Linux. Extract the zip file VSCode-linux-x64.zip. Go inside the folder VSCode-linux-x64. double click and Run code executable to open Visual Studio Code . You can right click on Visual Studio Code on toolbar (or launcher)

  3. Change the default terminal in Visual Studio Code

    Jun 8, 2017 · Since you use WSL, Visual Studio Code has the dedicated Remote - WSL extension, so you can use a Linux environment directly in Visual Studio Code. When you open the project inside Linux, by default, it's using the Linux default shell (bash by default), so no configuration needed.

  4. How can I make all line endings (EOLs) in all files in Visual Studio ...

    I use Windows 10 Home and I usually use Visual Studio Code (VS Code) to edit Linux Bash scripts as well as PHP and JavaScript. I don't develop anything dedicated for Windows and I wouldn't mind that the default EOLs for all files I edit whatsoever would be Unix like (nix).

  5. How to call VS Code Editor from terminal / command line

    Download Visual Studio Code for Mac OS X. Double-click on VSCode-osx.zip to expand the contents. Drag Visual Studio Code.app to the Applications folder, making it available in the Launchpad. Add VS Code to your Dock by right-clicking …

  6. How do I use Bash on Windows from the Visual Studio Code …

    Mar 5, 2017 · Press Ctrl + Shift + P to open the Visual Studio Code command palate. Type >preferences: Open Settings (JSON) in the text area. Add the following lines at the end of the JSON file which is displayed in your right hand pane. "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe" Close and reopen your Visual Studio Code ...

  7. How can I navigate back to the last cursor position in Visual Studio …

    Feb 16, 2016 · This will be different for each OS, based on the information in Key Bindings for Visual Studio Code. Workbench configuration: Go Back: workbench.action.navigateBack

  8. Visual Studio Code is always asking for Git credentials

    I started using Visual Studio Code, and I was trying to save my test project into GitHub, but Visual Studio Code is always asking for my GitHub credentials. I have installed in my PC GitHub Desktop and also Git. I already ran: git config --global credential.helper wincred but still Visual Studio Code is asking for the credentials. How can I fix ...

  9. Include Linux kernel headers for intellisense in vs code

    If anybody is developing linux kernel module, on other machine with Visual Studio Code, for example I write everything on MacOS and test it on VirtualBox with Fedora, then I recommend this configuration:

  10. centos - How to run visual studio code in linux - Stack Overflow

    Dec 3, 2019 · I am new to Linux OS, I downloaded rpm package from of visual studio code from Microsoft official website.This is the machine CentOS Linux release 7.6.1810 (Core) I ran the command rpm -qpi cod...