Files
vscode-extension-samples/chat-tutorial/.vscode/extensions.json
2024-10-03 10:12:35 -04:00

8 lines
169 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint"
]
}