Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 45f6397

Browse files
committed
chore: upgrade vscode engine to ^1.58.0
This will be required to support some of the new VSCode features
1 parent 0a87ace commit 45f6397

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/vscode-ruby-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Formatters"
1616
],
1717
"engines": {
18-
"vscode": "^1.30.0"
18+
"vscode": "^1.58.0"
1919
},
2020
"extensionKind": [
2121
"workspace"
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"@types/execa": "^2.0.0",
4949
"@types/node": "^12.12.11",
50-
"@types/vscode": "^1.30.0",
50+
"@types/vscode": "^1.58.0",
5151
"@typescript-eslint/eslint-plugin": "^2.8.0",
5252
"@typescript-eslint/parser": "^2.8.0",
5353
"eslint": ">=6.6.0",

packages/vscode-ruby/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"theme": "light"
1919
},
2020
"engines": {
21-
"vscode": "*"
21+
"vscode": "^1.58.0"
2222
},
2323
"scripts": {
2424
"package": "vsce package --yarn && mv ./*.vsix ../../build/",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1739,10 +1739,10 @@
17391739
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.5.2.tgz#5e2f1d120f07b9cda07e5dedd4f3bf8888fccdb9"
17401740
integrity sha512-T+m89VdXj/eidZyejvmoP9jivXgBDdkOSBVQjU9kF349NEx10QdPNGxHeZUaj1IlJ32/ewdyXJjnJxyxJroYwg==
17411741

1742-
"@types/vscode@^1.30.0":
1743-
version "1.47.0"
1744-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.47.0.tgz#4a4051c21ecaadcf383a2c4387bea282540e96de"
1745-
integrity sha512-nJA37ykkz9FYA0ZOQUSc3OZnhuzEW2vUhUEo4MiduUo82jGwwcLfyvmgd/Q7b0WrZAAceojGhZybg319L24bTA==
1742+
"@types/vscode@^1.58.0":
1743+
version "1.63.1"
1744+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.63.1.tgz#b40f9f18055e2c9498ae543d18c59fbd6ef2e8a3"
1745+
integrity sha512-Z+ZqjRcnGfHP86dvx/BtSwWyZPKQ/LBdmAVImY82TphyjOw2KgTKcp7Nx92oNwCTsHzlshwexAG/WiY2JuUm3g==
17461746

17471747
"@types/xmldom@^0.1.29":
17481748
version "0.1.30"

0 commit comments

Comments
 (0)