codeActionCommands.i18n.json 881 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"Copyright (c) Microsoft Corporation. All rights reserved.",
		"Licensed under the MIT License. See License.txt in the project root for license information.",
		"--------------------------------------------------------------------------------------------",
		"Do not edit this file. It is machine generated."
	],
	"quickFixWithKb": "显示修补程序({0})",
	"quickFix": "显示修补程序",
	"quickfix.trigger.label": "快速修复...",
	"editor.action.quickFix.noneMessage": "没有可用的代码操作",
	"refactor.label": "重构...",
	"editor.action.refactor.noneMessage": "没有可用的重构操作",
	"source.label": "源代码操作...",
	"editor.action.source.noneMessage": "没有可用的源代码操作",
	"organizeImports.label": "整理 import 语句"
}