Skip to content

Commit

Permalink
Merge pull request #5902 from microsoft/dependabot/npm_and_yarn/vscod…
Browse files Browse the repository at this point in the history
…e/microsoft-kiota/types/vscode-1.96.0

chore(deps-dev): bump @types/vscode from 1.95.0 to 1.96.0 in /vscode/microsoft-kiota
  • Loading branch information
github-actions[bot] authored Jan 3, 2025
2 parents 5c09857 + a6f4d83 commit 14b2c75
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions vscode/microsoft-kiota/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 vscode/microsoft-kiota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"telemetryInstrumentationKey": "4c6357e0-daf9-42b5-bdfb-67878f8957b5",
"icon": "images/logo.png",
"engines": {
"vscode": "^1.95.0"
"vscode": "^1.96.0"
},
"license": "MIT",
"categories": [
Expand Down Expand Up @@ -497,7 +497,7 @@
"@types/mocha": "^10.0.10",
"@types/node": "22.x",
"@types/sinon": "^17.0.3",
"@types/vscode": "^1.95.0",
"@types/vscode": "^1.96.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vscode/test-cli": "^0.0.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function createKiotaOpenApiNode(
clientNameOrPluginName
};
}
type IconSet = string | vscode.Uri | { light: string | vscode.Uri; dark: string | vscode.Uri } | vscode.ThemeIcon;
type IconSet = string | vscode.Uri | vscode.ThemeIcon;
export class OpenApiTreeNode extends vscode.TreeItem {
private static readonly selectedSet: IconSet = new vscode.ThemeIcon('check');

Expand Down

0 comments on commit 14b2c75

Please sign in to comment.