Create shell-integration-sample

This commit is contained in:
Daniel Imms
2024-04-10 12:44:05 -07:00
parent 9f62ac5c90
commit cceb9cc6cf
16 changed files with 3688 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"ms-vscode.extension-test-runner"
]
}