Skip to content
#

vscode

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 6,882 public repositories matching this topic...

vadimkantorov
vadimkantorov commented May 7, 2021

I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to git diff console coloring), maybe would be useful for others too.

https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...

tzeumer
tzeumer commented Jun 17, 2021

Notes with CSS id's in code blocks gets the id's parsed as tags. For example div#myId {color: red} or

div#myId {color: red}

would extract the tag #myId. I think it would be ok to always ignore tags in code blocks. If tags in code blocks are considered useful, maybe the parsing could at least be made an option?

kirmanak
kirmanak commented Sep 7, 2018

Describe the bug
The property 'editor' can be undefined (see Screenshots section).

To Reproduce
Steps to reproduce the behavior:

  1. Start VSCode
  2. Check Breakpoints > Promise Rejects and Breakpoints > Uncaught Exceptions
  3. Start my extension in debug mode (Debugger > Launch client). I believe, that can be r

Created by Microsoft Corporation

Released April 29, 2015

Latest release 10 days ago

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

Related Topics

text-editor vscode-extension vscode-theme