Skip to content

Commit

Permalink
Rollback vscode types to prevent conflict with lsp-protocol types
Browse files Browse the repository at this point in the history
  • Loading branch information
CGNonofr committed Apr 26, 2020
1 parent 4bb5a0a commit e01bb1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions client/src/vscode-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,7 @@ export function createVSCodeApi(servicesProvider: Services.Provider): typeof vsc
onDidChangeWindowState: unsupported,
createQuickPick: unsupported,
createInputBox: unsupported,
registerUriHandler: unsupported,
registerCustomEditorProvider: unsupported
registerUriHandler: unsupported
};
const commands: typeof vscode.commands = {
registerCommand(command, callback, thisArg): Disposable {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "^13.1.7",
"@types/normalize-url": "^1.9.1",
"@types/ws": "0.0.39",
"@types/vscode": "1.44.0",
"@types/vscode": "1.43.0",
"css-loader": "^0.28.11",
"lerna": "^3.16.4",
"monaco-editor-core": "^0.20.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -904,10 +904,10 @@
"@types/express-serve-static-core" "*"
"@types/mime" "*"

"@types/vscode@1.44.0":
version "1.44.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.44.0.tgz#62ecfe3d0e38942fce556574da54ee1013c775b7"
integrity sha512-WJZtZlinE3meRdH+I7wTsIhpz/GLhqEQwmPGeh4s1irWLwMzCeTV8WZ+pgPTwrDXoafVUWwo1LiZ9HJVHFlJSQ==
"@types/vscode@1.43.0":
version "1.43.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.43.0.tgz#22276e60034c693b33117f1068ffaac0e89522db"
integrity sha512-kIaR9qzd80rJOxePKpCB/mdy00mz8Apt2QA5Y6rdrKFn13QNFNeP3Hzmsf37Bwh/3cS7QjtAeGSK7wSqAU0sYQ==

"@types/ws@0.0.39":
version "0.0.39"
Expand Down

0 comments on commit e01bb1a

Please sign in to comment.