Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
languages: drop '@theia/languages'
Browse files Browse the repository at this point in the history
The following commit removes the `@theia/languages` extension dependency
since it is deprecated in favor of using vscode extensions to provide
language-support.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Aug 7, 2020
1 parent b291d13 commit ac374a5
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion theia-cpp-docker/latest.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@theia/getting-started": "latest",
"@theia/git": "latest",
"@theia/keymaps": "latest",
"@theia/languages": "latest",
"@theia/markers": "latest",
"@theia/messages": "latest",
"@theia/metrics": "latest",
Expand Down
1 change: 0 additions & 1 deletion theia-cpp-docker/next.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@theia/getting-started": "next",
"@theia/git": "next",
"@theia/keymaps": "next",
"@theia/languages": "next",
"@theia/markers": "next",
"@theia/messages": "next",
"@theia/metrics": "next",
Expand Down
1 change: 0 additions & 1 deletion theia-cpp-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@theia/getting-started": "latest",
"@theia/git": "latest",
"@theia/keymaps": "latest",
"@theia/languages": "latest",
"@theia/markers": "latest",
"@theia/messages": "latest",
"@theia/metrics": "latest",
Expand Down
3 changes: 1 addition & 2 deletions theia-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"config": {
"applicationName": "Theia Electron Example Application"
}
},
},
"backend": {
"config": {
"startupTimeout": -1
Expand Down Expand Up @@ -49,7 +49,6 @@
"@theia/getting-started": "latest",
"@theia/git": "latest",
"@theia/keymaps": "latest",
"@theia/languages": "latest",
"@theia/markers": "latest",
"@theia/messages": "latest",
"@theia/mini-browser": "latest",
Expand Down
1 change: 0 additions & 1 deletion theia-full-docker/latest.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@theia/getting-started": "latest",
"@theia/git": "latest",
"@theia/keymaps": "latest",
"@theia/languages": "latest",
"@theia/markers": "latest",
"@theia/messages": "latest",
"@theia/metrics": "latest",
Expand Down
1 change: 0 additions & 1 deletion theia-full-docker/next.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@theia/getting-started": "next",
"@theia/git": "next",
"@theia/keymaps": "next",
"@theia/languages": "next",
"@theia/markers": "next",
"@theia/messages": "next",
"@theia/metrics": "next",
Expand Down
1 change: 0 additions & 1 deletion theia-php-docker/latest.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@theia/git": "latest",
"@theia/getting-started": "latest",
"@theia/keymaps": "latest",
"@theia/languages": "latest",
"@theia/markers": "latest",
"@theia/messages": "latest",
"@theia/metrics": "latest",
Expand Down
1 change: 0 additions & 1 deletion theia-php-docker/next.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@theia/git": "next",
"@theia/getting-started": "next",
"@theia/keymaps": "next",
"@theia/languages": "next",
"@theia/markers": "next",
"@theia/messages": "next",
"@theia/metrics": "next",
Expand Down
1 change: 0 additions & 1 deletion theia-rust-docker/next.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@theia/git": "next",
"@theia/getting-started": "next",
"@theia/keymaps": "next",
"@theia/languages": "next",
"@theia/markers": "next",
"@theia/messages": "next",
"@theia/metrics": "next",
Expand Down
1 change: 0 additions & 1 deletion yangster-docker/latest.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@theia/editor": "latest",
"@theia/filesystem": "latest",
"@theia/git": "latest",
"@theia/languages": "latest",
"@theia/markers": "latest",
"@theia/monaco": "latest",
"@theia/navigator": "latest",
Expand Down
1 change: 0 additions & 1 deletion yangster-docker/next.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@theia/filesystem": "next",
"@theia/getting-started": "next",
"@theia/git": "next",
"@theia/languages": "next",
"@theia/markers": "next",
"@theia/messages": "next",
"@theia/monaco": "next",
Expand Down

0 comments on commit ac374a5

Please sign in to comment.