npm: remove icon from localization

For #153743
This commit is contained in:
Connor Peet 2022-07-05 11:33:43 -07:00
parent 877f2c3bd0
commit d88ab38f1b

View file

@ -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 [