Files
vscode-extension-samples/notebook-format-code-action-sample/.vscode/extensions.json

8 lines
169 B
JSON
Raw Permalink Normal View History

2024-05-13 15:55:25 -07:00
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint"
]
}