kylin-code/.vscode/extensions.json

10 lines
246 B
JSON
Raw Normal View History

2022-06-14 14:37:10 +08:00
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"ms-vscode.vscode-selfhost-test-provider"
]
}