2016-09-15 21:44:16 +08:00
|
|
|
{
|
2018-03-28 21:27:27 +08:00
|
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846
|
2016-09-15 21:44:16 +08:00
|
|
|
// for the documentation about the extensions.json format
|
|
|
|
"recommendations": [
|
2016-09-16 20:48:32 +08:00
|
|
|
"dbaeumer.vscode-eslint",
|
2021-01-06 16:31:15 +08:00
|
|
|
"EditorConfig.EditorConfig"
|
2016-09-15 21:44:16 +08:00
|
|
|
]
|
2018-03-28 21:27:27 +08:00
|
|
|
}
|