File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/client/debugger/extension/configuration/launch.json Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export async function getConfigurationsForWorkspace(workspace: WorkspaceFolder):
1616 if ( ! codeWorkspaceConfig . configurations || ! Array . isArray ( codeWorkspaceConfig . configurations ) ) {
1717 return [ ] ;
1818 }
19- traceLog ( ` Using launch configuration in workspace folder2.` , codeWorkspaceConfig . configurations ) ;
19+ traceLog ( ' Using configuration in workspace' ) ;
2020 return codeWorkspaceConfig . configurations ;
2121 }
2222
@@ -29,7 +29,7 @@ export async function getConfigurationsForWorkspace(workspace: WorkspaceFolder):
2929 throw Error ( 'Missing field in launch.json: version' ) ;
3030 }
3131 // We do not bother ensuring each item is a DebugConfiguration...
32- traceLog ( ` Using launch configuration in launch.json file.` ) ;
32+ traceLog ( ' Using configuration in launch.json' ) ;
3333 return parsed . configurations ;
3434}
3535
You can’t perform that action at this time.
0 commit comments