diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-10 15:13:01 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-10 15:13:01 +0100 |
commit | ce71da0d9d950a4bc1e0c167bc12e7ae73fb5754 (patch) | |
tree | 0ee22adb9bab420edf4188104a6ae33df6b00a09 /editors/code | |
parent | 8bcf40115fbb802c8853dcf3c70fc626f6d1a404 (diff) | |
parent | 86939ce0e3c6fd53a8003654a8d682a4b8e79af4 (diff) |
Merge #1983
1983: engine.vscode and @types/vscode should match r=matklad a=kjeremy
Per https://code.visualstudio.com/api/working-with-extensions/testing-extension
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index b9982c624..30855f9cc 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -39,7 +39,7 @@ | |||
39 | "@types/mocha": "^5.2.7", | 39 | "@types/mocha": "^5.2.7", |
40 | "@types/node": "^10.14.13", | 40 | "@types/node": "^10.14.13", |
41 | "@types/seedrandom": "^2.4.28", | 41 | "@types/seedrandom": "^2.4.28", |
42 | "@types/vscode": "^1.36.0", | 42 | "@types/vscode": "^1.37.0", |
43 | "glob": "^7.1.4", | 43 | "glob": "^7.1.4", |
44 | "mocha": "^6.2.0", | 44 | "mocha": "^6.2.0", |
45 | "prettier": "^1.18.2", | 45 | "prettier": "^1.18.2", |