@codingame/monaco-vscode-language-pack-ko 6.0.1 → 6.0.3

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": "6.0.1",
3
+ "version": "6.0.3",
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@6.0.1"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@6.0.3"
22
22
  }
23
23
  }
@@ -216,7 +216,7 @@
216
216
  "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "프로젝트 전체 IntelliSense를 사용하도록 설정한 경우에도 웹에서 의미 체계 오류를 표시하지 않습니다. 프로젝트 전체 IntelliSense를 사용하도록 설정하지 않았거나 사용할 수 없는 경우 항상 켜져 있습니다. `#typescript.tsserver.web.projectWideIntellisense.enabled#`를 참조하세요.",
217
217
  "configuration.tsserver.web.typeAcquisition.enabled": "웹에서 패키지 취득을 사용하거나 사용하지 않도록 설정합니다. 이렇게 하면 가져온 패키지에 대해 IntelliSense가 활성화됩니다. '#typescript.tsserver.web.projectWideIntellisense.enabled#'이 필요합니다. 현재 Safari에서 지원되지 않습니다.",
218
218
  "configuration.typescript": "TypeScript",
219
- "configuration.updateImportsOnPaste": "코드를 붙여넣을 가져오기를 자동으로 업데이트합니다. TypeScript 5.5 이상이 필요합니다.",
219
+ "configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.6+.",
220
220
  "description": "JavaScript 및 TypeScript에 대한 다양한 언어 지원을 제공합니다.",
221
221
  "displayName": "TypeScript 및 JavaScript 언어 기능",
222
222
  "format.indentSwitchCase": "switch 문의 case 절을 들여쓰기합니다. 작업 영역에서 TypeScript 5.1+를 사용해야 합니다.",