The Wayback Machine - https://web.archive.org/web/20191212181241/https://github.com/topics/visual-studio-code
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,097 public repositories matching this topic...

paustint
paustint commented Feb 9, 2019

As soon as VScode was updated to 1.31.0, it appears that this prettier extensions conflicts with the the built-in organize imports setting, when organize imports on save is enabled.

prettier: "prettier": "^1.16.4", (was initially on 1.13.7, tried to update)
vscode: Version 1.31.0 (1.31.0)
extension: 1.8.0

I first opened a ticket with vscode core, but was referred to the extension a

marklio
marklio commented May 30, 2019

The doc says it is installed by default with a supported workload, but on my install this wasn't true. After looking for the options a while, I realized it wasn't installed and had to manually install the component via the installer. The docs should have some instructions in case other folks are in this predicament.


Document Details

⚠ *Do not edit this section. It is required for docs.m

RichWellum
RichWellum commented Oct 24, 2019

Is your feature request related to a problem? Please describe.
Current vscode built in debugger accepts a launch.json file in the workspace where additional arguments can be added.

Describe the solution you'd like
I'd like similar functionality, or a pointer to how to do it (looked through documentation - didn't see anything).

Also useful would be the ability to request args if non

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
H-G-Hristov
H-G-Hristov commented Oct 23, 2019

A while ago I setup and studied this extension source code.
Today downloaded the source code again but I was unable to recall how to setup and start debugging it. I couldn't even remember where I read how to do it. It would be nice to have more extensive startup guide for new developers.

Created by Microsoft Corporation

Released April 29, 2015

Latest release about 2 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.