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,514 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...

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
ChristianBirkl
ChristianBirkl commented May 20, 2021

Info

  • Platform: Win
  • Vetur version: v0.33.1
  • VS Code version: 1.56.2

Problem

I'd like to use vetur.validation.template: true in order to get the <x> misses props: y validation hints. But if I turn this feature on the built-in eslint-plugin-vue rules are enabled which are not respecting my .eslintrc file (as far as i can tell this is the expected behaviour?).

Is there a

Created by Microsoft Corporation

Released April 29, 2015

Latest release 21 days ago

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

Related Topics

text-editor vscode-extension vscode-theme