mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
21 lines
1.3 KiB
JSON
21 lines
1.3 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": "例"
|
|
} |