-
Updated
Dec 19, 2021 - TypeScript
vscode
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 8,006 public repositories matching this topic...
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Dec 18, 2021 - Shell
Currently embedding includes the note/section content inlined.
It would interesting to support different "embed styles" to customize the embedding behavior with:
- inline (include the full section, title included, in the note)
- content (include the full section, excluding the title, in the note)
- card/panel (add the embed inside a card or panel)
This could either be set by a workspace
Editor is undefined
Describe the bug
The property 'editor' can be undefined (see Screenshots section).
To Reproduce
Steps to reproduce the behavior:
- Start VSCode
- Check Breakpoints > Promise Rejects and Breakpoints > Uncaught Exceptions
- Start my extension in debug mode (Debugger > Launch client). I believe, that can be r
-
Updated
Dec 19, 2021 - Lua
🚀 Feature Proposal
Adding leading zero in the question number will be an awesome feature for file explorer to sort files by the name.
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Dec 20, 2021 - TypeScript
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
-
Updated
Sep 3, 2021 - JavaScript
how to use gui in the AidLearning?how to custom the gui?
-
Updated
Dec 4, 2021 - JavaScript
-
Updated
Dec 20, 2021 - Shell
-
Updated
Nov 25, 2021 - TypeScript
-
Updated
Dec 18, 2021 - TypeScript
-
Updated
Oct 13, 2021 - TypeScript
-
I'm sure this issue is not a duplicate.
-
I'm submitting an icon request:
- Type:
file_type - Icon Name: ``
- Sample original Icon:  - maybe some should be added :)
Please select the area your bug applies to. (Multiple selections are Possible.
-
Updated
Dec 9, 2021 - TypeScript
-
Updated
Dec 20, 2021 - TypeScript
-
Updated
Dec 11, 2021 - TypeScript
Created by Microsoft Corporation
Released April 29, 2015
Latest release 6 days ago
- Repository
- microsoft/vscode
- Website
- code.visualstudio.com
- Wikipedia
- Wikipedia

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 diffconsole coloring), maybe would be useful for others too.https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...