Skip to content
#

Visual Studio Code

visual-studio-code logo

Visual Studio Code, commonly known as VS code, is a highly customizable open source text editor, developed, and maintained by Microsoft.

Visual Studio Code is built using web technologies such as JavaScript, TypeScript, and CSS. There are also thousands of community created themes and packages available.

Here are 1,310 public repositories matching this topic...

bharath144
bharath144 commented Apr 27, 2020

When using vscode with Git repositories, in the branch switching pane if a remote tracking branch is selected, vscode automatically creates a local branch using selected remote tracking branch.

It would be useful to have a setting to turn this off and checkout the remote tracking branch in a detached state. I use branches in detached state to browse the code, run quick builds, copy code. With t

lannonbr
lannonbr commented Nov 24, 2018

There may be paid VS Code extensions or content that could be beneficial to list here. Currently there is no direct notice in the contributing guide that submissions should only be publicly available / free resources, so I think at least it would be good to update the guide with our stance on it.

I do think pushing free resources first should be a priority, but if there is a paid resource that

ntotten
ntotten commented Dec 14, 2019

Currently, when formatters are registered, they are registered for the entire project. This can cause some problems. For example, in the following structure:

/folder1
   package.json
   foo.php
/folder2
   bar.php

If the package.json in folder1 registers the php plugin, then the php plugin will be registered for the whole project. However, when the user opens bar.php the

nakamin
nakamin commented Feb 4, 2020

Issue Type: Bug

On Windows 10 sign out of account
Start a live share session
Get prompted to sign in again

I see there are two settings, one says
Preferred account registered with keychain to use for Visual Studio Live Share sign-in.
And the other is
Preferred account provider registered with keychain to use for Visual Studio Live Share sign-in.

I'm not sure what those do, a

vscode-powershell
johnpapa
johnpapa commented Aug 4, 2019

Setting peacock.color or peacock.remoteColor in the user settings.json can be done manually. If set, peacock will use that color as the default color to colorize VS Code.

This should be documented in the readme, along with considerations.

Considerations:

  • this can only be set or unset manually.
  • this will make every vs code instance that doesnt have a color in their workspace use t
kevinpeno
kevinpeno commented Jan 15, 2019

Most of the time when I'm using this extension I am using it to mark points of interest during research. A task that I've had to perform lately is looking for hard coded text in various applications that needs to be moved to our CMS. This extension works great for that with one exception:

Generally after I have performed my research I need to document it. Using this extension I need to go to ea

srenders
srenders commented Mar 3, 2020

In a multiroot workspace, in VSCode, there's a launch.json per project. In documentation it says that you can add the launch settings in the user-settings or the workspace-configuration, but AL still looks for a launch.json in the .vscode folder?

Is it possible to get this working?

https://code.visualstudio.com/docs/editor/debugging (under“Launch Configuration”)

Created by Microsoft Corporation

Released April 29, 2015

Latest release 8 months ago

Repository
Microsoft/vscode
Website
code.visualstudio.com
Wikipedia
Wikipedia

Related Topics

text-editor vscode-extension vscode-theme
You can’t perform that action at this time.