mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-24 22:00:30 -04:00
28 lines
2.0 KiB
JSON
28 lines
2.0 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": "Ação de servidor pronto",
|
|
"description": "Abra o URI no navegador se o servidor sob depuração estiver pronto.",
|
|
"debug.server.ready.serverReadyAction.description": "Act upon a URI when a server program under debugging is ready (indicated by sending output of the form 'listening on port 3000' or 'Now listening on: https://localhost:5001' to the debug console.)",
|
|
"debug.server.ready.action.description": "O que fazer com o URI quando o servidor está pronto.",
|
|
"debug.server.ready.action.openExternally.description": "Open URI externally with the default application.",
|
|
"debug.server.ready.action.debugWithChrome.description": "Iniciar a depuração com o depurador para o Chrome.",
|
|
"debug.server.ready.pattern.description": "Server is ready if this pattern appears on the debug console. The first capture group must include a URI or a port number.",
|
|
"debug.server.ready.uriFormat.description": "A format string used when constructing the URI from a port number. The first '%s' is substituted with the port number.",
|
|
"debug.server.ready.webRoot.description": "Valor passado para a configuração de depuração para o 'depurador para o Chrome'."
|
|
},
|
|
"out/extension": {
|
|
"server.ready.nocapture.error": "Format uri ('{0}') uses a substitution placeholder but pattern did not capture anything.",
|
|
"server.ready.placeholder.error": "Format uri ('{0}') must contain exactly one substitution placeholder.",
|
|
"server.ready.chrome.not.installed": "The action '{0}' requires the '{1}' extension."
|
|
}
|
|
}
|
|
} |