-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # applications/browser/package.json # applications/electron/electron-builder.yml # applications/electron/package.json # eos-thesis-extensions/eos-thesis-launcher/package.json # eos-thesis-extensions/eos-thesis-product/package.json # eos-thesis-extensions/eos-thesis-updater/package.json # yarn.lock
- Loading branch information
Showing
22 changed files
with
2,245 additions
and
2,320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"private": true, | ||
"name": "eos-thesis-browser", | ||
"description": "Eclipse Theia blueprint browser product", | ||
"productName": "Theia Blueprint", | ||
"version": "1.36.0", | ||
"license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", | ||
"description": "Eos Thesis IDE browser product", | ||
"productName": "Eos Thesis IDE", | ||
"version": "1.39.0", | ||
"license": "EPL-2.0 NO IA", | ||
"author": "Eclipse Theia <[email protected]>", | ||
"homepage": "https://github.com/eclipse-theia/theia-blueprint#readme", | ||
"bugs": { | ||
|
@@ -25,7 +25,8 @@ | |
"warnOnPotentiallyInsecureHostPattern": false, | ||
"preferences": { | ||
"toolbar.showToolbar": true, | ||
"files.enableTrash": false | ||
"files.enableTrash": false, | ||
"security.workspace.trust.enabled": false | ||
} | ||
} | ||
}, | ||
|
@@ -43,80 +44,78 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@theia/bulk-edit": "1.36.0", | ||
"@theia/callhierarchy": "1.36.0", | ||
"@theia/console": "1.36.0", | ||
"@theia/core": "1.36.0", | ||
"@theia/debug": "1.36.0", | ||
"@theia/editor": "1.36.0", | ||
"@theia/editor-preview": "1.36.0", | ||
"@theia/external-terminal": "1.36.0", | ||
"@theia/file-search": "1.36.0", | ||
"@theia/filesystem": "1.36.0", | ||
"@theia/getting-started": "1.36.0", | ||
"@theia/keymaps": "1.36.0", | ||
"@theia/markers": "1.36.0", | ||
"@theia/messages": "1.36.0", | ||
"@theia/memory-inspector": "1.36.0", | ||
"@theia/metrics": "1.36.0", | ||
"@theia/mini-browser": "1.36.0", | ||
"@theia/monaco": "1.36.0", | ||
"@theia/navigator": "1.36.0", | ||
"@theia/outline-view": "1.36.0", | ||
"@theia/output": "1.36.0", | ||
"@theia/plugin-dev": "1.36.0", | ||
"@theia/plugin-ext": "1.36.0", | ||
"@theia/plugin-ext-vscode": "1.36.0", | ||
"@theia/preferences": "1.36.0", | ||
"@theia/process": "1.36.0", | ||
"@theia/property-view": "1.36.0", | ||
"@theia/scm": "1.36.0", | ||
"@theia/scm-extra": "1.36.0", | ||
"@theia/search-in-workspace": "1.36.0", | ||
"@theia/task": "1.36.0", | ||
"@theia/terminal": "1.36.0", | ||
"@theia/timeline": "1.36.0", | ||
"@theia/toolbar": "1.36.0", | ||
"@theia/typehierarchy": "1.36.0", | ||
"@theia/userstorage": "1.36.0", | ||
"@theia/variable-resolver": "1.36.0", | ||
"@theia/vsx-registry": "1.36.0", | ||
"@theia/workspace": "1.36.0", | ||
"@theia/bulk-edit": "1.39.0", | ||
"@theia/callhierarchy": "1.39.0", | ||
"@theia/console": "1.39.0", | ||
"@theia/core": "1.39.0", | ||
"@theia/debug": "1.39.0", | ||
"@theia/editor": "1.39.0", | ||
"@theia/editor-preview": "1.39.0", | ||
"@theia/external-terminal": "1.39.0", | ||
"@theia/file-search": "1.39.0", | ||
"@theia/filesystem": "1.39.0", | ||
"@theia/getting-started": "1.39.0", | ||
"@theia/keymaps": "1.39.0", | ||
"@theia/markers": "1.39.0", | ||
"@theia/memory-inspector": "1.39.0", | ||
"@theia/messages": "1.39.0", | ||
"@theia/metrics": "1.39.0", | ||
"@theia/mini-browser": "1.39.0", | ||
"@theia/monaco": "1.39.0", | ||
"@theia/navigator": "1.39.0", | ||
"@theia/outline-view": "1.39.0", | ||
"@theia/output": "1.39.0", | ||
"@theia/plugin-dev": "1.39.0", | ||
"@theia/plugin-ext": "1.39.0", | ||
"@theia/plugin-ext-vscode": "1.39.0", | ||
"@theia/preferences": "1.39.0", | ||
"@theia/process": "1.39.0", | ||
"@theia/property-view": "1.39.0", | ||
"@theia/scm": "1.39.0", | ||
"@theia/scm-extra": "1.39.0", | ||
"@theia/search-in-workspace": "1.39.0", | ||
"@theia/secondary-window": "1.39.0", | ||
"@theia/task": "1.39.0", | ||
"@theia/terminal": "1.39.0", | ||
"@theia/timeline": "1.39.0", | ||
"@theia/toolbar": "1.39.0", | ||
"@theia/typehierarchy": "1.39.0", | ||
"@theia/userstorage": "1.39.0", | ||
"@theia/variable-resolver": "1.39.0", | ||
"@theia/vsx-registry": "1.39.0", | ||
"@theia/workspace": "1.39.0", | ||
"fs-extra": "^9.0.1", | ||
"eos-thesis-product": "1.36.0" | ||
"eos-thesis-product": "1.39.0" | ||
}, | ||
"devDependencies": { | ||
"@theia/cli": "1.36.0" | ||
"@theia/cli": "1.39.0" | ||
}, | ||
"scripts": { | ||
"prepare": "yarn build", | ||
"clean": "theia clean && rimraf node_modules", | ||
"build": "yarn -s compile && yarn -s bundle", | ||
"bundle": "theia build", | ||
"bundle": "yarn -s rebuild && theia build", | ||
"compile": "tsc -b", | ||
"rebuild": "theia rebuild:browser --cacheRoot ../..", | ||
"start": "yarn -s rebuild && theia start --plugins=local-dir:./plugins", | ||
"start": "theia start --plugins=local-dir:./plugins", | ||
"watch": "concurrently --kill-others -n tsc,bundle -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s watch:bundle\"", | ||
"download:plugins": "theia download:plugins --rate-limit=15", | ||
"update:next": "ts-node ../../scripts/update-theia-to-next.ts" | ||
}, | ||
"theiaPluginsDir": "plugins", | ||
"theiaPlugins": { | ||
"vscode.markdown-language-features": "https://open-vsx.org/api/vscode/markdown-language-features/1.39.2/file/vscode.markdown-language-features-1.39.2.vsix", | ||
"vscode-builtin-extensions-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.50.1/file/eclipse-theia.builtin-extension-pack-1.50.1.vsix", | ||
"vscode.typescript": "https://open-vsx.org/api/vscode/typescript/1.62.3/file/vscode.typescript-1.62.3.vsix", | ||
"vscode.typescript-language-features": "https://open-vsx.org/api/vscode/typescript-language-features/1.62.3/file/vscode.typescript-language-features-1.62.3.vsix", | ||
"redhat.java": "https://open-vsx.org/api/redhat/java/0.73.0/file/redhat.java-0.73.0.vsix", | ||
"vscjava.vscode-java-debug": "https://open-vsx.org/api/vscjava/vscode-java-debug/0.30.0/file/vscjava.vscode-java-debug-0.30.0.vsix", | ||
"vscjava.vscode-java-test": "https://open-vsx.org/api/vscjava/vscode-java-test/0.26.1/file/vscjava.vscode-java-test-0.26.1.vsix", | ||
"vscjava.vscode-maven": "https://open-vsx.org/api/vscjava/vscode-maven/0.21.2/file/vscjava.vscode-maven-0.21.2.vsix", | ||
"vscjava.vscode-java-dependency": "https://open-vsx.org/api/vscjava/vscode-java-dependency/0.16.0/file/vscjava.vscode-java-dependency-0.16.0.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.github", | ||
"vscode.github-authentication", | ||
"vscode.ipynb", | ||
"vscode.microsoft-authentication" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.