未验证 提交 84cd58b2 编写于 作者: I Isidor Nikolic 提交者: GitHub

Merge pull request #42809 from aldonetti/patch-2

typo
......@@ -708,7 +708,7 @@ export class DebugService implements debug.IDebugService {
rootForName = launch.workspace;
} else {
return TPromise.wrapError(new Error(launchesContainingName.length === 0 ? nls.localize('noConfigurationNameInWorkspace', "Could not find launch configuration '{0}' in the workspace.", name)
: nls.localize('multipleConfigurationNamesInWorkspace', "There are multiple launch configurates `{0}` in the workspace. Use folder name to qualify the configuration.", name)));
: nls.localize('multipleConfigurationNamesInWorkspace', "There are multiple launch configurations `{0}` in the workspace. Use folder name to qualify the configuration.", name)));
}
} else if (configData.folder) {
const root = this.contextService.getWorkspace().folders.filter(f => f.name === configData.folder).pop();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册