Skip to content

Commit

Permalink
[typescript] remove '@theia/typescript' ext
Browse files Browse the repository at this point in the history
Removes the `@theia/typescript` 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 23, 2020
1 parent 7735bb2 commit ea870aa
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 1,301 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ cache:
- packages/task/node_modules
- packages/terminal/node_modules
- packages/typehierarchy/node_modules
- packages/typescript/node_modules
- packages/userstorage/node_modules
- packages/variable-resolver/node_modules
- packages/workspace/node_modules
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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.
- [tslint] removed the `@theia/tslint` 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.
- [typescript] removed the `@theia/typescript` 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
7 changes: 0 additions & 7 deletions packages/typescript/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions packages/typescript/compile.tsconfig.json

This file was deleted.

56 changes: 0 additions & 56 deletions packages/typescript/package.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/typescript/src/browser/monaco.d.ts

This file was deleted.

This file was deleted.

187 changes: 0 additions & 187 deletions packages/typescript/src/browser/typescript-client-contribution.ts

This file was deleted.

Loading

0 comments on commit ea870aa

Please sign in to comment.