mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
21 lines
1.2 KiB
JSON
21 lines
1.2 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": "현재 열려 있는 파일의 dirname",
|
|
"fileExtname": "현재 열려 있는 파일의 확장명",
|
|
"fileBasename": "현재 열려 있는 파일의 기본 이름",
|
|
"fileBasenameNoExtension": "현재 열려 있는 파일의 기본 이름(파일 확장명 제외)",
|
|
"exampleExtension": "예"
|
|
} |