mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"css.title": "CSS",
|
||||
"css.lint.argumentsInColorFunction.desc": "Numero di parametri non valido",
|
||||
"css.lint.boxModel.desc": "Non usare width o height con padding o border",
|
||||
"css.lint.compatibleVendorPrefixes.desc": "Quando si usa un prefisso specifico del fornitore, assicurarsi di includere anche tutte le altre proprietà specifiche del fornitore",
|
||||
@@ -25,6 +26,7 @@
|
||||
"css.trace.server.desc": "Traccia la comunicazione tra VS Code e il server del linguaggio CSS.",
|
||||
"css.validate.title": "Controlla la convalida CSS e le gravità dei problemi.",
|
||||
"css.validate.desc": "Abilita o disabilita tutte le convalide",
|
||||
"less.title": "LESS",
|
||||
"less.lint.argumentsInColorFunction.desc": "Numero di parametri non valido",
|
||||
"less.lint.boxModel.desc": "Non usare width o height con padding o border",
|
||||
"less.lint.compatibleVendorPrefixes.desc": "Quando si usa un prefisso specifico del fornitore, assicurarsi di includere anche tutte le altre proprietà specifiche del fornitore",
|
||||
@@ -45,6 +47,7 @@
|
||||
"less.lint.zeroUnits.desc": "Non è necessaria alcuna unità per lo zero",
|
||||
"less.validate.title": "Controlla la convalida LESS e le gravità dei problemi.",
|
||||
"less.validate.desc": "Abilita o disabilita tutte le convalide",
|
||||
"scss.title": "SCSS (Sass)",
|
||||
"scss.lint.argumentsInColorFunction.desc": "Numero di parametri non valido",
|
||||
"scss.lint.boxModel.desc": "Non usare width o height con padding o border",
|
||||
"scss.lint.compatibleVendorPrefixes.desc": "Quando si usa un prefisso specifico del fornitore, assicurarsi di includere anche tutte le altre proprietà specifiche del fornitore",
|
||||
|
||||
Reference in New Issue
Block a user