You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vs/workbench/contrib/debug/browser/debugService.ts
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -289,6 +289,13 @@ export class DebugService implements IDebugService {
289
289
thrownewError(nls.localize({key: 'compoundMustHaveConfigurations',comment: ['compound indicates a "compounds" configuration item','"configurations" is an attribute and should not be localized']},
290
290
"Compound must have \"configurations\" attribute set in order to start multiple configurations."));
0 commit comments