Cleaner API to query tasks

This commit is contained in:
Dirk Baeumer
2018-03-16 11:48:23 +01:00
parent 52086ecf32
commit fc7051a897
7 changed files with 92 additions and 36 deletions

View File

@@ -132,7 +132,7 @@ export function createApiFactory(
const extHostLanguages = new ExtHostLanguages(rpcProtocol);
// Register API-ish commands
ExtHostApiCommands.register(extHostCommands);
ExtHostApiCommands.register(extHostCommands, extHostWorkspace);
return function (extension: IExtensionDescription): typeof vscode {