|
39 | 39 | "compileDev": "tsc -p ./ && gulp tslint && webpack --mode development", |
40 | 40 | "watch": "tsc -watch -p ./", |
41 | 41 | "tdd": "mocha --config ./.mocharc.jsonc --watch --watch-extensions ts test/unitTests/**/*.test.ts*", |
42 | | - "test": "gulp test", |
43 | | - "test:unit": "gulp test:unit", |
44 | | - "test:feature": "gulp test:feature", |
45 | | - "test:integration": "gulp test:integration", |
46 | | - "test:integration:singleCsproj": "gulp test:integration:singleCsproj", |
47 | | - "test:integration:slnWithCsproj": "gulp test:integration:slnWithCsproj", |
48 | | - "test:integration:slnFilterWithCsproj": "gulp test:integration:slnFilterWithCsproj", |
| 42 | + "test": "tsc -p ./ && gulp test", |
| 43 | + "test:unit": "tsc -p ./ && gulp test:unit", |
| 44 | + "test:feature": "tsc -p ./ && gulp test:feature", |
| 45 | + "test:integration": "tsc -p ./ && gulp test:integration", |
| 46 | + "test:integration:singleCsproj": "tsc -p ./ && gulp test:integration:singleCsproj", |
| 47 | + "test:integration:slnWithCsproj": "tsc -p ./ && gulp test:integration:slnWithCsproj", |
| 48 | + "test:integration:slnFilterWithCsproj": "tsc -p ./ && gulp test:integration:slnFilterWithCsproj", |
49 | 49 | "test:release": "mocha --config ./.mocharc.jsonc test/releaseTests/**/*.test.ts", |
50 | 50 | "test:artifacts": "mocha --config ./.mocharc.jsonc test/artifactTests/**/*.test.ts", |
51 | | - "postinstall": "node ./node_modules/vscode/bin/install", |
52 | | - "cov:instrument": "gulp cov:instrument", |
53 | | - "cov:merge": "gulp cov:merge", |
54 | | - "cov:merge-html": "gulp cov:merge-html", |
55 | | - "cov:report": "npm-run-all cov:report:integration cov:report:unit", |
56 | | - "cov:report:unit": "gulp cov:report:unit", |
57 | | - "cov:report:integration": "gulp cov:report:integration", |
| 51 | + |
58 | 52 | "unpackage:vsix": "gulp vsix:release:unpackage", |
59 | 53 | "gulp": "gulp" |
60 | 54 | }, |
61 | | - "nyc": { |
62 | | - "extends": "@istanbuljs/nyc-config-typescript" |
63 | | - }, |
64 | 55 | "dependencies": { |
65 | 56 | "async-file": "2.0.2", |
66 | 57 | "fs-extra": "9.1.0", |
|
96 | 87 | "@types/semver": "5.5.0", |
97 | 88 | "@types/tmp": "0.0.33", |
98 | 89 | "@types/unzipper": "^0.9.1", |
| 90 | + "@types/vscode": "1.44.0", |
99 | 91 | "@types/yauzl": "2.9.1", |
100 | 92 | "archiver": "5.3.0", |
101 | 93 | "chai": "4.3.4", |
|
121 | 113 | "typescript": "4.2.4", |
122 | 114 | "unzipper": "0.10.11", |
123 | 115 | "vsce": "1.57.0", |
124 | | - "vscode": "1.1.37", |
| 116 | + "vscode-test": "1.5.2", |
125 | 117 | "webpack": "5.34.0", |
126 | 118 | "webpack-cli": "4.6.0" |
127 | 119 | }, |
|
0 commit comments