Skip to content

Commit

Permalink
[textmate-grammars] remove extension
Browse files Browse the repository at this point in the history
Removes the `@theia/textmate-grammars` 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 <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto authored and marcdumais-work committed Feb 27, 2020
1 parent a238371 commit e0c6269
Show file tree
Hide file tree
Showing 102 changed files with 5 additions and 67,838 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ cache:
- packages/search-in-workspace/node_modules
- packages/task/node_modules
- packages/terminal/node_modules
- packages/textmate-grammars/node_modules
- packages/tslint/node_modules
- packages/typehierarchy/node_modules
- packages/typescript/node_modules
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,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.
- Please view the `theia-apps` [theia-python](https://github.com/theia-ide/theia-apps/tree/master/theia-python-docker) image for an example application which has been updated to
use VS Code extensions instead of `@theia/python`.
- [textmate-grammars] removed the `@theia/textmate-grammars` 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.

## v0.15.0

Expand Down
3 changes: 0 additions & 3 deletions configs/root-compilation.tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@
{
"path": "../packages/terminal/compile.tsconfig.json"
},
{
"path": "../packages/textmate-grammars/compile.tsconfig.json"
},
{
"path": "../packages/tslint/compile.tsconfig.json"
},
Expand Down
3 changes: 3 additions & 0 deletions examples/electron/compile.tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@
{
"path": "../../packages/terminal/compile.tsconfig.json"
},
{
"path": "../../packages/tslint/compile.tsconfig.json"
},
{
"path": "../../packages/typehierarchy/compile.tsconfig.json"
},
Expand Down
10 changes: 0 additions & 10 deletions packages/textmate-grammars/.eslintrc.js

This file was deleted.

8 changes: 0 additions & 8 deletions packages/textmate-grammars/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions packages/textmate-grammars/compile.tsconfig.json

This file was deleted.

Loading

0 comments on commit e0c6269

Please sign in to comment.