Skip to content

Commit a7e6e01

Browse files
authored
Change the name of the windows-process-tree module (#3669)
1 parent 006191a commit a7e6e01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.66.0"
10+
"vscode": "^1.78.0"
1111
},
1212
"repository": {
1313
"type": "git",

src/utils/windowsProcessTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { localize } from '../localize';
77
import { getCoreNodeModule } from "./getCoreNodeModule";
88

99
export function getWindowsProcessTree(): IWindowsProcessTree {
10-
const moduleName: string = 'windows-process-tree';
10+
const moduleName: string = '@vscode/windows-process-tree';
1111
const windowsProcessTree: IWindowsProcessTree | undefined = getCoreNodeModule<IWindowsProcessTree>(moduleName);
1212
if (!windowsProcessTree) {
1313
throw new Error(localize('noWindowsProcessTree', 'Failed to find dependency "{0}".', moduleName));

0 commit comments

Comments
 (0)