-
Updated
May 24, 2022 - 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 9,096 public repositories matching this topic...
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
May 20, 2022 - Shell
Describe the bug
- Give an simple table and wikilink with an alias like this, I use
\
to escape|
because this wikilink is in a table.
| |
| -------------- |
| [[test\|Test]] |
- After I rename the
test.md
file totest2.md
, the table will be updated like this (missing the\
)
| |
| -------------- |
| [[test2|Test]] |
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
May 24, 2022 - Lua
-
Updated
May 24, 2022 - Lua
-
Updated
May 24, 2022 - TypeScript
🚀 Feature Proposal
Adding leading zero in the question number will be an awesome feature for file explorer to sort files by the name.
-
Updated
May 24, 2022 - TypeScript
-
Updated
Apr 16, 2022 - JavaScript
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
May 7, 2022 - JavaScript
-
Updated
Apr 22, 2022 - JavaScript
how to use gui in the AidLearning?how to custom the gui?
-
Updated
May 24, 2022 - Shell
-
Updated
May 13, 2022 - TypeScript
-
Updated
May 17, 2022 - TypeScript
-
Updated
Feb 21, 2022 - JavaScript
-
Updated
May 21, 2022 - JavaScript
-
Updated
May 22, 2022 - 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 :)
-
Updated
May 21, 2022 - TypeScript
Hi, I started using the recent feature of displaying "inlay hints" within the source code and it's great too see all that info real quick, but it would be even better if I could toggle its visibility, since it also makes the code a bit cluttered. Unfortunately there's no toggle command, only a key in settings.json
file.
My hope would be to be able to do something like this:
nnorem
Created by Microsoft Corporation
Released April 29, 2015
Latest release 8 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 diff
console coloring), maybe would be useful for others too.https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...