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

Commit 04b1ee3

Browse files
author
Paulo Baima
committed
Merge branch 'develop'
# Conflicts: # unify-release-build-task/package-lock.json
2 parents e6f8eea + ec6656f commit 04b1ee3

30 files changed

+879
-573
lines changed

.devcontainer/devcontainer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
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.
@@ -23,6 +29,8 @@
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",
34+
"deepscan.vscode-deepscan"
2735
]
2836
}

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ node_modules
33
*.vsix
44
unify-release-build-task/bin
55
unify-release-build-task/testReport
6-
unify-release-build-task/.nyc_output
6+
unify-release-build-task/.nyc_output
7+
/bin
8+
.nyc_output
9+
**/.taskkey

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
],
3333
"port": 9229,
3434
"outFiles": ["${workspaceRoot}/unify-release-build-task/bin"],
35-
"sourceMaps": true
35+
"sourceMaps": true,
36+
"timeout": 30000
3637
}
3738
]
3839
}

.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+
}

unify-release-build-task/.nyc_output/processinfo/index.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{
2-
"extension": [
3-
".ts"
4-
]
1+
{
2+
"extension": [
3+
".ts"
4+
]
55
}

unify-release-build-task/.taskkey

Lines changed: 0 additions & 1 deletion
This file was deleted.

unify-release-build-task/bin/azureDevOpsClient.js

Lines changed: 0 additions & 147 deletions
This file was deleted.

unify-release-build-task/bin/azureDevOpsClient.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

unify-release-build-task/bin/dependency-injection.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)