Skip to content

Commit

Permalink
[editorconfig] remove '@theia/editorconfig' ext
Browse files Browse the repository at this point in the history
Removes the `@theia/editorconfig` 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 46286eb commit 6f74cd2
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 648 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ cache:
- packages/debug/node_modules
- packages/editor-preview/node_modules
- packages/editor/node_modules
- packages/editorconfig/node_modules
- packages/file-search/node_modules
- packages/filesystem/node_modules
- packages/getting-started/node_modules
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ Breaking changes:
- [terminal] added new abstract methods to the TerminalWidget[#7179]: `scrollLineUp`, `scrollLineDown`, `scrollToTop`, `scrollPageUp`, `scrollPageDown`
- [debug-nodejs] removed the `@theia/debug-nodejs` 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.
- [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.

## 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 @@ -34,9 +34,6 @@
{
"path": "../packages/editor/compile.tsconfig.json"
},
{
"path": "../packages/editorconfig/compile.tsconfig.json"
},
{
"path": "../packages/file-search/compile.tsconfig.json"
},
Expand Down
10 changes: 0 additions & 10 deletions packages/editorconfig/.eslintrc.js

This file was deleted.

35 changes: 0 additions & 35 deletions packages/editorconfig/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions packages/editorconfig/compile.tsconfig.json

This file was deleted.

50 changes: 0 additions & 50 deletions packages/editorconfig/package.json

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6f74cd2

Please sign in to comment.