@codingame/monaco-vscode-a654b07e-8806-5425-b124-18f03ba8e11a-common 20.0.0 → 20.1.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-a654b07e-8806-5425-b124-18f03ba8e11a-common",
3
- "version": "20.0.0",
3
+ "version": "20.1.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - common package (chat, extension-gallery, extensions, interactive, localization, mcp, notebook, remote-agent, search, terminal, view-common, walkthrough)",
6
6
  "keywords": [],
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-60014c9d-b815-501d-83a9-4b08725c2ec2-common": "20.0.0",
19
- "@codingame/monaco-vscode-api": "20.0.0"
18
+ "@codingame/monaco-vscode-60014c9d-b815-501d-83a9-4b08725c2ec2-common": "20.1.0",
19
+ "@codingame/monaco-vscode-api": "20.1.0"
20
20
  },
21
21
  "exports": {
22
22
  ".": {
@@ -3,59 +3,59 @@ import { Codicon } from '@codingame/monaco-vscode-api/vscode/vs/base/common/codi
3
3
  import { localize } from '@codingame/monaco-vscode-api/vscode/vs/nls';
4
4
  import { registerIcon } from '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/iconRegistry';
5
5
 
6
- const extensionsViewIcon = registerIcon('extensions-view-icon', Codicon.extensions, ( localize(7012, 'View icon of the extensions view.')));
7
- const manageExtensionIcon = registerIcon('extensions-manage', Codicon.gear, ( localize(7013, 'Icon for the \'Manage\' action in the extensions view.')));
6
+ const extensionsViewIcon = registerIcon('extensions-view-icon', Codicon.extensions, ( localize(7015, 'View icon of the extensions view.')));
7
+ const manageExtensionIcon = registerIcon('extensions-manage', Codicon.gear, ( localize(7016, 'Icon for the \'Manage\' action in the extensions view.')));
8
8
  const clearSearchResultsIcon = registerIcon('extensions-clear-search-results', Codicon.clearAll, ( localize(
9
- 7014,
9
+ 7017,
10
10
  'Icon for the \'Clear Search Result\' action in the extensions view.'
11
11
  )));
12
- const refreshIcon = registerIcon('extensions-refresh', Codicon.refresh, ( localize(7015, 'Icon for the \'Refresh\' action in the extensions view.')));
13
- const filterIcon = registerIcon('extensions-filter', Codicon.filter, ( localize(7016, 'Icon for the \'Filter\' action in the extensions view.')));
12
+ const refreshIcon = registerIcon('extensions-refresh', Codicon.refresh, ( localize(7018, 'Icon for the \'Refresh\' action in the extensions view.')));
13
+ const filterIcon = registerIcon('extensions-filter', Codicon.filter, ( localize(7019, 'Icon for the \'Filter\' action in the extensions view.')));
14
14
  const installLocalInRemoteIcon = registerIcon('extensions-install-local-in-remote', Codicon.cloudDownload, ( localize(
15
- 7017,
15
+ 7020,
16
16
  'Icon for the \'Install Local Extension in Remote\' action in the extensions view.'
17
17
  )));
18
18
  const installWorkspaceRecommendedIcon = registerIcon('extensions-install-workspace-recommended', Codicon.cloudDownload, ( localize(
19
- 7018,
19
+ 7021,
20
20
  'Icon for the \'Install Workspace Recommended Extensions\' action in the extensions view.'
21
21
  )));
22
22
  const configureRecommendedIcon = registerIcon('extensions-configure-recommended', Codicon.pencil, ( localize(
23
- 7019,
23
+ 7022,
24
24
  'Icon for the \'Configure Recommended Extensions\' action in the extensions view.'
25
25
  )));
26
- const syncEnabledIcon = registerIcon('extensions-sync-enabled', Codicon.sync, ( localize(7020, 'Icon to indicate that an extension is synced.')));
27
- const syncIgnoredIcon = registerIcon('extensions-sync-ignored', Codicon.syncIgnored, ( localize(7021, 'Icon to indicate that an extension is ignored when syncing.')));
26
+ const syncEnabledIcon = registerIcon('extensions-sync-enabled', Codicon.sync, ( localize(7023, 'Icon to indicate that an extension is synced.')));
27
+ const syncIgnoredIcon = registerIcon('extensions-sync-ignored', Codicon.syncIgnored, ( localize(7024, 'Icon to indicate that an extension is ignored when syncing.')));
28
28
  const remoteIcon = registerIcon('extensions-remote', Codicon.remote, ( localize(
29
- 7022,
29
+ 7025,
30
30
  'Icon to indicate that an extension is remote in the extensions view and editor.'
31
31
  )));
32
32
  const installCountIcon = registerIcon('extensions-install-count', Codicon.cloudDownload, ( localize(
33
- 7023,
33
+ 7026,
34
34
  'Icon shown along with the install count in the extensions view and editor.'
35
35
  )));
36
36
  const privateExtensionIcon = registerIcon('extensions-private', Codicon.lock, ( localize(
37
- 7024,
37
+ 7027,
38
38
  'Icon shown for private extensions in the extensions view and editor.'
39
39
  )));
40
40
  const ratingIcon = registerIcon('extensions-rating', Codicon.star, ( localize(
41
- 7025,
41
+ 7028,
42
42
  'Icon shown along with the rating in the extensions view and editor.'
43
43
  )));
44
44
  const preReleaseIcon = registerIcon('extensions-pre-release', Codicon.versions, ( localize(
45
- 7026,
45
+ 7029,
46
46
  'Icon shown for extensions having pre-release versions in extensions view and editor.'
47
47
  )));
48
48
  const sponsorIcon = registerIcon('extensions-sponsor', Codicon.heartFilled, ( localize(
49
- 7027,
49
+ 7030,
50
50
  'Icon used for sponsoring extensions in the extensions view and editor.'
51
51
  )));
52
- const starFullIcon = registerIcon('extensions-star-full', Codicon.starFull, ( localize(7028, 'Full star icon used for the rating in the extensions editor.')));
53
- const starHalfIcon = registerIcon('extensions-star-half', Codicon.starHalf, ( localize(7029, 'Half star icon used for the rating in the extensions editor.')));
54
- const starEmptyIcon = registerIcon('extensions-star-empty', Codicon.starEmpty, ( localize(7030, 'Empty star icon used for the rating in the extensions editor.')));
55
- const errorIcon = registerIcon('extensions-error-message', Codicon.error, ( localize(7031, 'Icon shown with a error message in the extensions editor.')));
56
- const warningIcon = registerIcon('extensions-warning-message', Codicon.warning, ( localize(7032, 'Icon shown with a warning message in the extensions editor.')));
57
- const infoIcon = registerIcon('extensions-info-message', Codicon.info, ( localize(7033, 'Icon shown with an info message in the extensions editor.')));
58
- const trustIcon = registerIcon('extension-workspace-trust', Codicon.shield, ( localize(7034, 'Icon shown with a workspace trust message in the extension editor.')));
59
- const activationTimeIcon = registerIcon('extension-activation-time', Codicon.history, ( localize(7035, 'Icon shown with a activation time message in the extension editor.')));
52
+ const starFullIcon = registerIcon('extensions-star-full', Codicon.starFull, ( localize(7031, 'Full star icon used for the rating in the extensions editor.')));
53
+ const starHalfIcon = registerIcon('extensions-star-half', Codicon.starHalf, ( localize(7032, 'Half star icon used for the rating in the extensions editor.')));
54
+ const starEmptyIcon = registerIcon('extensions-star-empty', Codicon.starEmpty, ( localize(7033, 'Empty star icon used for the rating in the extensions editor.')));
55
+ const errorIcon = registerIcon('extensions-error-message', Codicon.error, ( localize(7034, 'Icon shown with a error message in the extensions editor.')));
56
+ const warningIcon = registerIcon('extensions-warning-message', Codicon.warning, ( localize(7035, 'Icon shown with a warning message in the extensions editor.')));
57
+ const infoIcon = registerIcon('extensions-info-message', Codicon.info, ( localize(7036, 'Icon shown with an info message in the extensions editor.')));
58
+ const trustIcon = registerIcon('extension-workspace-trust', Codicon.shield, ( localize(7037, 'Icon shown with a workspace trust message in the extension editor.')));
59
+ const activationTimeIcon = registerIcon('extension-activation-time', Codicon.history, ( localize(7038, 'Icon shown with a activation time message in the extension editor.')));
60
60
 
61
61
  export { activationTimeIcon, clearSearchResultsIcon, configureRecommendedIcon, errorIcon, extensionsViewIcon, filterIcon, infoIcon, installCountIcon, installLocalInRemoteIcon, installWorkspaceRecommendedIcon, manageExtensionIcon, preReleaseIcon, privateExtensionIcon, ratingIcon, refreshIcon, remoteIcon, sponsorIcon, starEmptyIcon, starFullIcon, starHalfIcon, syncEnabledIcon, syncIgnoredIcon, trustIcon, warningIcon };
@@ -15,13 +15,13 @@ import '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/colors/sear
15
15
  import { registerIcon } from '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/iconRegistry';
16
16
 
17
17
  const extensionDefaultIcon = registerIcon('extension-default-icon', Codicon.extensionsLarge, ( localize(
18
- 13098,
18
+ 13101,
19
19
  'Icon used for the default extension in the extensions view and editor.'
20
20
  )));
21
21
  const verifiedPublisherIcon = registerIcon('extensions-verified-publisher', Codicon.verifiedFilled, ( localize(
22
- 13099,
22
+ 13102,
23
23
  'Icon used for the verified extension publisher in the extensions view and editor.'
24
24
  )));
25
- const extensionVerifiedPublisherIconColor = registerColor('extensionIcon.verifiedForeground', textLinkForeground, ( localize(13100, "The icon color for extension verified publisher.")), false);
25
+ const extensionVerifiedPublisherIconColor = registerColor('extensionIcon.verifiedForeground', textLinkForeground, ( localize(13103, "The icon color for extension verified publisher.")), false);
26
26
 
27
27
  export { extensionDefaultIcon, extensionVerifiedPublisherIconColor, verifiedPublisherIcon };