Skip to content

Commit

Permalink
v1.40.0-1: move extra plugins to extensions dir
Browse files Browse the repository at this point in the history
  • Loading branch information
giflw committed Aug 23, 2023
1 parent f85c693 commit e9d9c0d
Show file tree
Hide file tree
Showing 12 changed files with 275 additions and 139 deletions.
4 changes: 2 additions & 2 deletions applications/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "eos-thesis-browser",
"description": "Eos Thesis IDE browser product",
"productName": "Eos Thesis IDE",
"version": "1.40.0",
"version": "1.40.0-1",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"author": "Eclipse Theia <[email protected]>",
"homepage": "https://github.com/eclipse-theia/theia-blueprint#readme",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@theia/vsx-registry": "1.40.0",
"@theia/workspace": "1.40.0",
"fs-extra": "^9.0.1",
"eos-thesis-product": "1.40.0"
"eos-thesis-product": "1.40.0-1"
},
"devDependencies": {
"@theia/cli": "1.40.0"
Expand Down
12 changes: 9 additions & 3 deletions applications/data/backend/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,29 @@
"prettier.endOfLine": "lf",
"plantuml.exportOutDir": "",
"files.trimTrailingWhitespace": true,
"terminal.integrated.fontFamily": "\"MesloLGM NF\", Consolas, 'Courier New', monospace",
"terminal.integrated.fontFamily": "'MesloLGSDZ Nerd Font Mono', 'MesloLGSDZ Nerd Font', Consolas, 'Courier New', monospace",
"sqltools.disableChordKeybindings": true,
"sqltools.results.reuseTabs": "connection",
"sqltools.sessionFilesFolder": ".sqltools",
"files.watcherExclude": {
"**/.bloop": true,
"**/.metals": true,
"**/.ammonite": true,
"**/target": true
"**/target": true,
"**/build": true
},
"redhat.telemetry.enabled": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
"**/.DS_Store": true,
"**/.bloop": true,
"**/.metals": true,
"**/.ammonite": true,
"**/target": true,
"**/build": true
}
}

2 changes: 0 additions & 2 deletions applications/data/plugins.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
a5hk.paper
akamud.vscode-theme-onelight
asabil.meson
asciidoctor.asciidoctor-vscode
buianhthang.gitflow
darkriszty.markdown-table-prettify
Expand All @@ -11,7 +10,6 @@ esbenp.prettier-vscode
felixfbecker.php-debug
felixfbecker.php-intellisense
foxhoundn.synthax
fwcd.kotlin
Hamza-Aziane.obsidian-dark
jeandeaual.lilypond-syntax
jebbs.plantuml
Expand Down
108 changes: 7 additions & 101 deletions applications/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "eos-thesis-ide",
"description": "Eos Thesis IDE by giflw",
"productName": "Eos Thesis IDE",
"version": "1.40.0",
"version": "1.40.0-1",
"main": "scripts/eos-thesis-electron-main.js",
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
"author": "Guilherme Weizenmann <[email protected]>",
Expand Down Expand Up @@ -84,9 +84,9 @@
"@theia/variable-resolver": "1.40.0",
"@theia/vsx-registry": "1.40.0",
"@theia/workspace": "1.40.0",
"eos-thesis-product": "1.40.0",
"eos-thesis-updater": "1.40.0",
"eos-thesis-launcher": "1.40.0"
"eos-thesis-product": "1.40.0-1",
"eos-thesis-updater": "1.40.0-1",
"eos-thesis-launcher": "1.40.0-1"
},
"devDependencies": {
"@theia/cli": "1.40.0",
Expand Down Expand Up @@ -131,109 +131,15 @@
},
"theiaPluginsDir": "plugins",
"theiaPlugins": {
"vscode.markdown-language-features": "https://open-vsx.org/api/vscode/markdown-language-features/1.70.2/file/vscode.markdown-language-features-1.70.2.vsix",
"vscode-builtin-extensions-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.70.2/file/eclipse-theia.builtin-extension-pack-1.70.2.vsix",
"vscode.typescript": "https://open-vsx.org/api/vscode/typescript/1.70.2/file/vscode.typescript-1.70.2.vsix",
"vscode.typescript-language-features": "https://open-vsx.org/api/vscode/typescript-language-features/1.70.2/file/vscode.typescript-language-features-1.70.2.vsix",
"redhat.java": "https://open-vsx.org/api/redhat/java/1.19.2023042804/file/redhat.java-1.19.2023042804.vsix",
"vscjava.vscode-java-debug": "https://open-vsx.org/api/vscjava/vscode-java-debug/0.50.0/file/vscjava.vscode-java-debug-0.50.0.vsix",
"vscjava.vscode-java-test": "https://open-vsx.org/api/vscjava/vscode-java-test/0.38.2/file/vscjava.vscode-java-test-0.38.2.vsix",
"vscjava.vscode-maven": "https://open-vsx.org/api/vscjava/vscode-maven/0.41.0/file/vscjava.vscode-maven-0.41.0.vsix",
"vscjava.vscode-java-dependency": "https://open-vsx.org/api/vscjava/vscode-java-dependency/0.22.0/file/vscjava.vscode-java-dependency-0.22.0.vsix",
"a5hk.paper": "https://open-vsx.org/api/a5hk/paper/1.1.1/file/a5hk.paper-1.1.1.vsix",
"akamud.vscode-theme-onelight": "https://open-vsx.org/api/akamud/vscode-theme-onelight/2.3.0/file/akamud.vscode-theme-onelight-2.3.0.vsix",
"asabil.meson": "https://open-vsx.org/api/asabil/meson/1.3.0/file/asabil.meson-1.3.0.vsix",
"asciidoctor.asciidoctor-vscode": "https://open-vsx.org/api/asciidoctor/asciidoctor-vscode/2.9.8/file/asciidoctor.asciidoctor-vscode-2.9.8.vsix",
"buianhthang.gitflow": "https://open-vsx.org/api/buianhthang/gitflow/2.1.0/file/buianhthang.gitflow-2.1.0.vsix",
"darkriszty.markdown-table-prettify": "https://open-vsx.org/api/darkriszty/markdown-table-prettify/3.6.0/file/darkriszty.markdown-table-prettify-3.6.0.vsix",
"devsense.composer-php-vscode": "https://open-vsx.org/api/devsense/composer-php-vscode/1.33.13079/file/devsense.composer-php-vscode-1.33.13079.vsix",
"donjayamanne.githistory": "https://open-vsx.org/api/donjayamanne/githistory/0.6.20/file/donjayamanne.githistory-0.6.20.vsix",
"EditorConfig.EditorConfig": "https://open-vsx.org/api/EditorConfig/EditorConfig/0.16.6/file/EditorConfig.EditorConfig-0.16.6.vsix",
"esbenp.prettier-vscode": "https://open-vsx.org/api/esbenp/prettier-vscode/9.12.0/file/esbenp.prettier-vscode-9.12.0.vsix",
"felixfbecker.php-debug": "https://open-vsx.org/api/felixfbecker/php-debug/1.22.0/file/felixfbecker.php-debug-1.22.0.vsix",
"felixfbecker.php-intellisense": "https://open-vsx.org/api/felixfbecker/php-intellisense/2.3.14/file/felixfbecker.php-intellisense-2.3.14.vsix",
"foxhoundn.synthax": "https://open-vsx.org/api/foxhoundn/synthax/0.1.13/file/foxhoundn.synthax-0.1.13.vsix",
"fwcd.kotlin": "https://open-vsx.org/api/fwcd/kotlin/0.2.31/file/fwcd.kotlin-0.2.31.vsix",
"Hamza-Aziane.obsidian-dark": "https://open-vsx.org/api/Hamza-Aziane/obsidian-dark/1.0.0/file/Hamza-Aziane.obsidian-dark-1.0.0.vsix",
"jeandeaual.lilypond-syntax": "https://open-vsx.org/api/jeandeaual/lilypond-syntax/0.1.1/file/jeandeaual.lilypond-syntax-0.1.1.vsix",
"jebbs.plantuml": "https://open-vsx.org/api/jebbs/plantuml/2.17.5/file/jebbs.plantuml-2.17.5.vsix",
"jeff-hykin.better-dockerfile-syntax": "https://open-vsx.org/api/jeff-hykin/better-dockerfile-syntax/1.0.2/file/jeff-hykin.better-dockerfile-syntax-1.0.2.vsix",
"jetmartin.bats": "https://open-vsx.org/api/jetmartin/bats/0.1.9/file/jetmartin.bats-0.1.9.vsix",
"jock.svg": "https://open-vsx.org/api/jock/svg/1.5.2/file/jock.svg-1.5.2.vsix",
"johnsoncodehk.volar": "https://open-vsx.org/api/johnsoncodehk/volar/0.30.1/file/johnsoncodehk.volar-0.30.1.vsix",
"mads-hartmann.bash-ide-vscode": "https://open-vsx.org/api/mads-hartmann/bash-ide-vscode/1.36.0/file/mads-hartmann.bash-ide-vscode-1.36.0.vsix",
"marcostazi.VS-code-vagrantfile": "https://open-vsx.org/api/marcostazi/VS-code-vagrantfile/0.0.7/file/marcostazi.VS-code-vagrantfile-0.0.7.vsix",
"max-SS.Cyberpunk": "https://open-vsx.org/api/max-SS/Cyberpunk/1.2.14/file/max-SS.Cyberpunk-1.2.14.vsix",
"MehediDracula.php-namespace-resolver": "https://open-vsx.org/api/MehediDracula/php-namespace-resolver/1.1.9/file/MehediDracula.php-namespace-resolver-1.1.9.vsix",
"mike-flanigan.daobeam": "https://open-vsx.org/api/mike-flanigan/daobeam/1.3.12/file/mike-flanigan.daobeam-1.3.12.vsix",
"mikestead.dotenv": "https://open-vsx.org/api/mikestead/dotenv/1.0.1/file/mikestead.dotenv-1.0.1.vsix",
"ms-vscode.js-debug": "https://open-vsx.org/api/ms-vscode/js-debug/1.78.0/file/ms-vscode.js-debug-1.78.0.vsix",
"ms-vscode.references-view": "https://open-vsx.org/api/ms-vscode/references-view/0.0.89/file/ms-vscode.references-view-0.0.89.vsix",
"mtxr.sqltools": "https://open-vsx.org/api/mtxr/sqltools/0.27.1/file/mtxr.sqltools-0.27.1.vsix",
"mtxr.sqltools-driver-mssql": "https://open-vsx.org/api/mtxr/sqltools-driver-mssql/0.4.1/file/mtxr.sqltools-driver-mssql-0.4.1.vsix",
"mtxr.sqltools-driver-mysql": "https://open-vsx.org/api/mtxr/sqltools-driver-mysql/0.5.1/file/mtxr.sqltools-driver-mysql-0.5.1.vsix",
"mtxr.sqltools-driver-pg": "https://open-vsx.org/api/mtxr/sqltools-driver-pg/0.5.1/file/mtxr.sqltools-driver-pg-0.5.1.vsix",
"mtxr.sqltools-driver-sqlite": "https://open-vsx.org/api/mtxr/sqltools-driver-sqlite/0.5.0/file/mtxr.sqltools-driver-sqlite-0.5.0.vsix",
"njzy.stats-bar": "https://open-vsx.org/api/njzy/stats-bar/0.5.2/file/njzy.stats-bar-0.5.2.vsix",
"olifink.fedora-gnome-light-dark": "https://open-vsx.org/api/olifink/fedora-gnome-light-dark/0.0.4/file/olifink.fedora-gnome-light-dark-0.0.4.vsix",
"phil294.git-log--graph": "https://open-vsx.org/api/phil294/git-log--graph/0.1.1/file/phil294.git-log--graph-0.1.1.vsix",
"piousdeer.adwaita-theme": "https://open-vsx.org/api/piousdeer/adwaita-theme/1.1.0/file/piousdeer.adwaita-theme-1.1.0.vsix",
"PKief.material-icon-theme": "https://open-vsx.org/api/PKief/material-icon-theme/4.27.0/file/PKief.material-icon-theme-4.27.0.vsix",
"rogalmic.bash-debug": "https://open-vsx.org/api/rogalmic/bash-debug/0.3.9/file/rogalmic.bash-debug-0.3.9.vsix",
"rust-lang.rust": "https://open-vsx.org/api/rust-lang/rust/0.7.8/file/rust-lang.rust-0.7.8.vsix",
"rvest.vs-code-prettier-eslint": "https://open-vsx.org/api/rvest/vs-code-prettier-eslint/5.0.2/file/rvest.vs-code-prettier-eslint-5.0.2.vsix",
"scala-lang.scala": "https://open-vsx.org/api/scala-lang/scala/0.5.6/file/scala-lang.scala-0.5.6.vsix",
"scalameta.metals": "https://open-vsx.org/api/scalameta/metals/1.23.0/file/scalameta.metals-1.23.0.vsix",
"syler.sass-indented": "https://open-vsx.org/api/syler/sass-indented/1.8.26/file/syler.sass-indented-1.8.26.vsix",
"techygrrrl.techygrrrl-cmyk-colourrrs": "https://open-vsx.org/api/techygrrrl/techygrrrl-cmyk-colourrrs/0.2.2/file/techygrrrl.techygrrrl-cmyk-colourrrs-0.2.2.vsix",
"vscode.bat": "https://open-vsx.org/api/vscode/bat/1.70.2/file/vscode.bat-1.70.2.vsix",
"vscode.clojure": "https://open-vsx.org/api/vscode/clojure/1.70.2/file/vscode.clojure-1.70.2.vsix",
"vscode.configuration-editing": "https://open-vsx.org/api/vscode/configuration-editing/1.70.2/file/vscode.configuration-editing-1.70.2.vsix",
"vscode.cpp": "https://open-vsx.org/api/vscode/cpp/1.70.2/file/vscode.cpp-1.70.2.vsix",
"vscode.css": "https://open-vsx.org/api/vscode/css/1.70.2/file/vscode.css-1.70.2.vsix",
"vscode.css-language-features": "https://open-vsx.org/api/vscode/css-language-features/1.70.2/file/vscode.css-language-features-1.70.2.vsix",
"vscode.debug-auto-launch": "https://open-vsx.org/api/vscode/debug-auto-launch/1.70.2/file/vscode.debug-auto-launch-1.70.2.vsix",
"vscode.debug-server-ready": "https://open-vsx.org/api/vscode/debug-server-ready/1.70.2/file/vscode.debug-server-ready-1.70.2.vsix",
"vscode.emmet": "https://open-vsx.org/api/vscode/emmet/1.70.2/file/vscode.emmet-1.70.2.vsix",
"vscode.git": "https://open-vsx.org/api/vscode/git/1.70.2/file/vscode.git-1.70.2.vsix",
"vscode.groovy": "https://open-vsx.org/api/vscode/groovy/1.70.2/file/vscode.groovy-1.70.2.vsix",
"vscode.handlebars": "https://open-vsx.org/api/vscode/handlebars/1.70.2/file/vscode.handlebars-1.70.2.vsix",
"vscode.html": "https://open-vsx.org/api/vscode/html/1.70.2/file/vscode.html-1.70.2.vsix",
"vscode.html-language-features": "https://open-vsx.org/api/vscode/html-language-features/1.70.2/file/vscode.html-language-features-1.70.2.vsix",
"vscode.image-preview": "https://open-vsx.org/api/vscode/image-preview/1.70.2/file/vscode.image-preview-1.70.2.vsix",
"vscode.ini": "https://open-vsx.org/api/vscode/ini/1.70.2/file/vscode.ini-1.70.2.vsix",
"vscode.jake": "https://open-vsx.org/api/vscode/jake/1.70.2/file/vscode.jake-1.70.2.vsix",
"vscode.java": "https://open-vsx.org/api/vscode/java/1.70.2/file/vscode.java-1.70.2.vsix",
"vscode.javascript": "https://open-vsx.org/api/vscode/javascript/1.70.2/file/vscode.javascript-1.70.2.vsix",
"vscode.json": "https://open-vsx.org/api/vscode/json/1.70.2/file/vscode.json-1.70.2.vsix",
"vscode.json-language-features": "https://open-vsx.org/api/vscode/json-language-features/1.70.2/file/vscode.json-language-features-1.70.2.vsix",
"vscode.less": "https://open-vsx.org/api/vscode/less/1.70.2/file/vscode.less-1.70.2.vsix",
"vscode.log": "https://open-vsx.org/api/vscode/log/1.70.2/file/vscode.log-1.70.2.vsix",
"vscode.markdown": "https://open-vsx.org/api/vscode/markdown/1.70.2/file/vscode.markdown-1.70.2.vsix",
"vscode.markdown-math": "https://open-vsx.org/api/vscode/markdown-math/1.70.2/file/vscode.markdown-math-1.70.2.vsix",
"vscode.merge-conflict": "https://open-vsx.org/api/vscode/merge-conflict/1.70.2/file/vscode.merge-conflict-1.70.2.vsix",
"vscode.npm": "https://open-vsx.org/api/vscode/npm/1.70.2/file/vscode.npm-1.70.2.vsix",
"vscode.php": "https://open-vsx.org/api/vscode/php/1.70.2/file/vscode.php-1.70.2.vsix",
"vscode.php-language-features": "https://open-vsx.org/api/vscode/php-language-features/1.70.2/file/vscode.php-language-features-1.70.2.vsix",
"vscode.powershell": "https://open-vsx.org/api/vscode/powershell/1.70.2/file/vscode.powershell-1.70.2.vsix",
"vscode.python": "https://open-vsx.org/api/vscode/python/1.70.2/file/vscode.python-1.70.2.vsix",
"vscode.ruby": "https://open-vsx.org/api/vscode/ruby/1.70.2/file/vscode.ruby-1.70.2.vsix",
"vscode.rust": "https://open-vsx.org/api/vscode/rust/1.70.2/file/vscode.rust-1.70.2.vsix",
"vscode.scss": "https://open-vsx.org/api/vscode/scss/1.70.2/file/vscode.scss-1.70.2.vsix",
"vscode.search-result": "https://open-vsx.org/api/vscode/search-result/1.70.2/file/vscode.search-result-1.70.2.vsix",
"vscode.shellscript": "https://open-vsx.org/api/vscode/shellscript/1.70.2/file/vscode.shellscript-1.70.2.vsix",
"vscode.simple-browser": "https://open-vsx.org/api/vscode/simple-browser/1.70.2/file/vscode.simple-browser-1.70.2.vsix",
"vscode.sql": "https://open-vsx.org/api/vscode/sql/1.70.2/file/vscode.sql-1.70.2.vsix",
"vscode.xml": "https://open-vsx.org/api/vscode/xml/1.70.2/file/vscode.xml-1.70.2.vsix",
"vscode.yaml": "https://open-vsx.org/api/vscode/yaml/1.70.2/file/vscode.yaml-1.70.2.vsix"
"vscode-builtin-extensions-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.77.0/file/eclipse-theia.builtin-extension-pack-1.77.0.vsix",
"vscjava.vscode-java-pack": "https://open-vsx.org/api/vscjava/vscode-java-pack/0.25.11/file/vscjava.vscode-java-pack-0.25.11.vsix",
"vscjava.vscode-java-dependency": "https://open-vsx.org/api/vscjava/vscode-java-dependency/0.21.2/file/vscjava.vscode-java-dependency-0.21.2.vsix"
},
"theiaPluginsExcludeIds": [
"ms-vscode.js-debug-companion",
"VisualStudioExptTeam.vscodeintellicode",
"vscode.builtin-notebook-renderers",
"vscode.extension-editing",
"vscode.git",
"vscode.git-ui",
"vscode.github",
"vscode.github-authentication",
"vscode.ipynb",
Expand Down
2 changes: 1 addition & 1 deletion eos-thesis-extensions/eos-thesis-launcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eos-thesis-launcher",
"version": "1.40.0",
"version": "1.40.0-1",
"keywords": [
"theia-extension"
],
Expand Down
2 changes: 1 addition & 1 deletion eos-thesis-extensions/eos-thesis-product/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "eos-thesis-product",
"version": "1.40.0",
"version": "1.40.0-1",
"description": "Eos Thesis IDE Product Branding",
"dependencies": {
"@theia/core": "1.40.0",
Expand Down
2 changes: 1 addition & 1 deletion eos-thesis-extensions/eos-thesis-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "eos-thesis-updater",
"version": "1.40.0",
"version": "1.40.0-1",
"description": "Eos Thesis IDE Updater",
"dependencies": {
"@theia/core": "1.40.0",
Expand Down
Loading

0 comments on commit e9d9c0d

Please sign in to comment.