@codingame/monaco-vscode-language-pack-ko 1.85.6 → 2.0.0-v2.1
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": "
|
|
3
|
+
"version": "2.0.0-v2.1",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git
|
|
12
|
+
"url": "git@github.com:CodinGame/monaco-vscode-api.git"
|
|
13
13
|
},
|
|
14
14
|
"type": "module",
|
|
15
15
|
"private": false,
|
|
@@ -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@
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.0.0-v2.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -260,9 +260,6 @@ var content = {
|
|
|
260
260
|
codeMovedFromWithChanges: "변경 사항과 함께 코드가 {0} - {1}줄에서 이동됨",
|
|
261
261
|
codeMovedTo: "코드가 {0} - {1}줄로 이동됨",
|
|
262
262
|
codeMovedToWithChanges: "변경 사항과 함께 코드가 {0} - {1}줄로 이동됨"
|
|
263
|
-
},
|
|
264
|
-
"vs/editor/browser/widget/multiDiffEditorWidget/colors": {
|
|
265
|
-
"multiDiffEditor.headerBackground": "diff 편집기 헤더의 배경색입니다."
|
|
266
263
|
},
|
|
267
264
|
"vs/editor/common/config/editorConfigurationSchema": {
|
|
268
265
|
codeLens: "편집기에서 CodeLens를 표시할 것인지 여부를 제어합니다.",
|