mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-24 22:00:30 -04: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": "Autoanexar depuração do Node",
|
|
"description": "Auxilia no recurso de anexação automática quando extensões node-debug estiverem desativadas. ",
|
|
"debug.node.autoAttach.description": "Anexar automaticamente ao depurador do Node caso o Node.js tenha sido iniciado em modo de depuração no terminal integrado. ",
|
|
"debug.node.autoAttach.disabled.description": "A anexação automática está desativada e não é mostrada na barra de status. ",
|
|
"debug.node.autoAttach.on.description": "A anexação automática está ativada. ",
|
|
"debug.node.autoAttach.off.description": "A anexação automática está desativada. ",
|
|
"toggle.auto.attach": "Alternar auto anexar"
|
|
},
|
|
"out/extension": {
|
|
"status.text.auto.attach.on": "Anexar automaticamente: Ligado",
|
|
"status.text.auto.attach.off": "Anexar automaticamente: Desligado",
|
|
"status.tooltip.auto.attach": "Anexar automaticamente a processos Node.js em modo de depuração"
|
|
}
|
|
}
|
|
} |