mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
@@ -71,7 +71,7 @@ export class NpmScriptLensProvider implements CodeLensProvider, Disposable {
|
||||
return [];
|
||||
}
|
||||
|
||||
const title = localize('codelens.debug', '{0} Debug', '$(debug-start)');
|
||||
const title = '$(debug-start) ' + localize('codelens.debug', 'Debug');
|
||||
const cwd = path.dirname(document.uri.fsPath);
|
||||
if (this.lensLocation === 'top') {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user