We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8be756 commit 4ef5093Copy full SHA for 4ef5093
src/features/GetCommands.ts
@@ -18,7 +18,7 @@ interface ICommand {
18
* RequestType sent over to PSES.
19
* Expects: ICommand to be returned
20
*/
21
-export const GetCommandRequestType = new RequestType<string, any, void, void>("powerShell/getCommand");
+export const GetCommandRequestType = new RequestType<string, ICommand[], void, void>("powerShell/getCommand");
22
23
/**
24
* A PowerShell Command listing feature. Implements a treeview control.
0 commit comments