提交 f6a02f8e 编写于 作者: T t-amqi

Capitalize VS Code

上级 7e7a461a
...@@ -337,7 +337,7 @@ export class TextFileEditorModel extends BaseTextEditorModel implements ITextFil ...@@ -337,7 +337,7 @@ export class TextFileEditorModel extends BaseTextEditorModel implements ITextFil
if (!this.storageService.get(storageKey)) { if (!this.storageService.get(storageKey)) {
const fileName = path.relative(this.contextService.getWorkspace().resource.toString(), this.resource.toString()); const fileName = path.relative(this.contextService.getWorkspace().resource.toString(), this.resource.toString());
if (fileName.match(/^gruntfile\.js$/i) || fileName.match(/^gulpfile\.js$/i) || fileName.match(/^tsconfig\.json$/i)) { if (fileName.match(/^gruntfile\.js$/i) || fileName.match(/^gulpfile\.js$/i) || fileName.match(/^tsconfig\.json$/i)) {
const message = localize('taskFileOpened', `Run your {0} in VS code. Get started here.`, fileName.split('.')[0]); const message = localize('taskFileOpened', `Run your {0} in VS Code. Get started here.`, fileName.split('.')[0]);
let action: Action; let action: Action;
let messageTest: string; let messageTest: string;
const showDocumentation = this.telemetryService.getExperiments().showTaskDocumentation; const showDocumentation = this.telemetryService.getExperiments().showTaskDocumentation;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册