@codingame/monaco-vscode-language-pack-ko 6.0.3 → 7.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": "6.0.3",
3
+ "version": "7.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
- "vscode": "npm:@codingame/monaco-vscode-api@6.0.3"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@7.0.0"
22
22
  }
23
23
  }
@@ -20,6 +20,7 @@
20
20
  "markdownAttachmentRenderer.displayName": "Markdown-It ipynb 셀 첨부 파일 렌더러",
21
21
  "newUntitledIpynb.shortTitle": "Jupyter Notebook",
22
22
  "newUntitledIpynb.title": "새 Jupyter Notebook",
23
+ "openCellOutput.title": "텍스트 편집기에서 셀 출력 열기",
23
24
  "openIpynbInNotebookEditor.title": "Notebook 편집기에서 IPYNB 파일 열기"
24
25
  }
25
26
  }
@@ -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": "Automatically update imports when pasting code. Requires TypeScript 5.6+.",
219
+ "configuration.updateImportsOnPaste": "코드를 붙여넣을 가져오기를 자동으로 업데이트합니다. TypeScript 5.6+가 필요합니다.",
220
220
  "description": "JavaScript 및 TypeScript에 대한 다양한 언어 지원을 제공합니다.",
221
221
  "displayName": "TypeScript 및 JavaScript 언어 기능",
222
222
  "format.indentSwitchCase": "switch 문의 case 절을 들여쓰기합니다. 작업 영역에서 TypeScript 5.1+를 사용해야 합니다.",
@@ -311,6 +311,7 @@
311
311
  "typescript.tsc.autoDetect.on": "빌드 및 조사식 작업을 모두 만듭니다.",
312
312
  "typescript.tsc.autoDetect.watch": "컴파일 및 조사식 작업만 만듭니다.",
313
313
  "typescript.tsdk.desc": "IntelliSense에 사용할 TypeScript 설치에서 tsserver 및 `lib*.d.ts` 파일의 폴더 경로를 지정합니다. 예: `./node_modules/typescript/lib`.\r\n\r\n- 사용자 설정으로 지정한 경우 'typescript.tsdk'의 TypeScript 버전이 자동으로 기본 제공 TypeScript 버전을 바꿉니다.\r\n- 작업 영역 설정으로 지정한 경우 'typescript.tsdk'를 사용하여 'TypeScript: TypeScript 버전 선택' 명령으로 IntelliSense용 TypeScript의 해당 작업 영역 버전을 사용하도록 전환할 수 있습니다.\r\n\r\nTypeScript 버전 관리에 대한 자세한 내용은 [TypeScript 설명서](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-newer-typescript-versions)를 참조하세요.",
314
+ "typescript.tsserver.enableRegionDiagnostics": "TypeScript에서 지역 기반 진단을 사용하도록 설정합니다. 작업 영역에서 TypeScript 5.6 이상을 사용해야 합니다.",
314
315
  "typescript.tsserver.enableTracing": "디렉터리에 대해 TS 서버 성능 추적을 사용하도록 설정합니다. 이 추적 파일은 TS 서버 성능 문제를 진단하는 데 사용될 수 있습니다. 로그에는 파일 경로, 소스 코드 및 프로젝트에서 잠재적으로 중요한 기타 정보가 포함될 수 있습니다.",
315
316
  "typescript.tsserver.log": "파일에 대해 TS 서버 로깅을 사용하도록 설정합니다. 이 로그는 TS 서버 문제를 진단하는 데 사용될 수 있습니다. 로그에는 파일 경로, 소스 코드 및 프로젝트에서 잠재적으로 중요한 기타 정보가 포함될 수 있습니다.",
316
317
  "typescript.tsserver.pluginPaths": "TypeScript 언어 서비스 플러그 인을 검색할 추가 경로입니다.",