mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
28 lines
2.1 KiB
JSON
28 lines
2.1 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": "Azione per server pronto",
|
|
"description": "Apre l'URI nel browser se il server di cui si esegue il debug è pronto.",
|
|
"debug.server.ready.serverReadyAction.description": "Interviene su un URI quando un programma server di cui è in corso il debug è pronto (indicato dall'invio dell'output in formato 'in ascolto sulla porta 3000' o 'In ascolto su: https://localhost:5001' alla console di debug).",
|
|
"debug.server.ready.action.description": "Consente di indicare l'operazione da eseguire con l'URI quando il server è pronto.",
|
|
"debug.server.ready.action.openExternally.description": "Apre l'URI esternamente con l'applicazione predefinita.",
|
|
"debug.server.ready.action.debugWithChrome.description": "Avvia il debug con 'Debugger per Chrome'.",
|
|
"debug.server.ready.pattern.description": "Il server è pronto se nella console di debug viene visualizzato questo criterio. Il primo gruppo Capture deve includere un URI o un numero di porta.",
|
|
"debug.server.ready.uriFormat.description": "Stringa di formato usata per creare l'URI da un numero di porta. Il primo '%s' è sostituito dal numero di porta.",
|
|
"debug.server.ready.webRoot.description": "Valore passato alla configurazione di debug per 'Debugger per Chrome'."
|
|
},
|
|
"out/extension": {
|
|
"server.ready.nocapture.error": "L'URI di formato ('{0}') usa un segnaposto di sostituzione ma con il criterio non è stato acquisito nulla.",
|
|
"server.ready.placeholder.error": "L'URI di formato ('{0}') deve contenere esattamente un segnaposto di sostituzione.",
|
|
"server.ready.chrome.not.installed": "The action '{0}' requires the '{1}' extension."
|
|
}
|
|
}
|
|
} |