Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Commit

Permalink
Remove python extension in favor of plugin (#18)
Browse files Browse the repository at this point in the history
* Remove python extension in favor of plugin

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
  • Loading branch information
tolusha authored Mar 21, 2019
1 parent ed592ff commit 95b3c98
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/templates/assembly-package.mst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@theia/preferences": "^{{ version }}",
"@theia/preview": "^{{ version }}",
"@theia/process": "^{{ version }}",
"@theia/python": "^{{ version }}",
"@theia/search-in-workspace": "^{{ version }}",
"@theia/task": "^{{ version }}",
"@theia/textmate-grammars": "^{{ version }}",
Expand Down
1 change: 0 additions & 1 deletion tests/extensions/assembly-example/assembly-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@theia/preferences": "^0.3.16",
"@theia/preview": "^0.3.16",
"@theia/process": "^0.3.16",
"@theia/python": "^0.3.16",
"@theia/search-in-workspace": "^0.3.16",
"@theia/task": "^0.3.16",
"@theia/textmate-grammars": "^0.3.16",
Expand Down
1 change: 0 additions & 1 deletion tests/production/assembly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@theia/preferences": "^0.3.16",
"@theia/preview": "^0.3.16",
"@theia/process": "^0.3.16",
"@theia/python": "^0.3.16",
"@theia/search-in-workspace": "^0.3.16",
"@theia/task": "^0.3.16",
"@theia/textmate-grammars": "^0.3.16",
Expand Down

0 comments on commit 95b3c98

Please sign in to comment.