@codingame/monaco-vscode-language-pack-ko 5.2.0 → 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.2.0",
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.2.0"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@5.3.0"
22
22
  }
23
23
  }
@@ -82,13 +82,11 @@
82
82
  "Organize Imports": "가져오기 구성",
83
83
  "Partial Mode": "부분 모드",
84
84
  "Please open a folder in VS Code to use a TypeScript or JavaScript project": "TypeScript 또는 JavaScript 프로젝트를 사용하려면 VS Code의 폴더를 여세요.",
85
- "Please report an issue against Yarn PnP": "Please report an issue against Yarn PnP",
86
85
  "Please update your TypeScript version": "TypeScript 버전을 업데이트하세요.",
87
86
  "Project Wide IntelliSense not available": "프로젝트 전체 IntelliSense를 사용할 수 없음",
88
87
  "Remove Unused Imports": "사용하지 않는 가져오기 제거",
89
88
  "Remove all unused code": "사용하지 않는 모든 코드 제거",
90
89
  "Report Issue": "문제 신고",
91
- "Report issue against Yarn PnP": "Report issue against Yarn PnP",
92
90
  "Select Version": "버전 선택",
93
91
  "Select code action to apply": "적용할 코드 동작 선택",
94
92
  "Select existing file...": "기존 파일 선택...",
@@ -109,7 +107,6 @@
109
107
  "The current selection cannot be extracted": "현재 선택 영역을 추출할 수 없습니다.",
110
108
  "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "경로 {0}이(가) TS 서버를 실행하는 올바른 노드 설치를 가리키지 않습니다. 번들 노드로 대체합니다.",
111
109
  "The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "경로 {0}이(가) 올바른 tsserver 설치를 가리키지 않습니다. 포함된 TypeScript 버전을 대신 사용합니다.",
112
- "The workspace is using a version of the TypeScript Server that has been patched by Yarn PnP. This patching is a common source of bugs.": "The workspace is using a version of the TypeScript Server that has been patched by Yarn PnP. This patching is a common source of bugs.",
113
110
  "The workspace is using an old version of TypeScript ({0}).\n\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "작업 영역에서 이전 버전의 TypeScript({0})를 사용하고 있습니다.\n\n문제를 보고하기 전에 TypeScript {1} 이상 기능을 사용하도록 작업 영역을 업데이트하여 버그가 아직 수정되지 않았는지 확인하세요.",
114
111
  "This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "이 작업 영역에는 TypeScript 버전이 포함되어 있습니다. TypeScript 및 JavaScript 언어 기능에 작업 영역 TypeScript 버전을 사용하시겠습니까?",
115
112
  "This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "이 작업 영역은 '{0}'의 노드 설치를 사용하여 TS 서버를 실행하려고 합니다. 사용하시겠습니까?",