mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 18:22:34 -05:00
26 lines
1.4 KiB
JSON
26 lines
1.4 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."
|
|
],
|
|
"version": "1.0.0",
|
|
"contents": {
|
|
"package": {
|
|
"displayName": "노드 디버그 자동 연결",
|
|
"description": "노드 디버그 확장이 비활성화될 때 자동 연결 기능을 위한 도우미입니다.",
|
|
"debug.node.autoAttach.description": "통합 터미널의 디버그 모드에서 node.js가 시작될 때 노드 디버거를 자동 연결합니다.",
|
|
"debug.node.autoAttach.disabled.description": "자동 연결이 사용하지 않도록 설정되어 있고 상태 표시줄에 표시되지 않습니다.",
|
|
"debug.node.autoAttach.on.description": "자동 연결이 활성 상태입니다.",
|
|
"debug.node.autoAttach.off.description": "자동 연결이 비활성 상태입니다.",
|
|
"toggle.auto.attach": "자동 연결 설정/해제"
|
|
},
|
|
"out/extension": {
|
|
"status.text.auto.attach.on": "자동 연결: 켜기",
|
|
"status.text.auto.attach.off": "자동 연결: 끄기",
|
|
"status.tooltip.auto.attach": "디버그 모드에서 node.js 프로세스에 자동 연결"
|
|
}
|
|
}
|
|
} |