@codingame/monaco-vscode-editor-api 27.0.0 → 28.0.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-editor-api",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "28.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "VSCode public API plugged on the monaco editor - monaco-editor compatible api",
|
|
6
6
|
"keywords": [],
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@codingame/monaco-vscode-api": "
|
|
18
|
+
"@codingame/monaco-vscode-api": "28.0.1"
|
|
19
19
|
},
|
|
20
20
|
"exports": {
|
|
21
21
|
".": "./esm/vs/editor/editor.api.js",
|
|
@@ -4143,6 +4143,11 @@ export namespace editor {
|
|
|
4143
4143
|
* Defaults to false.
|
|
4144
4144
|
*/
|
|
4145
4145
|
above?: boolean;
|
|
4146
|
+
/**
|
|
4147
|
+
* Should long line warning hovers be shown (tokenization skipped, rendering paused)?
|
|
4148
|
+
* Defaults to true.
|
|
4149
|
+
*/
|
|
4150
|
+
showLongLineWarning?: boolean;
|
|
4146
4151
|
}
|
|
4147
4152
|
/**
|
|
4148
4153
|
* A description for the overview ruler position.
|