diff --git a/src/features/commands.ts b/src/features/commands.ts index 67c1474da..02c526218 100644 --- a/src/features/commands.ts +++ b/src/features/commands.ts @@ -81,7 +81,7 @@ async function restartOmniSharp(context: vscode.ExtensionContext, server: OmniSh async function pickProjectAndStart(server: OmniSharpServer, optionProvider: OptionProvider): Promise { let options = optionProvider.GetLatestOptions(); - return findLaunchTargets(options).then(targets => { + return findLaunchTargets(options).then(async targets => { let currentPath = server.getSolutionPathOrFolder(); if (currentPath) {