mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
9 lines
235 B
JSON
9 lines
235 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846
|
|
// for the documentation about the extensions.json format
|
|
"recommendations": [
|
|
"dbaeumer.vscode-eslint",
|
|
"EditorConfig.EditorConfig",
|
|
"msjsdiag.debugger-for-chrome"
|
|
]
|
|
}
|