@codingame/monaco-vscode-language-pack-ko 5.1.2 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ko",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@5.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@5.3.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"Open settings": "설정 열기",
|
|
16
16
|
"Paste authorization code here...": "여기에 권한 부여 코드를 붙여넣습니다...",
|
|
17
17
|
"Provide the authorization code to complete the sign in flow.": "로그인 흐름을 완료하는 권한 부여 코드를 제공합니다.",
|
|
18
|
-
"Signing in to your account...": "
|
|
18
|
+
"Signing in to your account...": "계정에 로그인하는 중...",
|
|
19
19
|
"The environment `{0}` is not a valid environment.": "'{0}' 환경이 올바른 환경이 아닙니다.",
|
|
20
20
|
"You have been signed out because reading stored authentication information failed.": "저장된 인증 정보를 읽는 데 실패하여 로그아웃되었습니다.",
|
|
21
21
|
"You must also specify a custom environment in order to use the custom environment auth provider.": "사용자 지정 환경 인증 공급자를 사용하려면 사용자 지정 환경도 지정해야 합니다."
|
|
@@ -209,8 +209,8 @@
|
|
|
209
209
|
"configuration.tsserver.watchOptions.watchFile.useFsEvents": "파일 변경에 운영 체제/파일 시스템의 기본 이벤트를 사용하려고 시도합니다.",
|
|
210
210
|
"configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "운영 체제/파일 시스템의 기본 이벤트를 사용하여 파일이 포함된 디렉터리의 대한 변경 내용을 수신합니다. 그러면 파일 감시자를 적게 사용할 수 있지만 정확도가 떨어집니다.",
|
|
211
211
|
"configuration.tsserver.web.projectWideIntellisense.enabled": "웹에서 프로젝트 전체 IntelliSense를 사용/사용 안 함으로 설정합니다. VS Code는 신뢰할 수 있는 컨텍스트에서 실행되어야 합니다.",
|
|
212
|
-
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "
|
|
213
|
-
"configuration.tsserver.web.typeAcquisition.enabled": "
|
|
212
|
+
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "프로젝트 전체 IntelliSense를 사용하도록 설정한 경우에도 웹에서 의미 체계 오류를 표시하지 않습니다. 프로젝트 전체 IntelliSense를 사용하도록 설정하지 않았거나 사용할 수 없는 경우 항상 켜져 있습니다. `#typescript.tsserver.web.projectWideIntellisense.enabled#`를 참조하세요.",
|
|
213
|
+
"configuration.tsserver.web.typeAcquisition.enabled": "웹에서 패키지 취득을 사용하거나 사용하지 않도록 설정합니다. 이렇게 하면 가져온 패키지에 대해 IntelliSense가 활성화됩니다. '#typescript.tsserver.web.projectWideIntellisense.enabled#'이 필요합니다. 현재 Safari에서 지원되지 않습니다.",
|
|
214
214
|
"configuration.typescript": "TypeScript",
|
|
215
215
|
"description": "JavaScript 및 TypeScript에 대한 다양한 언어 지원을 제공합니다.",
|
|
216
216
|
"displayName": "TypeScript 및 JavaScript 언어 기능",
|