Skip to content

Commit

Permalink
Add all monitor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch committed Sep 9, 2024
1 parent e9b32fb commit 50f153f
Show file tree
Hide file tree
Showing 14 changed files with 14,593 additions and 1,101 deletions.
7 changes: 6 additions & 1 deletion images/base-ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@
"**/cpu-features": "0.0.9"
},
"dependencies": {
"@eclipse-theiacloud/monitor-theia": "^0.11.1"
"@eclipse-theiacloud/monitor-theia": "next",
"@theia/core": "^1.53.2",
"@theia/editor": "^1.53.2",
"@theia/editor-preview": "^1.53.2",
"@theia/electron": "^1.53.2",
"@theia/filesystem": "^1.53.2"
}
}
1,920 changes: 1,864 additions & 56 deletions images/base-ide/yarn.lock

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions images/c/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"theiaPluginsDir": "plugins",
"theiaPlugins": {
"eclipse-theia.builtin-extension-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.88.1/file/eclipse-theia.builtin-extension-pack-1.88.1.vsix",
"MakefileTools": "https://open-vsx.org/api/ms-vscode/makefile-tools/0.9.10/file/ms-vscode.makefile-tools-0.9.10.vsix"
"MakefileTools": "https://open-vsx.org/api/ms-vscode/makefile-tools/0.9.10/file/ms-vscode.makefile-tools-0.9.10.vsix",
"clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.29/file/llvm-vs-code-extensions.vscode-clangd-0.1.29.vsix"
},
"theiaPluginsExcludeIds": [
"ms-vscode.js-debug-companion",
Expand Down Expand Up @@ -106,6 +107,11 @@
"vscode.yaml"
],
"dependencies": {
"@eclipse-theiacloud/monitor-theia": "^0.11.1"
"@eclipse-theiacloud/monitor-theia": "next",
"@theia/core": "^1.53.2",
"@theia/editor": "^1.53.2",
"@theia/editor-preview": "^1.53.2",
"@theia/electron": "^1.53.2",
"@theia/filesystem": "^1.53.2"
}
}
}
2,035 changes: 1,989 additions & 46 deletions images/c/yarn.lock

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions images/haskell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@
"vscode.yaml"
],
"dependencies": {
"@eclipse-theiacloud/monitor-theia": "^0.11.1"
"@eclipse-theiacloud/monitor-theia": "next",
"@theia/core": "^1.53.2",
"@theia/editor": "^1.53.2",
"@theia/editor-preview": "^1.53.2",
"@theia/electron": "^1.53.2",
"@theia/filesystem": "^1.53.2"
}
}
}
Loading

0 comments on commit 50f153f

Please sign in to comment.