Recommended extensions for VS Code
This commit is contained in:
parent
a0d9d5eca8
commit
e6badacf0d
12
.vscode/extensions.json
vendored
Normal file
12
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||||
|
// for the documentation about the extensions.json format
|
||||||
|
"recommendations": [
|
||||||
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"wix.vscode-import-cost",
|
||||||
|
"esbenp.prettier-vscode",
|
||||||
|
"shinnn.stylelint",
|
||||||
|
"wayou.vscode-todo-highlight"
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user