@codingame/monaco-vscode-update-service-override 4.2.1 → 4.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-update-service-override",
3
- "version": "4.2.1",
3
+ "version": "4.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@4.2.1"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@4.3.0"
22
22
  }
23
23
  }
@@ -1,4 +1,4 @@
1
- import { __decorate, __param } from '../../../../../../../external/tslib/tslib.es6.js';
1
+ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js';
2
2
  import { localizeWithPath } from 'vscode/vscode/vs/nls';
3
3
  import { IPreferencesService } from 'vscode/vscode/vs/workbench/services/preferences/common/preferences';
4
4
  import { settingKeyToDisplayFormat } from 'vscode/vscode/vs/workbench/contrib/preferences/browser/settingsTreeModels';
@@ -1,4 +1,4 @@
1
- import n from '../../../../../../../../external/rollup-plugin-styles/dist/runtime/inject-css.js';
1
+ import n from 'vscode/external/rollup-plugin-styles/dist/runtime/inject-css.js';
2
2
 
3
3
  var css = ".file-icons-enabled .show-file-icons .webview-vs_code_release_notes-name-file-icon.file-icon:before{background-image:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik0xMDI0IDEwMjRIMFYwaDEwMjR2MTAyNHoiIHN0eWxlPSJmaWxsOiNmNmY2ZjY7ZmlsbC1vcGFjaXR5OjAiIGZpbGw9Im5vbmUiLz48cGF0aCBkPSJNMTAyNCA4NS4zMzN2ODUzLjMzM0gwVjg1LjMzM2gxMDI0eiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik0wIDg1LjMzM2gyOTguNjY3djg1My4zMzNIMFY4NS4zMzN6bTEwMjQgMHY4NTMuMzMzSDM4NFY4NS4zMzNoNjQwem0tNTU0LjY2NyAxNjBoMzQxLjMzM3YtNjRINDY5LjMzM3Y2NHptMzQxLjMzNCA1MzMuMzM0SDQ2OS4zMzN2NjRoMzQxLjMzM2wuMDAxLTY0em0xMjgtMTQ5LjMzNEg1OTcuMzMzdjY0aDM0MS4zMzNsLjAwMS02NHptMC0xNDkuMzMzSDU5Ny4zMzN2NjRoMzQxLjMzM2wuMDAxLTY0em0wLTE0OS4zMzNINTk3LjMzM3Y2NGgzNDEuMzMzbC4wMDEtNjR6IiBzdHlsZT0iZmlsbDojMTY3YWJmIi8+PC9zdmc+\");content:\" \"}";
4
4
  n(css,{});
@@ -1,4 +1,4 @@
1
- import { __decorate, __param } from '../../../../../../../external/tslib/tslib.es6.js';
1
+ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js';
2
2
  import './media/releasenoteseditor.css.js';
3
3
  import { CancellationToken } from 'vscode/vscode/vs/base/common/cancellation';
4
4
  import { onUnexpectedError } from 'vscode/vscode/vs/base/common/errors';
@@ -19,7 +19,7 @@ import { IRequestService, asTextOrError } from 'vscode/vscode/vs/platform/reques
19
19
  import { renderMarkdownDocument, DEFAULT_MARKDOWN_STYLES } from 'vscode/vscode/vs/workbench/contrib/markdown/browser/markdownDocumentRenderer';
20
20
  import { IWebviewWorkbenchService } from 'vscode/vscode/vs/workbench/contrib/webviewPanel/browser/webviewWorkbenchService';
21
21
  import { IEditorGroupsService } from 'vscode/vscode/vs/workbench/services/editor/common/editorGroupsService';
22
- import { ACTIVE_GROUP, IEditorService } from 'vscode/vscode/vs/workbench/services/editor/common/editorService';
22
+ import { IEditorService, ACTIVE_GROUP } from 'vscode/vscode/vs/workbench/services/editor/common/editorService';
23
23
  import { IExtensionService } from 'vscode/vscode/vs/workbench/services/extensions/common/extensions';
24
24
  import { supportsTelemetry, getTelemetryLevel } from 'vscode/vscode/vs/platform/telemetry/common/telemetryUtils';
25
25
  import { IConfigurationService } from 'vscode/vscode/vs/platform/configuration/common/configuration';
@@ -1,20 +1,20 @@
1
- import { __decorate, __param } from '../../../../../../../external/tslib/tslib.es6.js';
1
+ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js';
2
2
  import { localizeWithPath } from 'vscode/vscode/vs/nls';
3
3
  import Severity$1 from 'vscode/vscode/vs/base/common/severity';
4
4
  import { Disposable, MutableDisposable } from 'vscode/vscode/vs/base/common/lifecycle';
5
5
  import { URI } from 'vscode/vscode/vs/base/common/uri';
6
- import { NumberBadge, ProgressBadge, IActivityService } from 'vscode/vscode/vs/workbench/services/activity/common/activity';
6
+ import { IActivityService, NumberBadge, ProgressBadge } from 'vscode/vscode/vs/workbench/services/activity/common/activity';
7
7
  import { IInstantiationService } from 'vscode/vscode/vs/platform/instantiation/common/instantiation';
8
8
  import { IOpenerService } from 'vscode/vscode/vs/platform/opener/common/opener';
9
9
  import { IStorageService } from 'vscode/vscode/vs/platform/storage/common/storage';
10
10
  import { IUpdateService } from 'vscode/vscode/vs/platform/update/common/update';
11
- import { Severity, INotificationService } from 'vscode/vscode/vs/platform/notification/common/notification';
11
+ import { INotificationService, Severity } from 'vscode/vscode/vs/platform/notification/common/notification';
12
12
  import '../../../../../../../override/vs/platform/dialogs/common/dialogs.js';
13
13
  import { IBrowserWorkbenchEnvironmentService } from 'vscode/vscode/vs/workbench/services/environment/browser/environmentService';
14
14
  import { ReleaseNotesManager } from './releaseNotesEditor.js';
15
15
  import { isWeb, isMacintosh, isWindows } from 'vscode/vscode/vs/base/common/platform';
16
16
  import { IConfigurationService } from 'vscode/vscode/vs/platform/configuration/common/configuration';
17
- import { RawContextKey, ContextKeyExpr, IContextKeyService } from 'vscode/vscode/vs/platform/contextkey/common/contextkey';
17
+ import { RawContextKey, IContextKeyService, ContextKeyExpr } from 'vscode/vscode/vs/platform/contextkey/common/contextkey';
18
18
  import { MenuRegistry, MenuId, registerAction2, Action2 } from 'vscode/vscode/vs/platform/actions/common/actions';
19
19
  import { CommandsRegistry } from 'vscode/vscode/vs/platform/commands/common/commands';
20
20
  import { IHostService } from 'vscode/vscode/vs/workbench/services/host/browser/host';
@@ -1,3 +0,0 @@
1
- var e=[],t=[];function n(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e.indexOf(i);-1===u&&(u=e.push(i)-1,t[u]={}),a=t[u]&&t[u][s]?t[u][s]:t[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=( Object.keys(r.attributes)),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
2
-
3
- export { n as default };
@@ -1,11 +0,0 @@
1
- function __decorate(decorators, target, key, desc) {
2
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
- return c > 3 && r && Object.defineProperty(target, key, r), r;
6
- }
7
- function __param(paramIndex, decorator) {
8
- return function (target, key) { decorator(target, key, paramIndex); }
9
- }
10
-
11
- export { __decorate, __param };