mirror of https://git.tuxpa.in/a/code-server.git
10 lines
235 B
JSON
10 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"
|
||
|
]
|
||
|
}
|