@codingame/monaco-vscode-remote-agent-service-override 12.0.0 → 13.0.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.
Files changed (50) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +23 -23
  3. package/package.json +13 -11
  4. package/vscode/src/vs/platform/download/common/downloadIpc.d.ts +5 -5
  5. package/vscode/src/vs/platform/download/common/downloadIpc.js +1 -1
  6. package/vscode/src/vs/platform/files/common/diskFileSystemProviderClient.d.ts +7 -7
  7. package/vscode/src/vs/platform/files/common/diskFileSystemProviderClient.js +9 -9
  8. package/vscode/src/vs/platform/log/common/logIpc.d.ts +7 -7
  9. package/vscode/src/vs/platform/log/common/logIpc.js +4 -4
  10. package/vscode/src/vs/platform/remote/browser/browserSocketFactory.d.ts +4 -4
  11. package/vscode/src/vs/platform/remote/browser/browserSocketFactory.js +8 -8
  12. package/vscode/src/vs/platform/remote/browser/remoteAuthorityResolverService.d.ts +7 -7
  13. package/vscode/src/vs/platform/remote/browser/remoteAuthorityResolverService.js +13 -13
  14. package/vscode/src/vs/platform/remote/common/remoteSocketFactoryService.d.ts +4 -4
  15. package/vscode/src/vs/platform/remote/common/remoteSocketFactoryService.js +1 -1
  16. package/vscode/src/vs/workbench/contrib/remote/browser/explorerViewItems.d.ts +8 -8
  17. package/vscode/src/vs/workbench/contrib/remote/browser/explorerViewItems.js +13 -13
  18. package/vscode/src/vs/workbench/contrib/remote/browser/media/remoteViewlet.css.js +1 -1
  19. package/vscode/src/vs/workbench/contrib/remote/browser/remote.contribution.js +3 -3
  20. package/vscode/src/vs/workbench/contrib/remote/browser/remote.d.ts +11 -11
  21. package/vscode/src/vs/workbench/contrib/remote/browser/remote.js +44 -44
  22. package/vscode/src/vs/workbench/contrib/remote/browser/remoteConnectionHealth.d.ts +10 -10
  23. package/vscode/src/vs/workbench/contrib/remote/browser/remoteConnectionHealth.js +16 -16
  24. package/vscode/src/vs/workbench/contrib/remote/browser/remoteIndicator.d.ts +21 -21
  25. package/vscode/src/vs/workbench/contrib/remote/browser/remoteIndicator.js +47 -47
  26. package/vscode/src/vs/workbench/contrib/remote/browser/remoteStartEntry.contribution.js +3 -3
  27. package/vscode/src/vs/workbench/contrib/remote/browser/remoteStartEntry.d.ts +9 -9
  28. package/vscode/src/vs/workbench/contrib/remote/browser/remoteStartEntry.js +12 -12
  29. package/vscode/src/vs/workbench/contrib/remote/browser/showCandidate.d.ts +4 -4
  30. package/vscode/src/vs/workbench/contrib/remote/browser/showCandidate.js +4 -4
  31. package/vscode/src/vs/workbench/contrib/remote/browser/tunnelFactory.d.ts +8 -8
  32. package/vscode/src/vs/workbench/contrib/remote/browser/tunnelFactory.js +12 -12
  33. package/vscode/src/vs/workbench/contrib/remote/common/remote.contribution.d.ts +3 -3
  34. package/vscode/src/vs/workbench/contrib/remote/common/remote.contribution.js +20 -20
  35. package/vscode/src/vs/workbench/services/remote/browser/browserRemoteResourceHandler.d.ts +2 -2
  36. package/vscode/src/vs/workbench/services/remote/browser/browserRemoteResourceHandler.js +7 -7
  37. package/vscode/src/vs/workbench/services/remote/browser/remoteAgentService.d.ts +8 -8
  38. package/vscode/src/vs/workbench/services/remote/browser/remoteAgentService.js +16 -16
  39. package/vscode/src/vs/workbench/services/remote/common/abstractRemoteAgentService.d.ts +12 -12
  40. package/vscode/src/vs/workbench/services/remote/common/abstractRemoteAgentService.js +12 -12
  41. package/vscode/src/vs/workbench/services/remote/common/remoteAgentEnvironmentChannel.d.ts +8 -8
  42. package/vscode/src/vs/workbench/services/remote/common/remoteAgentEnvironmentChannel.js +2 -2
  43. package/vscode/src/vs/workbench/services/remote/common/remoteAgentService.d.ts +5 -5
  44. package/vscode/src/vs/workbench/services/remote/common/remoteAgentService.js +1 -1
  45. package/vscode/src/vs/workbench/services/remote/common/remoteExtensionsScanner.d.ts +9 -9
  46. package/vscode/src/vs/workbench/services/remote/common/remoteExtensionsScanner.js +12 -12
  47. package/vscode/src/vs/workbench/services/remote/common/remoteFileSystemProviderClient.d.ts +4 -4
  48. package/vscode/src/vs/workbench/services/remote/common/remoteFileSystemProviderClient.js +4 -4
  49. package/vscode/src/vs/workbench/services/tunnel/browser/tunnelService.d.ts +6 -6
  50. package/vscode/src/vs/workbench/services/tunnel/browser/tunnelService.js +7 -7
package/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { IEditorOverrideServices } from "vscode/vscode/vs/editor/standalone/browser/standaloneServices";
1
+ import type { IEditorOverrideServices } from "@codingame/monaco-vscode-api/vscode/vs/editor/standalone/browser/standaloneServices";
2
2
  export interface RemoteAgentServiceOverrideParams {
3
3
  /**
4
4
  * if true, the default extensions on the remote agent will be scanned and added
package/index.js CHANGED
@@ -1,38 +1,38 @@
1
1
 
2
- import { __decorate, __param } from 'vscode/external/tslib/tslib.es6';
3
- import { SyncDescriptor } from 'vscode/vscode/vs/platform/instantiation/common/descriptors';
4
- import { IRemoteAgentService } from 'vscode/vscode/vs/workbench/services/remote/common/remoteAgentService.service';
2
+ import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
3
+ import { SyncDescriptor } from '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/descriptors';
4
+ import { IRemoteAgentService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/remote/common/remoteAgentService.service';
5
5
  import { RemoteAgentService } from './vscode/src/vs/workbench/services/remote/browser/remoteAgentService.js';
6
6
  import { RemoteSocketFactoryService } from './vscode/src/vs/platform/remote/common/remoteSocketFactoryService.js';
7
- import { IRemoteSocketFactoryService } from 'vscode/vscode/vs/platform/remote/common/remoteSocketFactoryService.service';
8
- import { RemoteConnectionType } from 'vscode/vscode/vs/platform/remote/common/remoteAuthorityResolver';
9
- import { IRemoteAuthorityResolverService } from 'vscode/vscode/vs/platform/remote/common/remoteAuthorityResolver.service';
7
+ import { IRemoteSocketFactoryService } from '@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteSocketFactoryService.service';
8
+ import { RemoteConnectionType } from '@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteAuthorityResolver';
9
+ import { IRemoteAuthorityResolverService } from '@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteAuthorityResolver.service';
10
10
  import { RemoteAuthorityResolverService } from './vscode/src/vs/platform/remote/browser/remoteAuthorityResolverService.js';
11
11
  import { BrowserSocketFactory } from './vscode/src/vs/platform/remote/browser/browserSocketFactory.js';
12
12
  import { RemoteFileSystemProviderClient } from './vscode/src/vs/workbench/services/remote/common/remoteFileSystemProviderClient.js';
13
13
  import '@codingame/monaco-vscode-abed5a84-8a82-5f84-9412-88a736235bae-common/vscode/vs/workbench/services/environment/browser/environmentService';
14
- import { IBrowserWorkbenchEnvironmentService } from 'vscode/vscode/vs/workbench/services/environment/browser/environmentService.service';
15
- import { IFileService } from 'vscode/vscode/vs/platform/files/common/files.service';
16
- import { ILogService } from 'vscode/vscode/vs/platform/log/common/log.service';
17
- import { RemoteExplorerService } from 'vscode/vscode/vs/workbench/services/remote/common/remoteExplorerService';
18
- import { IRemoteExplorerService } from 'vscode/vscode/vs/workbench/services/remote/common/remoteExplorerService.service';
14
+ import { IBrowserWorkbenchEnvironmentService } from '@codingame/monaco-vscode-1d9dbcb3-6f53-58ad-b0a4-92b1ef1fd6a8-common/vscode/vs/workbench/services/environment/browser/environmentService.service';
15
+ import { IFileService } from '@codingame/monaco-vscode-api/vscode/vs/platform/files/common/files.service';
16
+ import { ILogService } from '@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service';
17
+ import { RemoteExplorerService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/remote/common/remoteExplorerService';
18
+ import { IRemoteExplorerService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/remote/common/remoteExplorerService.service';
19
19
  import { ExternalUriOpenerService } from '@codingame/monaco-vscode-1b4486de-4fe4-59c4-9e6d-34f265ff6625-common/vscode/vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService';
20
- import { IExternalUriOpenerService } from 'vscode/vscode/vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService.service';
20
+ import { IExternalUriOpenerService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/externalUriOpener/common/externalUriOpenerService.service';
21
21
  import { RemoteExtensionsScannerService } from './vscode/src/vs/workbench/services/remote/common/remoteExtensionsScanner.js';
22
- import { IRemoteExtensionsScannerService } from 'vscode/vscode/vs/platform/remote/common/remoteExtensionsScanner.service';
23
- import { IProductService } from 'vscode/vscode/vs/platform/product/common/productService.service';
24
- import { IEnvironmentService } from 'vscode/vscode/vs/platform/environment/common/environment.service';
22
+ import { IRemoteExtensionsScannerService } from '@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteExtensionsScanner.service';
23
+ import { IProductService } from '@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service';
24
+ import { IEnvironmentService } from '@codingame/monaco-vscode-api/vscode/vs/platform/environment/common/environment.service';
25
25
  import { BrowserRemoteResourceLoader } from './vscode/src/vs/workbench/services/remote/browser/browserRemoteResourceHandler.js';
26
- import { IWorkbenchEnvironmentService } from 'vscode/vscode/vs/workbench/services/environment/common/environmentService.service';
27
- import { IRemoteUserDataProfilesService } from 'vscode/vscode/vs/workbench/services/userDataProfile/common/remoteUserDataProfiles.service';
28
- import { IUserDataProfileService } from 'vscode/vscode/vs/workbench/services/userDataProfile/common/userDataProfile.service';
29
- import { IActiveLanguagePackService } from 'vscode/vscode/vs/workbench/services/localization/common/locale.service';
30
- import { ITunnelService } from 'vscode/vscode/vs/platform/tunnel/common/tunnel.service';
26
+ import { IWorkbenchEnvironmentService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/environment/common/environmentService.service';
27
+ import { IRemoteUserDataProfilesService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/userDataProfile/common/remoteUserDataProfiles.service';
28
+ import { IUserDataProfileService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/userDataProfile/common/userDataProfile.service';
29
+ import { IActiveLanguagePackService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/localization/common/locale.service';
30
+ import { ITunnelService } from '@codingame/monaco-vscode-api/vscode/vs/platform/tunnel/common/tunnel.service';
31
31
  import { TunnelService } from './vscode/src/vs/workbench/services/tunnel/browser/tunnelService.js';
32
- import { IWorkbenchExtensionManagementService } from 'vscode/vscode/vs/workbench/services/extensionManagement/common/extensionManagement.service';
32
+ import { IWorkbenchExtensionManagementService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/extensionManagement/common/extensionManagement.service';
33
33
  import getServiceOverride$1 from '@codingame/monaco-vscode-environment-service-override';
34
- import { getWorkbenchConstructionOptions } from 'vscode/workbench';
35
- import { registerServiceInitializePreParticipant } from 'vscode/lifecycle';
34
+ import { getWorkbenchConstructionOptions } from '@codingame/monaco-vscode-api/workbench';
35
+ import { registerServiceInitializePreParticipant } from '@codingame/monaco-vscode-api/lifecycle';
36
36
  import './vscode/src/vs/workbench/contrib/remote/common/remote.contribution.js';
37
37
  import './vscode/src/vs/workbench/contrib/remote/browser/remote.contribution.js';
38
38
  import './vscode/src/vs/workbench/contrib/remote/browser/remoteStartEntry.contribution.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-remote-agent-service-override",
3
- "version": "12.0.0",
3
+ "version": "13.0.0",
4
4
  "private": false,
5
5
  "description": "VSCode public API plugged on the monaco editor - remote-agent service-override",
6
6
  "keywords": [],
@@ -15,18 +15,20 @@
15
15
  },
16
16
  "type": "module",
17
17
  "dependencies": {
18
- "@codingame/monaco-vscode-1b4486de-4fe4-59c4-9e6d-34f265ff6625-common": "12.0.0",
19
- "@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common": "12.0.0",
20
- "@codingame/monaco-vscode-2a94c04a-b85b-5669-b06b-89c1bfa11cb9-common": "12.0.0",
21
- "@codingame/monaco-vscode-56402b83-4a60-5b15-86f9-71fe99c32744-common": "12.0.0",
22
- "@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "12.0.0",
23
- "@codingame/monaco-vscode-abed5a84-8a82-5f84-9412-88a736235bae-common": "12.0.0",
24
- "@codingame/monaco-vscode-d6e33d82-c101-549d-a885-0807ab3e0cfb-common": "12.0.0",
25
- "@codingame/monaco-vscode-environment-service-override": "12.0.0",
26
- "vscode": "npm:@codingame/monaco-vscode-api@12.0.0"
18
+ "@codingame/monaco-vscode-1b4486de-4fe4-59c4-9e6d-34f265ff6625-common": "13.0.0",
19
+ "@codingame/monaco-vscode-1d9dbcb3-6f53-58ad-b0a4-92b1ef1fd6a8-common": "13.0.0",
20
+ "@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common": "13.0.0",
21
+ "@codingame/monaco-vscode-55ed5668-e8ca-5335-a587-790bcf1200c0-common": "13.0.0",
22
+ "@codingame/monaco-vscode-56402b83-4a60-5b15-86f9-71fe99c32744-common": "13.0.0",
23
+ "@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common": "13.0.0",
24
+ "@codingame/monaco-vscode-abed5a84-8a82-5f84-9412-88a736235bae-common": "13.0.0",
25
+ "@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common": "13.0.0",
26
+ "@codingame/monaco-vscode-d6e33d82-c101-549d-a885-0807ab3e0cfb-common": "13.0.0",
27
+ "@codingame/monaco-vscode-environment-service-override": "13.0.0"
27
28
  },
28
29
  "peerDependencies": {
29
- "@codingame/monaco-vscode-fab30422-b487-5f4e-8d30-8b4d266e3fcd-common": "12.0.0"
30
+ "@codingame/monaco-vscode-api": "13.0.0",
31
+ "@codingame/monaco-vscode-fab30422-b487-5f4e-8d30-8b4d266e3fcd-common": "13.0.0"
30
32
  },
31
33
  "peerDependenciesMeta": {
32
34
  "@codingame/monaco-vscode-fab30422-b487-5f4e-8d30-8b4d266e3fcd-common": {
@@ -1,8 +1,8 @@
1
- import { Event } from "vscode/vscode/vs/base/common/event";
2
- import { URI } from "vscode/vscode/vs/base/common/uri";
3
- import { IURITransformer } from "vscode/vscode/vs/base/common/uriIpc";
4
- import { IChannel, IServerChannel } from "vscode/vscode/vs/base/parts/ipc/common/ipc";
5
- import { IDownloadService } from "vscode/vscode/vs/platform/download/common/download.service";
1
+ import { Event } from "@codingame/monaco-vscode-api/vscode/vs/base/common/event";
2
+ import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
3
+ import { IURITransformer } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uriIpc";
4
+ import { IChannel, IServerChannel } from "@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common/vscode/vs/base/parts/ipc/common/ipc";
5
+ import { IDownloadService } from "@codingame/monaco-vscode-api/vscode/vs/platform/download/common/download.service";
6
6
  export declare class DownloadServiceChannel implements IServerChannel {
7
7
  private readonly service;
8
8
  constructor(service: IDownloadService);
@@ -1,5 +1,5 @@
1
1
 
2
- import { URI } from 'vscode/vscode/vs/base/common/uri';
2
+ import { URI } from '@codingame/monaco-vscode-api/vscode/vs/base/common/uri';
3
3
 
4
4
  class DownloadServiceChannel {
5
5
  constructor(service) {
@@ -1,10 +1,10 @@
1
- import { CancellationToken } from "vscode/vscode/vs/base/common/cancellation";
2
- import { Event } from "vscode/vscode/vs/base/common/event";
3
- import { Disposable, IDisposable } from "vscode/vscode/vs/base/common/lifecycle";
4
- import { ReadableStreamEvents } from "vscode/vscode/vs/base/common/stream";
5
- import { URI } from "vscode/vscode/vs/base/common/uri";
6
- import { IChannel } from "vscode/vscode/vs/base/parts/ipc/common/ipc";
7
- import { IFileAtomicReadOptions, IFileDeleteOptions, IFileOpenOptions, IFileOverwriteOptions, IFileReadStreamOptions, FileSystemProviderCapabilities, FileType, IFileWriteOptions, IFileChange, IFileSystemProviderWithFileAtomicReadCapability, IFileSystemProviderWithFileCloneCapability, IFileSystemProviderWithFileFolderCopyCapability, IFileSystemProviderWithFileReadStreamCapability, IFileSystemProviderWithFileReadWriteCapability, IFileSystemProviderWithOpenReadWriteCloseCapability, IStat, IWatchOptions } from "vscode/vscode/vs/platform/files/common/files";
1
+ import { CancellationToken } from "@codingame/monaco-vscode-api/vscode/vs/base/common/cancellation";
2
+ import { Event } from "@codingame/monaco-vscode-api/vscode/vs/base/common/event";
3
+ import { Disposable, IDisposable } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle";
4
+ import { ReadableStreamEvents } from "@codingame/monaco-vscode-api/vscode/vs/base/common/stream";
5
+ import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
6
+ import { IChannel } from "@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common/vscode/vs/base/parts/ipc/common/ipc";
7
+ import { IFileAtomicReadOptions, IFileDeleteOptions, IFileOpenOptions, IFileOverwriteOptions, IFileReadStreamOptions, FileSystemProviderCapabilities, FileType, IFileWriteOptions, IFileChange, IFileSystemProviderWithFileAtomicReadCapability, IFileSystemProviderWithFileCloneCapability, IFileSystemProviderWithFileFolderCopyCapability, IFileSystemProviderWithFileReadStreamCapability, IFileSystemProviderWithFileReadWriteCapability, IFileSystemProviderWithOpenReadWriteCloseCapability, IStat, IWatchOptions } from "@codingame/monaco-vscode-api/vscode/vs/platform/files/common/files";
8
8
  export declare const LOCAL_FILE_SYSTEM_CHANNEL_NAME = "localFilesystem";
9
9
  export declare class DiskFileSystemProviderClient extends Disposable implements IFileSystemProviderWithFileReadWriteCapability, IFileSystemProviderWithOpenReadWriteCloseCapability, IFileSystemProviderWithFileReadStreamCapability, IFileSystemProviderWithFileFolderCopyCapability, IFileSystemProviderWithFileAtomicReadCapability, IFileSystemProviderWithFileCloneCapability {
10
10
  private readonly channel;
@@ -1,13 +1,13 @@
1
1
 
2
- import { VSBuffer } from 'vscode/vscode/vs/base/common/buffer';
3
- import { toErrorMessage } from 'vscode/vscode/vs/base/common/errorMessage';
4
- import { canceled } from 'vscode/vscode/vs/base/common/errors';
5
- import { Event, Emitter } from 'vscode/vscode/vs/base/common/event';
6
- import { Disposable, DisposableStore, toDisposable } from 'vscode/vscode/vs/base/common/lifecycle';
7
- import { newWriteableStream } from 'vscode/vscode/vs/base/common/stream';
8
- import { generateUuid } from 'vscode/vscode/vs/base/common/uuid';
9
- import { FileSystemProviderCapabilities, createFileSystemProviderError, FileSystemProviderErrorCode } from 'vscode/vscode/vs/platform/files/common/files';
10
- import { reviveFileChanges } from 'vscode/vscode/vs/platform/files/common/watcher';
2
+ import { VSBuffer } from '@codingame/monaco-vscode-api/vscode/vs/base/common/buffer';
3
+ import { toErrorMessage } from '@codingame/monaco-vscode-api/vscode/vs/base/common/errorMessage';
4
+ import { canceled } from '@codingame/monaco-vscode-api/vscode/vs/base/common/errors';
5
+ import { Event, Emitter } from '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
6
+ import { Disposable, DisposableStore, toDisposable } from '@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle';
7
+ import { newWriteableStream } from '@codingame/monaco-vscode-api/vscode/vs/base/common/stream';
8
+ import { generateUuid } from '@codingame/monaco-vscode-api/vscode/vs/base/common/uuid';
9
+ import { FileSystemProviderCapabilities, createFileSystemProviderError, FileSystemProviderErrorCode } from '@codingame/monaco-vscode-api/vscode/vs/platform/files/common/files';
10
+ import { reviveFileChanges } from '@codingame/monaco-vscode-api/vscode/vs/platform/files/common/watcher';
11
11
 
12
12
  class DiskFileSystemProviderClient extends Disposable {
13
13
  constructor(channel, extraCapabilities) {
@@ -1,10 +1,10 @@
1
- import { URI } from "vscode/vscode/vs/base/common/uri";
2
- import { Event } from "vscode/vscode/vs/base/common/event";
3
- import { IChannel, IServerChannel } from "vscode/vscode/vs/base/parts/ipc/common/ipc";
4
- import { AbstractLoggerService, ILogger, ILoggerOptions, ILoggerResource, LogLevel } from "vscode/vscode/vs/platform/log/common/log";
5
- import { ILoggerService } from "vscode/vscode/vs/platform/log/common/log.service";
6
- import { Disposable } from "vscode/vscode/vs/base/common/lifecycle";
7
- import { IURITransformer } from "vscode/vscode/vs/base/common/uriIpc";
1
+ import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
2
+ import { Event } from "@codingame/monaco-vscode-api/vscode/vs/base/common/event";
3
+ import { IChannel, IServerChannel } from "@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common/vscode/vs/base/parts/ipc/common/ipc";
4
+ import { AbstractLoggerService, ILogger, ILoggerOptions, ILoggerResource, LogLevel } from "@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log";
5
+ import { ILoggerService } from "@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service";
6
+ import { Disposable } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle";
7
+ import { IURITransformer } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uriIpc";
8
8
  export declare class LoggerChannelClient extends AbstractLoggerService implements ILoggerService {
9
9
  private readonly windowId;
10
10
  private readonly channel;
@@ -1,8 +1,8 @@
1
1
 
2
- import { URI } from 'vscode/vscode/vs/base/common/uri';
3
- import 'vscode/vscode/vs/base/common/event';
4
- import 'vscode/vscode/vs/platform/log/common/log';
5
- import { Disposable } from 'vscode/vscode/vs/base/common/lifecycle';
2
+ import { URI } from '@codingame/monaco-vscode-api/vscode/vs/base/common/uri';
3
+ import '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
4
+ import '@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log';
5
+ import { Disposable } from '@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle';
6
6
 
7
7
  class RemoteLoggerChannelClient extends Disposable {
8
8
  constructor(loggerService, channel) {
@@ -1,8 +1,8 @@
1
- import { VSBuffer } from "vscode/vscode/vs/base/common/buffer";
2
- import { Event } from "vscode/vscode/vs/base/common/event";
3
- import { ISocket, SocketDiagnosticsEventType } from "vscode/vscode/vs/base/parts/ipc/common/ipc.net";
1
+ import { VSBuffer } from "@codingame/monaco-vscode-api/vscode/vs/base/common/buffer";
2
+ import { Event } from "@codingame/monaco-vscode-api/vscode/vs/base/common/event";
3
+ import { ISocket, SocketDiagnosticsEventType } from "@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common/vscode/vs/base/parts/ipc/common/ipc.net";
4
4
  import { ISocketFactory } from "../common/remoteSocketFactoryService.js";
5
- import { RemoteConnectionType, WebSocketRemoteConnection } from "vscode/vscode/vs/platform/remote/common/remoteAuthorityResolver";
5
+ import { RemoteConnectionType, WebSocketRemoteConnection } from "@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteAuthorityResolver";
6
6
  export interface IWebSocketFactory {
7
7
  create(url: string, debugLabel: string): IWebSocket;
8
8
  }
@@ -1,12 +1,12 @@
1
1
 
2
- import { addDisposableListener } from 'vscode/vscode/vs/base/browser/dom';
3
- import { RunOnceScheduler } from 'vscode/vscode/vs/base/common/async';
4
- import { VSBuffer } from 'vscode/vscode/vs/base/common/buffer';
5
- import { Emitter } from 'vscode/vscode/vs/base/common/event';
6
- import { Disposable } from 'vscode/vscode/vs/base/common/lifecycle';
7
- import { SocketDiagnostics, SocketDiagnosticsEventType, SocketCloseEventType } from 'vscode/vscode/vs/base/parts/ipc/common/ipc.net';
8
- import { RemoteAuthorityResolverError, RemoteAuthorityResolverErrorCode } from 'vscode/vscode/vs/platform/remote/common/remoteAuthorityResolver';
9
- import { mainWindow } from 'vscode/vscode/vs/base/browser/window';
2
+ import { addDisposableListener } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/dom';
3
+ import { RunOnceScheduler } from '@codingame/monaco-vscode-api/vscode/vs/base/common/async';
4
+ import { VSBuffer } from '@codingame/monaco-vscode-api/vscode/vs/base/common/buffer';
5
+ import { Emitter } from '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
6
+ import { Disposable } from '@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle';
7
+ import { SocketDiagnostics, SocketDiagnosticsEventType, SocketCloseEventType } from '@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common/vscode/vs/base/parts/ipc/common/ipc.net';
8
+ import { RemoteAuthorityResolverError, RemoteAuthorityResolverErrorCode } from '@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteAuthorityResolver';
9
+ import { mainWindow } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/window';
10
10
 
11
11
  class BrowserWebSocket extends Disposable {
12
12
  traceSocketEvent(type, data) {
@@ -1,14 +1,14 @@
1
- import { Disposable } from "vscode/vscode/vs/base/common/lifecycle";
2
- import { URI } from "vscode/vscode/vs/base/common/uri";
3
- import { ILogService } from "vscode/vscode/vs/platform/log/common/log.service";
4
- import { IProductService } from "vscode/vscode/vs/platform/product/common/productService.service";
5
- import { IRemoteConnectionData, ResolvedAuthority, ResolvedOptions, ResolverResult } from "vscode/vscode/vs/platform/remote/common/remoteAuthorityResolver";
6
- import { IRemoteAuthorityResolverService } from "vscode/vscode/vs/platform/remote/common/remoteAuthorityResolver.service";
1
+ import { Disposable } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle";
2
+ import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
3
+ import { ILogService } from "@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service";
4
+ import { IProductService } from "@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service";
5
+ import { IRemoteConnectionData, ResolvedAuthority, ResolvedOptions, ResolverResult } from "@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteAuthorityResolver";
6
+ import { IRemoteAuthorityResolverService } from "@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteAuthorityResolver.service";
7
7
  export declare class RemoteAuthorityResolverService extends Disposable implements IRemoteAuthorityResolverService {
8
8
  private readonly _logService;
9
9
  readonly _serviceBrand: undefined;
10
10
  private readonly _onDidChangeConnectionData;
11
- readonly onDidChangeConnectionData: import("vscode/vscode/vs/base/common/event").Event<void>;
11
+ readonly onDidChangeConnectionData: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event<void>;
12
12
  private readonly _resolveAuthorityRequests;
13
13
  private readonly _cache;
14
14
  private readonly _connectionToken;
@@ -1,17 +1,17 @@
1
1
 
2
- import { __decorate, __param } from 'vscode/external/tslib/tslib.es6';
3
- import { mainWindow } from 'vscode/vscode/vs/base/browser/window';
4
- import { DeferredPromise } from 'vscode/vscode/vs/base/common/async';
5
- import { ErrorNoTelemetry } from 'vscode/vscode/vs/base/common/errors';
6
- import { Emitter } from 'vscode/vscode/vs/base/common/event';
7
- import { Disposable } from 'vscode/vscode/vs/base/common/lifecycle';
8
- import { RemoteAuthorities } from 'vscode/vscode/vs/base/common/network';
9
- import { mark } from 'vscode/vscode/vs/base/common/performance';
10
- import { StopWatch } from 'vscode/vscode/vs/base/common/stopwatch';
11
- import { ILogService } from 'vscode/vscode/vs/platform/log/common/log.service';
12
- import { IProductService } from 'vscode/vscode/vs/platform/product/common/productService.service';
13
- import { getRemoteAuthorityPrefix, WebSocketRemoteConnection, RemoteConnectionType } from 'vscode/vscode/vs/platform/remote/common/remoteAuthorityResolver';
14
- import { parseAuthorityWithOptionalPort } from 'vscode/vscode/vs/platform/remote/common/remoteHosts';
2
+ import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
3
+ import { mainWindow } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/window';
4
+ import { DeferredPromise } from '@codingame/monaco-vscode-api/vscode/vs/base/common/async';
5
+ import { ErrorNoTelemetry } from '@codingame/monaco-vscode-api/vscode/vs/base/common/errors';
6
+ import { Emitter } from '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
7
+ import { Disposable } from '@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle';
8
+ import { RemoteAuthorities } from '@codingame/monaco-vscode-api/vscode/vs/base/common/network';
9
+ import { mark } from '@codingame/monaco-vscode-api/vscode/vs/base/common/performance';
10
+ import { StopWatch } from '@codingame/monaco-vscode-api/vscode/vs/base/common/stopwatch';
11
+ import { ILogService } from '@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service';
12
+ import { IProductService } from '@codingame/monaco-vscode-api/vscode/vs/platform/product/common/productService.service';
13
+ import { getRemoteAuthorityPrefix, WebSocketRemoteConnection, RemoteConnectionType } from '@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteAuthorityResolver';
14
+ import { parseAuthorityWithOptionalPort } from '@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteHosts';
15
15
 
16
16
  let RemoteAuthorityResolverService = class RemoteAuthorityResolverService extends Disposable {
17
17
  constructor(isWorkbenchOptionsBasedResolution, connectionToken, resourceUriProvider, serverBasePath, productService, _logService) {
@@ -1,7 +1,7 @@
1
- import { IDisposable } from "vscode/vscode/vs/base/common/lifecycle";
2
- import { ISocket } from "vscode/vscode/vs/base/parts/ipc/common/ipc.net";
3
- import { RemoteConnectionOfType, RemoteConnectionType, RemoteConnection } from "vscode/vscode/vs/platform/remote/common/remoteAuthorityResolver";
4
- import { IRemoteSocketFactoryService } from "vscode/vscode/vs/platform/remote/common/remoteSocketFactoryService.service";
1
+ import { IDisposable } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle";
2
+ import { ISocket } from "@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common/vscode/vs/base/parts/ipc/common/ipc.net";
3
+ import { RemoteConnectionOfType, RemoteConnectionType, RemoteConnection } from "@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteAuthorityResolver";
4
+ import { IRemoteSocketFactoryService } from "@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteSocketFactoryService.service";
5
5
  export interface ISocketFactory<T extends RemoteConnectionType> {
6
6
  supports(connectTo: RemoteConnectionOfType<T>): boolean;
7
7
  connect(connectTo: RemoteConnectionOfType<T>, path: string, query: string, debugLabel: string): Promise<ISocket>;
@@ -1,5 +1,5 @@
1
1
 
2
- import { toDisposable } from 'vscode/vscode/vs/base/common/lifecycle';
2
+ import { toDisposable } from '@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle';
3
3
 
4
4
  class RemoteSocketFactoryService {
5
5
  constructor() {
@@ -1,11 +1,11 @@
1
- import { IRemoteExplorerService } from "vscode/vscode/vs/workbench/services/remote/common/remoteExplorerService.service";
2
- import { IViewDescriptor } from "vscode/vscode/vs/workbench/common/views";
3
- import { IWorkbenchEnvironmentService } from "vscode/vscode/vs/workbench/services/environment/common/environmentService.service";
4
- import { IStorageService } from "vscode/vscode/vs/platform/storage/common/storage.service";
5
- import { RawContextKey } from "vscode/vscode/vs/platform/contextkey/common/contextkey";
6
- import { IContextKeyService } from "vscode/vscode/vs/platform/contextkey/common/contextkey.service";
7
- import { IWorkspaceContextService } from "vscode/vscode/vs/platform/workspace/common/workspace.service";
8
- import { Disposable } from "vscode/vscode/vs/base/common/lifecycle";
1
+ import { IRemoteExplorerService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/remote/common/remoteExplorerService.service";
2
+ import { IViewDescriptor } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/views";
3
+ import { IWorkbenchEnvironmentService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/environment/common/environmentService.service";
4
+ import { IStorageService } from "@codingame/monaco-vscode-api/vscode/vs/platform/storage/common/storage.service";
5
+ import { RawContextKey } from "@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey";
6
+ import { IContextKeyService } from "@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey.service";
7
+ import { IWorkspaceContextService } from "@codingame/monaco-vscode-api/vscode/vs/platform/workspace/common/workspace.service";
8
+ import { Disposable } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle";
9
9
  export declare const SELECTED_REMOTE_IN_EXPLORER: RawContextKey<string>;
10
10
  export declare class SwitchRemoteViewItem extends Disposable {
11
11
  private readonly contextKeyService;
@@ -1,19 +1,19 @@
1
1
 
2
- import { __decorate, __param } from 'vscode/external/tslib/tslib.es6';
3
- import { localize } from 'vscode/vscode/vs/nls';
4
- import { REMOTE_EXPLORER_TYPE_KEY } from 'vscode/vscode/vs/workbench/services/remote/common/remoteExplorerService';
5
- import { IRemoteExplorerService } from 'vscode/vscode/vs/workbench/services/remote/common/remoteExplorerService.service';
6
- import { isStringArray } from 'vscode/vscode/vs/base/common/types';
7
- import { IWorkbenchEnvironmentService } from 'vscode/vscode/vs/workbench/services/environment/common/environmentService.service';
8
- import { StorageScope } from 'vscode/vscode/vs/platform/storage/common/storage';
9
- import { IStorageService } from 'vscode/vscode/vs/platform/storage/common/storage.service';
10
- import { RawContextKey, ContextKeyExpr } from 'vscode/vscode/vs/platform/contextkey/common/contextkey';
11
- import { IContextKeyService } from 'vscode/vscode/vs/platform/contextkey/common/contextkey.service';
12
- import { MenuId, MenuRegistry, registerAction2, Action2 } from 'vscode/vscode/vs/platform/actions/common/actions';
2
+ import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
3
+ import { localize } from '@codingame/monaco-vscode-api/vscode/vs/nls';
4
+ import { REMOTE_EXPLORER_TYPE_KEY } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/remote/common/remoteExplorerService';
5
+ import { IRemoteExplorerService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/remote/common/remoteExplorerService.service';
6
+ import { isStringArray } from '@codingame/monaco-vscode-api/vscode/vs/base/common/types';
7
+ import { IWorkbenchEnvironmentService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/environment/common/environmentService.service';
8
+ import { StorageScope } from '@codingame/monaco-vscode-api/vscode/vs/platform/storage/common/storage';
9
+ import { IStorageService } from '@codingame/monaco-vscode-api/vscode/vs/platform/storage/common/storage.service';
10
+ import { RawContextKey, ContextKeyExpr } from '@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey';
11
+ import { IContextKeyService } from '@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey.service';
12
+ import { MenuId, MenuRegistry, registerAction2, Action2 } from '@codingame/monaco-vscode-api/vscode/vs/platform/actions/common/actions';
13
13
  import { VIEWLET_ID } from '@codingame/monaco-vscode-1b4486de-4fe4-59c4-9e6d-34f265ff6625-common/vscode/vs/workbench/contrib/remote/browser/remoteExplorer';
14
14
  import { getVirtualWorkspaceLocation } from '@codingame/monaco-vscode-d6e33d82-c101-549d-a885-0807ab3e0cfb-common/vscode/vs/platform/workspace/common/virtualWorkspace';
15
- import { IWorkspaceContextService } from 'vscode/vscode/vs/platform/workspace/common/workspace.service';
16
- import { Disposable, DisposableMap } from 'vscode/vscode/vs/base/common/lifecycle';
15
+ import { IWorkspaceContextService } from '@codingame/monaco-vscode-api/vscode/vs/platform/workspace/common/workspace.service';
16
+ import { Disposable, DisposableMap } from '@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle';
17
17
 
18
18
  const SELECTED_REMOTE_IN_EXPLORER = ( new RawContextKey('selectedRemoteInExplorer', ''));
19
19
  let SwitchRemoteViewItem = class SwitchRemoteViewItem extends Disposable {
@@ -1,4 +1,4 @@
1
- import n from 'vscode/external/rollup-plugin-styles/dist/runtime/inject-css';
1
+ import n from '@codingame/monaco-vscode-api/external/rollup-plugin-styles/dist/runtime/inject-css';
2
2
 
3
3
  var css = ".remote-help-content .monaco-list .monaco-list-row .remote-help-tree-node-item{display:flex;flex:1;flex-wrap:nowrap;height:22px;line-height:22px;overflow:hidden;text-overflow:ellipsis}.remote-help-content .monaco-list .monaco-list-row .remote-help-tree-node-item>.remote-help-tree-node-item-icon{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-position:0;background-repeat:no-repeat;background-size:16px;height:22px;padding-right:6px;padding-top:3px;width:16px}.remote-help-tree-node-item-icon .monaco-icon-label-container>.monaco-icon-name-container{padding-left:22px}.remote-help-content .monaco-list .monaco-list-row .monaco-tl-twistie{width:0!important}";
4
4
  n(css,{});
@@ -1,8 +1,8 @@
1
1
 
2
- import { Extensions, registerWorkbenchContribution2, WorkbenchPhase } from 'vscode/vscode/vs/workbench/common/contributions';
3
- import { Registry } from 'vscode/vscode/vs/platform/registry/common/platform';
2
+ import { Extensions, registerWorkbenchContribution2, WorkbenchPhase } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/contributions';
3
+ import { Registry } from '@codingame/monaco-vscode-api/vscode/vs/platform/registry/common/platform';
4
4
  import { ShowCandidateContribution } from './showCandidate.js';
5
- import { LifecyclePhase } from 'vscode/vscode/vs/workbench/services/lifecycle/common/lifecycle';
5
+ import { LifecyclePhase } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/lifecycle/common/lifecycle';
6
6
  import { TunnelFactoryContribution } from './tunnelFactory.js';
7
7
  import { RemoteAgentConnectionStatusListener, RemoteMarkers } from './remote.js';
8
8
  import { RemoteStatusIndicator } from './remoteIndicator.js';
@@ -1,14 +1,14 @@
1
- import { ITelemetryService } from "vscode/vscode/vs/platform/telemetry/common/telemetry.service";
2
- import { IQuickInputService } from "vscode/vscode/vs/platform/quickinput/common/quickInput.service";
3
- import { ICommandService } from "vscode/vscode/vs/platform/commands/common/commands.service";
4
- import { IProgressService } from "vscode/vscode/vs/platform/progress/common/progress.service";
5
- import { IWorkbenchContribution } from "vscode/vscode/vs/workbench/common/contributions";
6
- import { IRemoteAgentService } from "vscode/vscode/vs/workbench/services/remote/common/remoteAgentService.service";
7
- import { IDialogService } from "vscode/vscode/vs/platform/dialogs/common/dialogs.service";
8
- import { Disposable } from "vscode/vscode/vs/base/common/lifecycle";
9
- import { IWorkbenchEnvironmentService } from "vscode/vscode/vs/workbench/services/environment/common/environmentService.service";
10
- import { ILogService } from "vscode/vscode/vs/platform/log/common/log.service";
11
- import { ITimerService } from "vscode/vscode/vs/workbench/services/timer/browser/timerService.service";
1
+ import { ITelemetryService } from "@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service";
2
+ import { IQuickInputService } from "@codingame/monaco-vscode-api/vscode/vs/platform/quickinput/common/quickInput.service";
3
+ import { ICommandService } from "@codingame/monaco-vscode-api/vscode/vs/platform/commands/common/commands.service";
4
+ import { IProgressService } from "@codingame/monaco-vscode-api/vscode/vs/platform/progress/common/progress.service";
5
+ import { IWorkbenchContribution } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/contributions";
6
+ import { IRemoteAgentService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/remote/common/remoteAgentService.service";
7
+ import { IDialogService } from "@codingame/monaco-vscode-api/vscode/vs/platform/dialogs/common/dialogs.service";
8
+ import { Disposable } from "@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle";
9
+ import { IWorkbenchEnvironmentService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/environment/common/environmentService.service";
10
+ import { ILogService } from "@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service";
11
+ import { ITimerService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/timer/browser/timerService.service";
12
12
  export declare class RemoteMarkers implements IWorkbenchContribution {
13
13
  constructor(remoteAgentService: IRemoteAgentService, timerService: ITimerService);
14
14
  }
@@ -1,55 +1,55 @@
1
1
 
2
- import { __decorate, __param } from 'vscode/external/tslib/tslib.es6';
2
+ import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
3
3
  import './media/remoteViewlet.css.js';
4
- import { localize, localize2 } from 'vscode/vscode/vs/nls';
5
- import { append, $, disposableWindowInterval } from 'vscode/vscode/vs/base/browser/dom';
6
- import { URI } from 'vscode/vscode/vs/base/common/uri';
7
- import { IWorkbenchLayoutService } from 'vscode/vscode/vs/workbench/services/layout/browser/layoutService.service';
8
- import { ITelemetryService } from 'vscode/vscode/vs/platform/telemetry/common/telemetry.service';
9
- import { IWorkspaceContextService } from 'vscode/vscode/vs/platform/workspace/common/workspace.service';
10
- import { IStorageService } from 'vscode/vscode/vs/platform/storage/common/storage.service';
11
- import { IConfigurationService } from 'vscode/vscode/vs/platform/configuration/common/configuration.service';
12
- import { IInstantiationService } from 'vscode/vscode/vs/platform/instantiation/common/instantiation';
13
- import { IThemeService } from 'vscode/vscode/vs/platform/theme/common/themeService.service';
14
- import { ThemeIcon } from 'vscode/vscode/vs/base/common/themables';
15
- import { IContextMenuService } from 'vscode/vscode/vs/platform/contextview/browser/contextView.service';
16
- import { isProposedApiEnabled } from 'vscode/vscode/vs/workbench/services/extensions/common/extensions';
17
- import { IExtensionService } from 'vscode/vscode/vs/workbench/services/extensions/common/extensions.service';
18
- import { FilterViewPaneContainer } from '@codingame/monaco-vscode-2a94c04a-b85b-5669-b06b-89c1bfa11cb9-common/vscode/vs/workbench/browser/parts/views/viewsViewlet';
4
+ import { localize, localize2 } from '@codingame/monaco-vscode-api/vscode/vs/nls';
5
+ import { append, $, disposableWindowInterval } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/dom';
6
+ import { URI } from '@codingame/monaco-vscode-api/vscode/vs/base/common/uri';
7
+ import { IWorkbenchLayoutService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/layout/browser/layoutService.service';
8
+ import { ITelemetryService } from '@codingame/monaco-vscode-api/vscode/vs/platform/telemetry/common/telemetry.service';
9
+ import { IWorkspaceContextService } from '@codingame/monaco-vscode-api/vscode/vs/platform/workspace/common/workspace.service';
10
+ import { IStorageService } from '@codingame/monaco-vscode-api/vscode/vs/platform/storage/common/storage.service';
11
+ import { IConfigurationService } from '@codingame/monaco-vscode-api/vscode/vs/platform/configuration/common/configuration.service';
12
+ import { IInstantiationService } from '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation';
13
+ import { IThemeService } from '@codingame/monaco-vscode-api/vscode/vs/platform/theme/common/themeService.service';
14
+ import { ThemeIcon } from '@codingame/monaco-vscode-api/vscode/vs/base/common/themables';
15
+ import { IContextMenuService } from '@codingame/monaco-vscode-api/vscode/vs/platform/contextview/browser/contextView.service';
16
+ import { isProposedApiEnabled } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/extensions/common/extensions';
17
+ import { IExtensionService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/extensions/common/extensions.service';
18
+ import { FilterViewPaneContainer } from '@codingame/monaco-vscode-55ed5668-e8ca-5335-a587-790bcf1200c0-common/vscode/vs/workbench/browser/parts/views/viewsViewlet';
19
19
  import { VIEWLET_ID } from '@codingame/monaco-vscode-1b4486de-4fe4-59c4-9e6d-34f265ff6625-common/vscode/vs/workbench/contrib/remote/browser/remoteExplorer';
20
- import { IContextKeyService } from 'vscode/vscode/vs/platform/contextkey/common/contextkey.service';
21
- import { Extensions, ViewContainerLocation } from 'vscode/vscode/vs/workbench/common/views';
22
- import { IViewDescriptorService } from 'vscode/vscode/vs/workbench/common/views.service';
23
- import { Registry } from 'vscode/vscode/vs/platform/registry/common/platform';
24
- import { IOpenerService } from 'vscode/vscode/vs/platform/opener/common/opener.service';
25
- import { IQuickInputService } from 'vscode/vscode/vs/platform/quickinput/common/quickInput.service';
26
- import { ICommandService } from 'vscode/vscode/vs/platform/commands/common/commands.service';
27
- import { ProgressLocation } from 'vscode/vscode/vs/platform/progress/common/progress';
28
- import { IProgressService } from 'vscode/vscode/vs/platform/progress/common/progress.service';
29
- import { IRemoteAgentService } from 'vscode/vscode/vs/workbench/services/remote/common/remoteAgentService.service';
30
- import { IDialogService } from 'vscode/vscode/vs/platform/dialogs/common/dialogs.service';
31
- import { PersistentConnectionEventType } from '@codingame/monaco-vscode-2a94c04a-b85b-5669-b06b-89c1bfa11cb9-common/vscode/vs/platform/remote/common/remoteAgentConnection';
32
- import Severity from 'vscode/vscode/vs/base/common/severity';
20
+ import { IContextKeyService } from '@codingame/monaco-vscode-api/vscode/vs/platform/contextkey/common/contextkey.service';
21
+ import { Extensions, ViewContainerLocation } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/views';
22
+ import { IViewDescriptorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/views.service';
23
+ import { Registry } from '@codingame/monaco-vscode-api/vscode/vs/platform/registry/common/platform';
24
+ import { IOpenerService } from '@codingame/monaco-vscode-api/vscode/vs/platform/opener/common/opener.service';
25
+ import { IQuickInputService } from '@codingame/monaco-vscode-api/vscode/vs/platform/quickinput/common/quickInput.service';
26
+ import { ICommandService } from '@codingame/monaco-vscode-api/vscode/vs/platform/commands/common/commands.service';
27
+ import { ProgressLocation } from '@codingame/monaco-vscode-api/vscode/vs/platform/progress/common/progress';
28
+ import { IProgressService } from '@codingame/monaco-vscode-api/vscode/vs/platform/progress/common/progress.service';
29
+ import { IRemoteAgentService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/remote/common/remoteAgentService.service';
30
+ import { IDialogService } from '@codingame/monaco-vscode-api/vscode/vs/platform/dialogs/common/dialogs.service';
31
+ import { PersistentConnectionEventType } from '@codingame/monaco-vscode-bd6ad8b7-9db3-51a8-9895-0046508c029d-common/vscode/vs/platform/remote/common/remoteAgentConnection';
32
+ import Severity from '@codingame/monaco-vscode-api/vscode/vs/base/common/severity';
33
33
  import { ReloadWindowAction } from '@codingame/monaco-vscode-56402b83-4a60-5b15-86f9-71fe99c32744-common/vscode/vs/workbench/browser/actions/windowActions';
34
- import { Disposable } from 'vscode/vscode/vs/base/common/lifecycle';
34
+ import { Disposable } from '@codingame/monaco-vscode-api/vscode/vs/base/common/lifecycle';
35
35
  import { SwitchRemoteViewItem } from './explorerViewItems.js';
36
- import { isStringArray } from 'vscode/vscode/vs/base/common/types';
37
- import { IRemoteExplorerService } from 'vscode/vscode/vs/workbench/services/remote/common/remoteExplorerService.service';
38
- import { IWorkbenchEnvironmentService } from 'vscode/vscode/vs/workbench/services/environment/common/environmentService.service';
36
+ import { isStringArray } from '@codingame/monaco-vscode-api/vscode/vs/base/common/types';
37
+ import { IRemoteExplorerService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/remote/common/remoteExplorerService.service';
38
+ import { IWorkbenchEnvironmentService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/environment/common/environmentService.service';
39
39
  import { ViewPane } from '@codingame/monaco-vscode-65619f8f-0eab-5d8b-855a-43b6353fe527-common/vscode/vs/workbench/browser/parts/views/viewPane';
40
- import { WorkbenchAsyncDataTree } from 'vscode/vscode/vs/platform/list/browser/listService';
41
- import { IKeybindingService } from 'vscode/vscode/vs/platform/keybinding/common/keybinding.service';
42
- import { Event, Emitter } from 'vscode/vscode/vs/base/common/event';
43
- import { SyncDescriptor } from 'vscode/vscode/vs/platform/instantiation/common/descriptors';
40
+ import { WorkbenchAsyncDataTree } from '@codingame/monaco-vscode-api/vscode/vs/platform/list/browser/listService';
41
+ import { IKeybindingService } from '@codingame/monaco-vscode-api/vscode/vs/platform/keybinding/common/keybinding.service';
42
+ import { Event, Emitter } from '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
43
+ import { SyncDescriptor } from '@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/descriptors';
44
44
  import { getStartedIcon, documentationIcon, reviewIssuesIcon, reportIssuesIcon, remoteExplorerViewIcon } from '@codingame/monaco-vscode-1b4486de-4fe4-59c4-9e6d-34f265ff6625-common/vscode/vs/workbench/contrib/remote/browser/remoteIcons';
45
- import { ILogService } from 'vscode/vscode/vs/platform/log/common/log.service';
46
- import { ITimerService } from 'vscode/vscode/vs/workbench/services/timer/browser/timerService.service';
47
- import { getRemoteName } from 'vscode/vscode/vs/platform/remote/common/remoteHosts';
45
+ import { ILogService } from '@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service';
46
+ import { ITimerService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/timer/browser/timerService.service';
47
+ import { getRemoteName } from '@codingame/monaco-vscode-api/vscode/vs/platform/remote/common/remoteHosts';
48
48
  import { getVirtualWorkspaceLocation } from '@codingame/monaco-vscode-d6e33d82-c101-549d-a885-0807ab3e0cfb-common/vscode/vs/platform/workspace/common/virtualWorkspace';
49
- import { IWalkthroughsService } from 'vscode/vscode/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService.service';
50
- import { Schemas } from 'vscode/vscode/vs/base/common/network';
51
- import { mainWindow } from 'vscode/vscode/vs/base/browser/window';
52
- import { IHoverService } from 'vscode/vscode/vs/platform/hover/browser/hover.service';
49
+ import { IWalkthroughsService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStartedService.service';
50
+ import { Schemas } from '@codingame/monaco-vscode-api/vscode/vs/base/common/network';
51
+ import { mainWindow } from '@codingame/monaco-vscode-api/vscode/vs/base/browser/window';
52
+ import { IHoverService } from '@codingame/monaco-vscode-api/vscode/vs/platform/hover/browser/hover.service';
53
53
 
54
54
  class HelpTreeVirtualDelegate {
55
55
  getHeight(element) {