Skip to content

Commit

Permalink
Remove '@theia/cpp' extension
Browse files Browse the repository at this point in the history
Fixes #6340

- removes the `@theia/cpp` extension.
- removes references to the `@theia/cpp` extension.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto committed Nov 6, 2019
1 parent 0e16fe0 commit a35f131
Show file tree
Hide file tree
Showing 30 changed files with 1 addition and 2,747 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ cache:
- packages/callhierarchy/node_modules
- packages/console/node_modules
- packages/core/node_modules
- packages/cpp/node_modules
- packages/debug-nodejs/node_modules
- packages/debug/node_modules
- packages/editor-preview/node_modules
Expand Down Expand Up @@ -130,7 +129,7 @@ jobs:
script:
- travis_retry yarn test:theia
- os: windows
env:
env:
- CXX=c++
- YARN_GPG=no
before_script: skip
Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
},
"lcov.path": [
"packages/core/coverage/lcov.info",
"packages/cpp/coverage/lcov.info",
"packages/editor/coverage/lcov.info",
"packages/filesystem/coverage/lcov.info",
"packages/extension-manager/coverage/lcov.info",
Expand Down
1 change: 0 additions & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"@theia/callhierarchy": "^0.12.0",
"@theia/console": "^0.12.0",
"@theia/core": "^0.12.0",
"@theia/cpp": "^0.12.0",
"@theia/debug": "^0.12.0",
"@theia/debug-nodejs": "^0.12.0",
"@theia/editor": "^0.12.0",
Expand Down
167 changes: 0 additions & 167 deletions examples/browser/test/cpp/cpp-change-build-config.ui-spec.ts

This file was deleted.

1 change: 0 additions & 1 deletion examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@theia/callhierarchy": "^0.12.0",
"@theia/console": "^0.12.0",
"@theia/core": "^0.12.0",
"@theia/cpp": "^0.12.0",
"@theia/debug": "^0.12.0",
"@theia/debug-nodejs": "^0.12.0",
"@theia/editor": "^0.12.0",
Expand Down
159 changes: 0 additions & 159 deletions packages/cpp/README.md

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit a35f131

Please sign in to comment.