Skip to content

Commit

Permalink
chore: Update vscode and @types/vscode dependencies to version 1.89.0 (
Browse files Browse the repository at this point in the history
…#960)

* chore: Update vscode and @types/vscode dependencies to version 1.89.0

and nessasary changes to quickpick to support.

* chore: Update vscode and @types/vscode dependencies to version 1.89.0
  • Loading branch information
ritikramuka authored May 21, 2024
1 parent bd57a80 commit 3d74f36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"email": "[email protected]"
},
"engines": {
"vscode": "^1.73.0",
"vscode": "^1.89.0",
"npm": ">=8.3.0"
},
"extensionKind": [
Expand Down Expand Up @@ -1037,7 +1037,7 @@
"@types/sinon": "^10.0.12",
"@types/unzip-stream": "^0.3.0",
"@types/uuid": "^8.3.0",
"@types/vscode": "^1.73.0",
"@types/vscode": "^1.89.0",
"@types/vscode-webview": "^1.57.1",
"@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.17.0",
Expand Down
1 change: 0 additions & 1 deletion src/web/client/webViews/QuickPickProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { getFileEntityId, getFileEntityName, getFileRootWebPageId } from "../uti
interface IQuickPickItem extends vscode.QuickPickItem {
label: string;
id?: string;
iconPath?: string | vscode.Uri | { light: string | vscode.Uri; dark: string | vscode.Uri } | vscode.ThemeIcon;
}

export class QuickPickProvider {
Expand Down

0 comments on commit 3d74f36

Please sign in to comment.