mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-23 05:10:30 -04:00
* Initial 1.19 xcopy * Fix yarn build * Fix numerous build breaks * Next batch of build break fixes * More build break fixes * Runtime breaks * Additional post merge fixes * Fix windows setup file * Fix test failures. * Update license header blocks to refer to source eula
11 lines
798 B
JSON
11 lines
798 B
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.
|
|
{
|
|
"config.npm.autoDetect": "npm 스크립트에 대한 자동 검색 여부를 설정합니다. 기본값은 [켜기]입니다.",
|
|
"config.npm.runSilent": " `--silent` 옵션으로 npm 명령 실행.",
|
|
"config.npm.packageManager": "스크립트를 실행하는 데 사용하는 패키지 관리자.",
|
|
"npm.parseError": "Npm 작업 검색: {0} 파일을 구문 분석하지 못했습니다."
|
|
} |