-
Notifications
You must be signed in to change notification settings - Fork 1
/
file.txt
94 lines (94 loc) · 10.3 KB
/
file.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
yarn run v1.22.10
$ /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/.bin/theia start --hostname 127.0.0.1 --port 3000
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///home/pathak/.theia'
root INFO Theia app listening on http://127.0.0.1:3000.
yarn run v1.22.10
$ /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/.bin/theia start --hostname 127.0.0.1 --port 3000
Configuring to accept webviews on '^.+\.webview\..+$' hostname.
root INFO Configuration directory URI: 'file:///home/pathak/.theia'
root INFO Theia app listening on http://127.0.0.1:3000.
root INFO PluginTheiaDirectoryHandler: accepting plugin with path /home/pathak/.theia/extensions/redhat.java-0.78.0
root INFO Resolved "redhat.java-0.78.0" to a VS Code extension "[email protected]" with engines: { vscode: '^1.50.0' }
root INFO PluginTheiaDirectoryHandler: accepting plugin with path /home/pathak/.theia/extensions/tabnine.tabnine-vscode-3.4.12
root INFO Resolved "tabnine.tabnine-vscode-3.4.12" to a VS Code extension "[email protected]" with engines: { vscode: '^1.50.0', node: '>=12.0.10' }
root INFO PluginTheiaDirectoryHandler: accepting plugin with path /home/pathak/.theia/plugins/vscode-builtin-css
root INFO Resolved "vscode-builtin-css" to a VS Code extension "[email protected]" with engines: { vscode: '0.10.x' }
root INFO PluginTheiaDirectoryHandler: accepting plugin with path /home/pathak/.theia/plugins/vscode-builtin-html
root INFO Resolved "vscode-builtin-html" to a VS Code extension "[email protected]" with engines: { vscode: '0.10.x' }
root INFO PluginTheiaDirectoryHandler: accepting plugin with path /home/pathak/.theia/plugins/vscode-builtin-javascript
root INFO Resolved "vscode-builtin-javascript" to a VS Code extension "[email protected]" with engines: { vscode: '0.10.x' }
root INFO PluginTheiaDirectoryHandler: accepting plugin with path /home/pathak/.theia/plugins/vscode-builtin-json
root INFO Resolved "vscode-builtin-json" to a VS Code extension "[email protected]" with engines: { vscode: '0.10.x' }
root INFO PluginTheiaDirectoryHandler: accepting plugin with path /home/pathak/.theia/plugins/vscode-builtin-markdown
root INFO Resolved "vscode-builtin-markdown" to a VS Code extension "[email protected]" with engines: { vscode: '^1.20.0' }
root INFO PluginTheiaDirectoryHandler: accepting plugin with path /home/pathak/.theia/plugins/vscode-builtin-npm
root INFO Resolved "vscode-builtin-npm" to a VS Code extension "[email protected]" with engines: { vscode: '0.10.x' }
root INFO PluginTheiaDirectoryHandler: accepting plugin with path /home/pathak/.theia/plugins/vscode-builtin-scss
root INFO Resolved "vscode-builtin-scss" to a VS Code extension "[email protected]" with engines: { vscode: '*' }
root INFO PluginTheiaDirectoryHandler: accepting plugin with path /home/pathak/.theia/plugins/vscode-builtin-typescript
root INFO Resolved "vscode-builtin-typescript" to a VS Code extension "[email protected]" with engines: { vscode: '*' }
root INFO PluginTheiaDirectoryHandler: accepting plugin with path /home/pathak/.theia/plugins/vscode-builtin-typescript-language-features
root INFO Resolved "vscode-builtin-typescript-language-features" to a VS Code extension "[email protected]" with engines: { vscode: '^1.30.0' }
root INFO Deploying backend plugin "[email protected]" from "/home/pathak/.theia/extensions/redhat.java-0.78.0/extension/dist/extension"
root INFO Deploying backend plugin "[email protected]" from "/home/pathak/.theia/plugins/vscode-builtin-css/extension"
root INFO Deploying backend plugin "[email protected]" from "/home/pathak/.theia/extensions/tabnine.tabnine-vscode-3.4.12/extension/out/extension"
root INFO Deploying backend plugin "[email protected]" from "/home/pathak/.theia/plugins/vscode-builtin-html/extension"
root INFO Deploying backend plugin "[email protected]" from "/home/pathak/.theia/plugins/vscode-builtin-javascript/extension"
root INFO Deploying backend plugin "[email protected]" from "/home/pathak/.theia/plugins/vscode-builtin-json/extension"
root INFO Deploying backend plugin "[email protected]" from "/home/pathak/.theia/plugins/vscode-builtin-markdown/extension"
root INFO Deploying backend plugin "[email protected]" from "/home/pathak/.theia/plugins/vscode-builtin-npm/extension/dist/npmMain"
root INFO Deploying backend plugin "[email protected]" from "/home/pathak/.theia/plugins/vscode-builtin-scss/extension"
root INFO Deploying backend plugin "[email protected]" from "/home/pathak/.theia/plugins/vscode-builtin-typescript/extension"
root INFO Deploying backend plugin "[email protected]" from "/home/pathak/.theia/plugins/vscode-builtin-typescript-language-features/extension/dist/extension"
root INFO Deploy plugins list took: 219.5 ms
root INFO Using Git [2.32.0] from the PATH. (/usr/bin/git)
root INFO Changed application state from 'init' to 'started_contributions'.
root INFO Checking whether '--no-optional-locks' can be used with the current Git executable. Minimum required version is '2.15.0'.
root INFO '--no-optional-locks' is a valid Git option for the current Git version: '2.32.0'.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352] Sync of 11 plugins took: 679.0 ms
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779) starting instance
root INFO Changed application state from 'started_contributions' to 'attached_shell'.
root INFO >>> Restoring the layout state...
root INFO <<< The layout has been successfully restored.
root INFO Changed application state from 'attached_shell' to 'initialized_layout'.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][redhat.java]: Loaded contributions.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.css]: Loaded contributions.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][tabnine.tabnine-vscode]: Loaded contributions.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.html]: Loaded contributions.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.javascript]: Loaded contributions.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.json]: Loaded contributions.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.markdown]: Loaded contributions.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.npm]: Loaded contributions.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.scss]: Loaded contributions.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.typescript]: Loaded contributions.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.typescript-language-features]: Loaded contributions.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352] Load contributions of 11 plugins took: 232.0 ms
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): PluginManagerExtImpl/init()
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): initializing([email protected] with /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init.js)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): initializing([email protected] with /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init.js)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): initializing([email protected] with /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init.js)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): initializing([email protected] with /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init.js)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): initializing([email protected] with /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init.js)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): initializing([email protected] with /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init.js)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): initializing([email protected] with /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init.js)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): initializing([email protected] with /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init.js)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): initializing([email protected] with /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init.js)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): initializing([email protected] with /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init.js)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): initializing([email protected] with /home/pathak/suckless/vscodetauri/tauri-theia/node_modules/@theia/plugin-ext-vscode/lib/node/plugin-vscode-init.js)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): PluginManagerExtImpl/loadPlugin(/home/pathak/.theia/extensions/tabnine.tabnine-vscode-3.4.12/extension/out/extension)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): PluginManagerExtImpl/loadPlugin(/home/pathak/.theia/plugins/vscode-builtin-typescript-language-features/extension/dist/extension)
root INFO [hosted-plugin: 1215779] PLUGIN_HOST(1215779): PluginManagerExtImpl/loadPlugin(/home/pathak/.theia/plugins/vscode-builtin-npm/extension/dist/npmMain)
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][redhat.java]: Started plugin.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.css]: Started plugin.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][tabnine.tabnine-vscode]: Started plugin.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.html]: Started plugin.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.javascript]: Started plugin.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.json]: Started plugin.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.markdown]: Started plugin.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.npm]: Started plugin.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.scss]: Started plugin.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.typescript]: Started plugin.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352][vscode.typescript-language-features]: Started plugin.
root INFO [2794df95-65f0-416d-b5b8-b272ede72352] Start of 11 plugins took: 1338.0 ms
root INFO Changed application state from 'initialized_layout' to 'ready'.