Skip to content

Commit becd8fd

Browse files
Require vscode v1.95 (#4400)
1 parent afa85f8 commit becd8fd

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"icon": "resources/azure-functions.png",
88
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
99
"engines": {
10-
"vscode": "^1.82.0"
10+
"vscode": "^1.95.0"
1111
},
1212
"repository": {
1313
"type": "git",
@@ -1305,7 +1305,7 @@
13051305
"@types/node": "^16.18.36",
13061306
"@types/ps-tree": "^1.1.0",
13071307
"@types/semver": "^5.5.0",
1308-
"@types/vscode": "^1.81.0",
1308+
"@types/vscode": "^1.95.0",
13091309
"@types/websocket": "^1.0.0",
13101310
"@types/xml2js": "^0.4.5",
13111311
"@types/xregexp": "4.3.0",

src/utils/treeUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as path from 'path';
88
import { ext } from '../extensionVariables';
99

1010
export namespace treeUtils {
11-
export function getIconPath(iconName: string): TreeItemIconPath {
11+
export function getIconPath(iconName: string): string {
1212
return path.join(getResourcesPath(), `${iconName}.svg`);
1313
}
1414

0 commit comments

Comments
 (0)