Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit 1ca66df

Browse files
author
Paulo Baima
committed
Adding Deep scan extension
1 parent 37a8dde commit 1ca66df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
// Add the IDs of extensions you want installed when the container is created in the array below.
3131
"extensions": [
3232
"ms-vscode.vscode-typescript-tslint-plugin",
33-
"hbenl.vscode-mocha-test-adapter"
33+
"hbenl.vscode-mocha-test-adapter",
34+
"deepscan.vscode-deepscan"
3435
]
3536
}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"deepscan.enable": true
3+
}

0 commit comments

Comments
 (0)