Welcome to mirror list, hosted at ThFree Co, Russian Federation.

extension.i18n.json « out « configuration-editing « extensions « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2932e9c481f589972108c1811a0354d358dbfd3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"workspaceFolder": "在 VS Code 中打开的文件夹的路径",
	"workspaceFolderBasename": "在 VS Code 中打开的文件夹的名称 (不包含任何斜杠 \"/\" )",
	"relativeFile": "相对于 ${workspaceFolder},当前打开的文件路径",
	"file": "当前打开的文件",
	"cwd": "启动时任务运行程序的当前工作目录",
	"lineNumber": "活动文件中当前选定行的行号",
	"selectedText": "当前在活动文件中选定的文本",
	"fileDirname": "当前打开的文件的完整目录名",
	"fileExtname": "当前打开的文件的扩展名",
	"fileBasename": "当前打开的文件的文件名",
	"fileBasenameNoExtension": "当前打开的文件的文件名 (不包含文件扩展名)",
	"exampleExtension": "示例"
}