mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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,16 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"activeEditorShort": "p. ej. myFile.txt",
|
||||
"activeEditorMedium": "e.g. myFolder/myFile.txt",
|
||||
"activeEditorLong": "e.g. /Users/Development/myProject/myFolder/myFile.txt",
|
||||
"rootName": "p. ej. myFolder1, myFolder2, myFolder3",
|
||||
"rootPath": "p. ej. /Users/Development/myProject",
|
||||
"folderName": "p. ej. myFolder",
|
||||
"folderPath": "p. ej. /Users/Development/myFolder",
|
||||
"activeEditorShort": "el nombre del archivo (por ejemplo miarchivo.txt)",
|
||||
"activeEditorMedium": "la ruta de acceso del archivo relativa a la carpeta del espacio de trabajo (p. ej. miCarpeta/miArchivo.txt)",
|
||||
"activeEditorLong": "la ruta de acceso completa del archivo (por ejemplo, /Users/Development/myProject/myFolder/myFile.txt)",
|
||||
"rootName": "nombre del área de trabajo (p. ej. myFolder o myWorkspace)",
|
||||
"rootPath": "ruta del archivo del área de trabajo (p. ej. /Users/Development/myWorkspace)",
|
||||
"folderName": "nombre de la carpeta del área de trabajo en la que el archivo está contenido (p. ej. myFolder)",
|
||||
"folderPath": "ruta de acceso de archivo de la carpeta del área de trabajo en la que el archivo está contenido (p. ej. /Users/Development/myFolder)",
|
||||
"appName": "p. ej. VS Code",
|
||||
"dirty": "un indicador con modificaciones si el editor activo tiene modificaciones",
|
||||
"separator": "un separador condicional (\"-\") que aparece solo cuando está rodeado de variables con valores",
|
||||
|
||||
Reference in New Issue
Block a user