@theia/plugin-ext-vscode 1.67.0-next.13 → 1.67.0-next.56
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/README.md +1 -1
- package/package.json +16 -16
- package/lib/browser/plugin-vscode-commands-contribution.d.ts +0 -89
- package/lib/browser/plugin-vscode-commands-contribution.d.ts.map +0 -1
- package/lib/browser/plugin-vscode-commands-contribution.js +0 -895
- package/lib/browser/plugin-vscode-commands-contribution.js.map +0 -1
- package/lib/browser/plugin-vscode-contribution.d.ts +0 -6
- package/lib/browser/plugin-vscode-contribution.d.ts.map +0 -1
- package/lib/browser/plugin-vscode-contribution.js +0 -49
- package/lib/browser/plugin-vscode-contribution.js.map +0 -1
- package/lib/browser/plugin-vscode-frontend-module.d.ts +0 -4
- package/lib/browser/plugin-vscode-frontend-module.d.ts.map +0 -1
- package/lib/browser/plugin-vscode-frontend-module.js +0 -31
- package/lib/browser/plugin-vscode-frontend-module.js.map +0 -1
- package/lib/common/plugin-vscode-environment.d.ts +0 -12
- package/lib/common/plugin-vscode-environment.d.ts.map +0 -1
- package/lib/common/plugin-vscode-environment.js +0 -57
- package/lib/common/plugin-vscode-environment.js.map +0 -1
- package/lib/common/plugin-vscode-types.d.ts +0 -3
- package/lib/common/plugin-vscode-types.d.ts.map +0 -1
- package/lib/common/plugin-vscode-types.js +0 -22
- package/lib/common/plugin-vscode-types.js.map +0 -1
- package/lib/common/plugin-vscode-uri.d.ts +0 -15
- package/lib/common/plugin-vscode-uri.d.ts.map +0 -1
- package/lib/common/plugin-vscode-uri.js +0 -49
- package/lib/common/plugin-vscode-uri.js.map +0 -1
- package/lib/node/context/plugin-vscode-init-fe.d.ts +0 -3
- package/lib/node/context/plugin-vscode-init-fe.d.ts.map +0 -1
- package/lib/node/context/plugin-vscode-init-fe.js +0 -38
- package/lib/node/context/plugin-vscode-init-fe.js.map +0 -1
- package/lib/node/local-vsix-file-plugin-deployer-resolver.d.ts +0 -12
- package/lib/node/local-vsix-file-plugin-deployer-resolver.d.ts.map +0 -1
- package/lib/node/local-vsix-file-plugin-deployer-resolver.js +0 -54
- package/lib/node/local-vsix-file-plugin-deployer-resolver.js.map +0 -1
- package/lib/node/package.spec.d.ts +0 -1
- package/lib/node/package.spec.d.ts.map +0 -1
- package/lib/node/package.spec.js +0 -26
- package/lib/node/package.spec.js.map +0 -1
- package/lib/node/plugin-vscode-backend-module.d.ts +0 -4
- package/lib/node/plugin-vscode-backend-module.d.ts.map +0 -1
- package/lib/node/plugin-vscode-backend-module.js +0 -41
- package/lib/node/plugin-vscode-backend-module.js.map +0 -1
- package/lib/node/plugin-vscode-cli-contribution.d.ts +0 -22
- package/lib/node/plugin-vscode-cli-contribution.d.ts.map +0 -1
- package/lib/node/plugin-vscode-cli-contribution.js +0 -63
- package/lib/node/plugin-vscode-cli-contribution.js.map +0 -1
- package/lib/node/plugin-vscode-deployer-participant.d.ts +0 -7
- package/lib/node/plugin-vscode-deployer-participant.d.ts.map +0 -1
- package/lib/node/plugin-vscode-deployer-participant.js +0 -51
- package/lib/node/plugin-vscode-deployer-participant.js.map +0 -1
- package/lib/node/plugin-vscode-directory-handler.d.ts +0 -21
- package/lib/node/plugin-vscode-directory-handler.d.ts.map +0 -1
- package/lib/node/plugin-vscode-directory-handler.js +0 -112
- package/lib/node/plugin-vscode-directory-handler.js.map +0 -1
- package/lib/node/plugin-vscode-file-handler.d.ts +0 -10
- package/lib/node/plugin-vscode-file-handler.d.ts.map +0 -1
- package/lib/node/plugin-vscode-file-handler.js +0 -67
- package/lib/node/plugin-vscode-file-handler.js.map +0 -1
- package/lib/node/plugin-vscode-init.d.ts +0 -3
- package/lib/node/plugin-vscode-init.d.ts.map +0 -1
- package/lib/node/plugin-vscode-init.js +0 -69
- package/lib/node/plugin-vscode-init.js.map +0 -1
- package/lib/node/plugin-vscode-utils.d.ts +0 -8
- package/lib/node/plugin-vscode-utils.d.ts.map +0 -1
- package/lib/node/plugin-vscode-utils.js +0 -105
- package/lib/node/plugin-vscode-utils.js.map +0 -1
- package/lib/node/scanner-vscode.d.ts +0 -13
- package/lib/node/scanner-vscode.d.ts.map +0 -1
- package/lib/node/scanner-vscode.js +0 -112
- package/lib/node/scanner-vscode.js.map +0 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ The extension is mandatory for any application which requires VS Code extension
|
|
|
17
17
|
|
|
18
18
|
## Additional Information
|
|
19
19
|
|
|
20
|
-
- [API documentation for `@theia/plugin-ext-vscode`](https://eclipse-theia.github.io/theia/docs/next/modules/
|
|
20
|
+
- [API documentation for `@theia/plugin-ext-vscode`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_plugin-ext-vscode.html)
|
|
21
21
|
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
|
|
22
22
|
- [Theia - Website](https://theia-ide.org/)
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/plugin-ext-vscode",
|
|
3
|
-
"version": "1.67.0-next.
|
|
3
|
+
"version": "1.67.0-next.56+d8f18cc386c",
|
|
4
4
|
"description": "Theia - Plugin Extension for VsCode",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/callhierarchy": "1.67.0-next.
|
|
7
|
-
"@theia/core": "1.67.0-next.
|
|
8
|
-
"@theia/editor": "1.67.0-next.
|
|
9
|
-
"@theia/filesystem": "1.67.0-next.
|
|
10
|
-
"@theia/monaco": "1.67.0-next.
|
|
6
|
+
"@theia/callhierarchy": "1.67.0-next.56+d8f18cc386c",
|
|
7
|
+
"@theia/core": "1.67.0-next.56+d8f18cc386c",
|
|
8
|
+
"@theia/editor": "1.67.0-next.56+d8f18cc386c",
|
|
9
|
+
"@theia/filesystem": "1.67.0-next.56+d8f18cc386c",
|
|
10
|
+
"@theia/monaco": "1.67.0-next.56+d8f18cc386c",
|
|
11
11
|
"@theia/monaco-editor-core": "1.96.302",
|
|
12
|
-
"@theia/navigator": "1.67.0-next.
|
|
13
|
-
"@theia/outline-view": "1.67.0-next.
|
|
14
|
-
"@theia/plugin": "1.67.0-next.
|
|
15
|
-
"@theia/plugin-ext": "1.67.0-next.
|
|
16
|
-
"@theia/scm": "1.67.0-next.
|
|
17
|
-
"@theia/terminal": "1.67.0-next.
|
|
18
|
-
"@theia/typehierarchy": "1.67.0-next.
|
|
19
|
-
"@theia/userstorage": "1.67.0-next.
|
|
20
|
-
"@theia/workspace": "1.67.0-next.
|
|
12
|
+
"@theia/navigator": "1.67.0-next.56+d8f18cc386c",
|
|
13
|
+
"@theia/outline-view": "1.67.0-next.56+d8f18cc386c",
|
|
14
|
+
"@theia/plugin": "1.67.0-next.56+d8f18cc386c",
|
|
15
|
+
"@theia/plugin-ext": "1.67.0-next.56+d8f18cc386c",
|
|
16
|
+
"@theia/scm": "1.67.0-next.56+d8f18cc386c",
|
|
17
|
+
"@theia/terminal": "1.67.0-next.56+d8f18cc386c",
|
|
18
|
+
"@theia/typehierarchy": "1.67.0-next.56+d8f18cc386c",
|
|
19
|
+
"@theia/userstorage": "1.67.0-next.56+d8f18cc386c",
|
|
20
|
+
"@theia/workspace": "1.67.0-next.56+d8f18cc386c",
|
|
21
21
|
"decompress": "^4.2.1",
|
|
22
22
|
"filenamify": "^4.1.0",
|
|
23
23
|
"tslib": "^2.6.2"
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"nyc": {
|
|
62
62
|
"extends": "../../configs/nyc.json"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "d8f18cc386c45a736cd193d42eab02c8f64c6b10"
|
|
65
65
|
}
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import { Command, CommandContribution, CommandRegistry, MessageService } from '@theia/core';
|
|
2
|
-
import { ApplicationShell, OpenerService, QuickInputService } from '@theia/core/lib/browser';
|
|
3
|
-
import { ContextKeyService } from '@theia/core/lib/browser/context-key-service';
|
|
4
|
-
import { ApplicationShellMouseTracker } from '@theia/core/lib/browser/shell/application-shell-mouse-tracker';
|
|
5
|
-
import { CommandService } from '@theia/core/lib/common/command';
|
|
6
|
-
import { EditorManager } from '@theia/editor/lib/browser';
|
|
7
|
-
import { WorkspaceService } from '@theia/workspace/lib/browser/workspace-service';
|
|
8
|
-
import { DiffService } from '@theia/workspace/lib/browser/diff-service';
|
|
9
|
-
import { URI } from '@theia/core/shared/vscode-uri';
|
|
10
|
-
import { PluginServer } from '@theia/plugin-ext/lib/common/plugin-protocol';
|
|
11
|
-
import { TerminalFrontendContribution } from '@theia/terminal/lib/browser/terminal-frontend-contribution';
|
|
12
|
-
import { QuickOpenWorkspace } from '@theia/workspace/lib/browser/quick-open-workspace';
|
|
13
|
-
import { TerminalService } from '@theia/terminal/lib/browser/base/terminal-service';
|
|
14
|
-
import { FileService } from '@theia/filesystem/lib/browser/file-service';
|
|
15
|
-
import { CallHierarchyServiceProvider, CallHierarchyService } from '@theia/callhierarchy/lib/browser';
|
|
16
|
-
import { TypeHierarchyServiceProvider, TypeHierarchyService } from '@theia/typehierarchy/lib/browser';
|
|
17
|
-
import { MonacoTextModelService } from '@theia/monaco/lib/browser/monaco-text-model-service';
|
|
18
|
-
import { WindowService } from '@theia/core/lib/browser/window/window-service';
|
|
19
|
-
import { OutlineViewContribution } from '@theia/outline-view/lib/browser/outline-view-contribution';
|
|
20
|
-
import { MonacoLanguages } from '@theia/monaco/lib/browser/monaco-languages';
|
|
21
|
-
import { ScmContribution } from '@theia/scm/lib/browser/scm-contribution';
|
|
22
|
-
export declare namespace VscodeCommands {
|
|
23
|
-
const GET_CODE_EXCHANGE_ENDPOINTS: Command;
|
|
24
|
-
const OPEN: Command;
|
|
25
|
-
const OPEN_WITH: Command;
|
|
26
|
-
const OPEN_FOLDER: Command;
|
|
27
|
-
const DIFF: Command;
|
|
28
|
-
const INSTALL_EXTENSION_FROM_ID_OR_URI: Command;
|
|
29
|
-
const UNINSTALL_EXTENSION: Command;
|
|
30
|
-
const INSTALL_EXTENSION_FROM_VSIX_COMMAND: Command;
|
|
31
|
-
}
|
|
32
|
-
export interface UsbDeviceData {
|
|
33
|
-
readonly deviceClass: number;
|
|
34
|
-
readonly deviceProtocol: number;
|
|
35
|
-
readonly deviceSubclass: number;
|
|
36
|
-
readonly deviceVersionMajor: number;
|
|
37
|
-
readonly deviceVersionMinor: number;
|
|
38
|
-
readonly deviceVersionSubminor: number;
|
|
39
|
-
readonly manufacturerName?: string;
|
|
40
|
-
readonly productId: number;
|
|
41
|
-
readonly productName?: string;
|
|
42
|
-
readonly serialNumber?: string;
|
|
43
|
-
readonly usbVersionMajor: number;
|
|
44
|
-
readonly usbVersionMinor: number;
|
|
45
|
-
readonly usbVersionSubminor: number;
|
|
46
|
-
readonly vendorId: number;
|
|
47
|
-
}
|
|
48
|
-
export interface SerialPortData {
|
|
49
|
-
readonly usbVendorId?: number | undefined;
|
|
50
|
-
readonly usbProductId?: number | undefined;
|
|
51
|
-
}
|
|
52
|
-
export interface HidDeviceData {
|
|
53
|
-
readonly opened: boolean;
|
|
54
|
-
readonly vendorId: number;
|
|
55
|
-
readonly productId: number;
|
|
56
|
-
readonly productName: string;
|
|
57
|
-
readonly collections: [];
|
|
58
|
-
}
|
|
59
|
-
export declare class PluginVscodeCommandsContribution implements CommandContribution {
|
|
60
|
-
protected readonly commandService: CommandService;
|
|
61
|
-
protected readonly contextKeyService: ContextKeyService;
|
|
62
|
-
protected readonly editorManager: EditorManager;
|
|
63
|
-
protected readonly shell: ApplicationShell;
|
|
64
|
-
protected readonly diffService: DiffService;
|
|
65
|
-
protected readonly openerService: OpenerService;
|
|
66
|
-
protected readonly mouseTracker: ApplicationShellMouseTracker;
|
|
67
|
-
protected readonly quickInput: QuickInputService;
|
|
68
|
-
protected readonly workspaceService: WorkspaceService;
|
|
69
|
-
protected readonly terminalContribution: TerminalFrontendContribution;
|
|
70
|
-
protected readonly quickOpenWorkspace: QuickOpenWorkspace;
|
|
71
|
-
protected readonly terminalService: TerminalService;
|
|
72
|
-
protected readonly pluginServer: PluginServer;
|
|
73
|
-
protected readonly fileService: FileService;
|
|
74
|
-
protected readonly callHierarchyProvider: CallHierarchyServiceProvider;
|
|
75
|
-
protected readonly typeHierarchyProvider: TypeHierarchyServiceProvider;
|
|
76
|
-
protected readonly textModelService: MonacoTextModelService;
|
|
77
|
-
protected readonly windowService: WindowService;
|
|
78
|
-
protected readonly messageService: MessageService;
|
|
79
|
-
protected outlineViewContribution: OutlineViewContribution;
|
|
80
|
-
protected monacoLanguages: MonacoLanguages;
|
|
81
|
-
protected scmContribution: ScmContribution;
|
|
82
|
-
private openWith;
|
|
83
|
-
registerCommands(commands: CommandRegistry): void;
|
|
84
|
-
private deployPlugin;
|
|
85
|
-
private resolveLanguageId;
|
|
86
|
-
protected getCallHierarchyServiceForUri(resource: URI): Promise<CallHierarchyService | undefined>;
|
|
87
|
-
protected getTypeHierarchyServiceForUri(resource: URI): Promise<TypeHierarchyService | undefined>;
|
|
88
|
-
}
|
|
89
|
-
//# sourceMappingURL=plugin-vscode-commands-contribution.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin-vscode-commands-contribution.d.ts","sourceRoot":"","sources":["../../src/browser/plugin-vscode-commands-contribution.ts"],"names":[],"mappings":"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"}
|