Skip to content
#

Visual Studio Code

visual-studio-code logo

Visual Studio Code is a free code editor from Microsoft, based on open source. It's highly customizable with tens of thousands of themes and extensions, including those for working with any programming language.

VS Code is built using web technologies such as TypeScript and Electron.

Here are 2,385 public repositories matching this topic...

ferdnyc
ferdnyc commented May 9, 2022

Issue Type: Bug

Demonstration

  1. Set the editor language to C++
  2. Set editor.guides.bracketPairsHorizontal to true
  3. Set editor.wrappingIndent to same
  4. Type/paste the Sample code below
  5. Resize the editor window so that it is narrower than the line of code provided
  6. Note that the horizontal bracket underline stops at the end of the first line, when the (soft-wrapped) l
bug help wanted good first issue bracket-pair-guides
lqzhgood
lqzhgood commented Nov 2, 2021

now defaultFormatterOptions.prettier global config position is only support a .prettierrc in home directory.
but prettier ext have options prettier.configPath to custom global config file directory.

defaultFormatterOptions.prettier can support 'prettier.configPath' ?

https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
#Configuring Default Options

tomparkp
tomparkp commented May 19, 2021

I love the extension but the icon feels a little out of place relative to other icons to me. The close lines/crowded detail actually makes the icon appear blurry on my display vs the built in icons which are sharp (screenshots don't capture it well). A more minimalistic folder icon might match better with the built in VSCode icons.

<img width="86" alt="CleanShot 2021-05-19 at 10 54 33@2x" src="

brentgti
brentgti commented Sep 9, 2021

Those less familiar with Visual Studio Code don't know or remember to use ctrl-shift-p to look up Bookmarks commands and see their associated keybindings, but often instead search online. It would help those people to have the keybindings documented in the README.

As an aside, I don't see the keybinding for "jump to next" when I look it up using ctrl-shift-p in Code. I don't know if that's bec

ludos1978
ludos1978 commented Apr 19, 2022

The description in "Markdown › Marp: Themes"

is currently:
A list of URLs or local paths to additional theme CSS for Marp core and Marpit framework. The rule for paths is following Markdown: Styles.

what is missing:
the local path must be relative, it cannot be an absolute path. This is described in the documentation, but not in the vs-code plugin itself.

should be:
A list of U

good first issue

Created by Microsoft Corporation

Released April 29, 2015

Latest release 5 days ago

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

Related Topics

text-editor vscode-extension vscode-theme