提交 2fdbc353 编写于 作者: D Dirk Baeumer

Label changes

上级 571dcf9f
......@@ -147,7 +147,7 @@ const tscOpenFile: TaskEntry = {
const dotnetBuild: TaskEntry = {
id: 'dotnetBuild',
label: 'dotnet build',
label: '.Net build',
autoDetect: false,
description: nls.localize('dotnetBuild', 'Creates a tasks.json that compiles using dotnet build.'),
content: [
......@@ -163,7 +163,7 @@ const dotnetBuild: TaskEntry = {
const msbuild: TaskEntry = {
id: 'msbuild',
label: 'msbuild',
label: 'MSBuild',
autoDetect: false,
description: nls.localize('msbuild', 'Creates a tasks.json that compiles using msbuild.'),
content: [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册