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,345 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

fsackur
fsackur commented Apr 5, 2020

In general with VS Code, it's a pain that variable support is so patchy.

My expectation is that any string value in any VS Code .json file should respect any variable substitution doc'd in https://code.visualstudio.com/docs/editor/variables-reference - but actually, it's a matter for the developers of any feature whether or not they choose to implement variable expansion and, if so, how much of

vscode-powershell
aaronadamsCA
aaronadamsCA commented Apr 29, 2020

It might be good to support and/or document a first-class way to build dev containers that use the host machine's time zone instead of UTC.

While it's far from a showstopper, right now Git commits made inside a container are recorded in UTC. It's a bit odd to look at git log and see mixed time zones on my own commits depending on whether they came from GitHub (local time) or the dev container

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

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

Created by Microsoft Corporation

Released April 29, 2015

Latest release 15 days 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.