This repository was archived by the owner on Oct 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 77 // Use 'settings' to set *default* container specific settings.json values on container create.
88 // You can edit these settings after create using File > Preferences > Settings > Remote.
99 "settings" : {
10- "terminal.integrated.shell.linux" : " /bin/bash"
10+ "terminal.integrated.shell.linux" : " /bin/bash" ,
11+ // Mocha Explorer Config
12+ "mochaExplorer.cwd" : " unify-release-build-task" ,
13+ "mochaExplorer.mochaPath" : " unify-release-build-task/node_modules/mocha" ,
14+ "mochaExplorer.files" : " unify-release-build-task/tests/**/*.ts" ,
15+ "mochaExplorer.require" : " ts-node/register" ,
16+ "mochaExplorer.logpanel" : true
1117 },
1218
1319 // Uncomment the next line if you want to publish any ports.
2329
2430 // Add the IDs of extensions you want installed when the container is created in the array below.
2531 "extensions" : [
26- " ms-vscode.vscode-typescript-tslint-plugin"
32+ " ms-vscode.vscode-typescript-tslint-plugin" ,
33+ " hbenl.vscode-mocha-test-adapter"
2734 ]
2835}
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ unify-release-build-task/bin
55unify-release-build-task /testReport
66unify-release-build-task /.nyc_output
77/bin
8- .nyc_output
8+ .nyc_output
9+ ** /.taskkey
Original file line number Diff line number Diff line change 1- 2bd4c206-0962-4558-98ac-6fcfffb36e28
1+ 99a4bdfa-da99-41fb-ab0b-2e3e4fa2da92
You can’t perform that action at this time.
0 commit comments