mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
21 lines
1.1 KiB
JSON
21 lines
1.1 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"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": "示例"
|
|
} |