Skip to content

Commit

Permalink
[java-debug] remove '@theia/java-debug' ext
Browse files Browse the repository at this point in the history
Removes the `@theia/java-debug` extension since it is
contributed by a builtin extension, and will no longer be
maintained by the project. The extension remains in the Git
history for anyone who would like to reference it or maintain
it.

Signed-off-by: Vincent Fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Jan 21, 2020
1 parent 6d8ea7d commit 25e40e0
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 858 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ cache:
- packages/filesystem/node_modules
- packages/getting-started/node_modules
- packages/git/node_modules
- packages/java-debug/node_modules
- packages/java/node_modules
- packages/json/node_modules
- packages/keymaps/node_modules
Expand Down Expand Up @@ -63,7 +62,6 @@ cache:
- packages/variable-resolver/node_modules
- packages/workspace/node_modules
# end_cache_directories
- packages/java-debug/download
before_cache:
# Runs before the cache is updated, after successful CI
- rm -f node_modules/@theia/electron/post-install.log
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Breaking changes:
- The extension will no longer be maintained by the project and remains in the Git history for anyone who would like to reference it or maintain it.
- [editorconfig] removed the `@theia/editorconfig` extension [#6933](https://github.com/eclipse-theia/theia/pull/6933)
- The extension will no longer be maintained by the project and remains in the Git history for anyone who would like to reference it or maintain it.
- [java-debug] removed the `@theia/java-debug` extension [#6933](https://github.com/eclipse-theia/theia/pull/6933)
- The extension will no longer be maintained by the project and remains in the Git history for anyone who would like to reference it or maintain it.
- [task] renamed method `getStrigifiedTaskSchema()` has been renamed to `getStringifiedTaskSchema()` [#6780](https://github.com/eclipse-theia/theia/pull/6780)
- [task] renamed method `reorgnizeTasks()` has been renamed to `reorganizeTasks()` [#6780](https://github.com/eclipse-theia/theia/pull/6780)
- Support VS Code icon and color theming. [#6475](https://github.com/eclipse-theia/theia/pull/6475)
Expand Down
1 change: 0 additions & 1 deletion packages/java-debug/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions packages/java-debug/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions packages/java-debug/compile.tsconfig.json

This file was deleted.

55 changes: 0 additions & 55 deletions packages/java-debug/package.json

This file was deleted.

297 changes: 0 additions & 297 deletions packages/java-debug/src/browser/java-debug-frontend-contribution.ts

This file was deleted.

Loading

0 comments on commit 25e40e0

Please sign in to comment.