@codingame/monaco-vscode-theme-service-override 20.1.1 → 20.2.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-theme-service-override",
3
- "version": "20.1.1",
3
+ "version": "20.2.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - theme service-override",
6
6
  "keywords": [],
@@ -15,11 +15,11 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-34a0ffd3-b9f5-5699-b43b-38af5732f38a-common": "20.1.1",
19
- "@codingame/monaco-vscode-9a934394-0cf8-512d-939b-77e71f69cebb-common": "20.1.1",
20
- "@codingame/monaco-vscode-9d0168a3-519b-57f3-9bcc-89efc41f951a-common": "20.1.1",
21
- "@codingame/monaco-vscode-api": "20.1.1",
22
- "@codingame/monaco-vscode-files-service-override": "20.1.1"
18
+ "@codingame/monaco-vscode-34a0ffd3-b9f5-5699-b43b-38af5732f38a-common": "20.2.0",
19
+ "@codingame/monaco-vscode-9a934394-0cf8-512d-939b-77e71f69cebb-common": "20.2.0",
20
+ "@codingame/monaco-vscode-9d0168a3-519b-57f3-9bcc-89efc41f951a-common": "20.2.0",
21
+ "@codingame/monaco-vscode-api": "20.2.0",
22
+ "@codingame/monaco-vscode-files-service-override": "20.2.0"
23
23
  },
24
24
  "main": "index.js",
25
25
  "module": "index.js",
@@ -35,5 +35,10 @@ export declare class FileIconThemeLoader {
35
35
  load(data: FileIconThemeData): Promise<string | undefined>;
36
36
  private loadIconThemeDocument;
37
37
  private processIconThemeDocument;
38
+ /**
39
+ * Try converting absolute font sizes to relative values.
40
+ *
41
+ * This allows them to be scaled nicely depending on where they are used.
42
+ */
38
43
  private tryNormalizeFontSize;
39
44
  }