|  | 
| 41 | 41 |  "theme": "dark" | 
| 42 | 42 |  }, | 
| 43 | 43 |  "engines": { | 
| 44 |  | - "vscode": "^1.31.0" | 
|  | 44 | + "vscode": "^1.33.0" | 
| 45 | 45 |  }, | 
| 46 | 46 |  "keywords": [ | 
| 47 | 47 |  "python", | 
|  | 
| 2297 | 2297 |  "postinstall": "node ./node_modules/vscode/bin/install && node ./build/ci/postInstall.js", | 
| 2298 | 2298 |  "test": "node ./out/test/standardTest.js && node ./out/test/multiRootTest.js", | 
| 2299 | 2299 |  "test:unittests": "mocha --require source-map-support/register --opts ./build/.mocha.unittests.opts", | 
| 2300 |  | - "test:unittests:cover": "nyc --nycrc-path ./build/.nycrc npm run test:unittests", | 
|  | 2300 | + "test:unittests:cover": "npm run test:unittests", | 
| 2301 | 2301 |  "test:functional": "mocha --require source-map-support/register --opts ./build/.mocha.functional.opts", | 
| 2302 |  | - "test:functional:cover": "nyc --nycrc-path ./build/.nycrc npm run test:functional", | 
|  | 2302 | + "test:functional:cover": "npm run test:functional", | 
| 2303 | 2303 |  "testDebugger": "node ./out/test/debuggerTest.js", | 
| 2304 | 2304 |  "testSingleWorkspace": "node ./out/test/standardTest.js", | 
| 2305 | 2305 |  "testMultiWorkspace": "node ./out/test/multiRootTest.js", | 
|  | 
| 2482 | 2482 |  "tslint-microsoft-contrib": "^5.0.3", | 
| 2483 | 2483 |  "typed-react-markdown": "^0.1.0", | 
| 2484 | 2484 |  "typemoq": "^2.1.0", | 
| 2485 |  | - "typescript": "^3.2.2", | 
|  | 2485 | + "typescript": "^3.4.3", | 
| 2486 | 2486 |  "typescript-formatter": "^7.1.0", | 
| 2487 | 2487 |  "url-loader": "^1.1.1", | 
| 2488 | 2488 |  "uuid": "^3.3.2", | 
|  | 2489 | + "vsce": "^1.59.0", | 
| 2489 | 2490 |  "vscode": "^1.1.30", | 
| 2490 | 2491 |  "vscode-debugadapter-testsupport": "^1.27.0", | 
| 2491 | 2492 |  "webpack": "^4.20.2", | 
|  | 
0 commit comments