@codingame/monaco-vscode-language-pack-ko 15.0.3 → 16.0.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": "15.0.3",
3
+ "version": "16.0.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
- "@codingame/monaco-vscode-api": "15.0.3"
21
+ "@codingame/monaco-vscode-api": "16.0.0"
22
22
  }
23
23
  }
@@ -186,6 +186,7 @@
186
186
  "cosine function": "코사인 함수",
187
187
  "creates a #AARRGGBB": "#AARRGGBB를 만듦",
188
188
  "creates a color": "색을 만듦",
189
+ "css.builtin.lab": "css.builtin.lab",
189
190
  "dot expected": "점 필요",
190
191
  "escape string content": "이스케이프 문자열 콘텐츠",
191
192
  "expression expected": "식 필요",
@@ -193,6 +193,7 @@
193
193
  "cosine function": "코사인 함수",
194
194
  "creates a #AARRGGBB": "#AARRGGBB 만들기",
195
195
  "creates a color": "색을 만듦",
196
+ "css.builtin.lab": "css.builtin.lab",
196
197
  "dot expected": "점 필요",
197
198
  "escape string content": "이스케이프 문자열 내용",
198
199
  "expression expected": "식 필요",
@@ -165,7 +165,6 @@
165
165
  "configuration.suggest.names": "JavaScript 제안에서 파일의 고유한 이름 포함을 사용하거나 사용하지 않도록 설정합니다. 이름 제안은 `@ts-check` 또는 `checkJs`를 사용하여 의미 체계적으로 확인되는 JavaScript 코드에서 항상 사용하지 않도록 설정됩니다.",
166
166
  "configuration.suggest.objectLiteralMethodSnippets.enabled": "개체 리터럴의 메서드에 대한 코드 조각 완성을 활성화/비활성화합니다.",
167
167
  "configuration.suggest.paths": "import 문 및 요청 호출의 경로에 대한 제안을 사용하거나 사용하지 않도록 설정합니다.",
168
- "configuration.surveys.enabled": "VS Code의 Javascript 및 Typescript 지원을 개선하는 데 도움이 되는 가끔 있는 설문을 사용하거나 사용하지 않도록 설정합니다.",
169
168
  "configuration.tsserver.experimental.enableProjectDiagnostics": "프로젝트 전체 오류 보고를 활성화합니다.",
170
169
  "configuration.tsserver.maxTsServerMemory": "TypeScript 서버 프로세스에 할당할 최대 메모리 양(MB)입니다. 4GB보다 큰 메모리 제한을 사용하려면 '#typescript.tsserver.nodePath#'을 사용하여 사용자 지정 노드 설치로 TS Server를 실행합니다.",
171
170
  "configuration.tsserver.nodePath": "사용자 지정 노드 설치에서 TS 서버를 실행합니다. 이 값은 노드 실행 파일의 경로이거나 VS 코드가 노드 설치를 감지하도록 하려는 경우 'node'일 수 있습니다.",