Files
vscode-extension-samples/notebook-format-code-action-sample/.vscode/extensions.json
Michael Lively fcf3bc2d80 init
2024-05-13 15:55:25 -07: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"
]
}