Skip to content

Commit

Permalink
Add C/C++ support to browser and electron example apps
Browse files Browse the repository at this point in the history
As per recent discussion, it sounds like it would be useful to add
C/C++ support in the example apps in this repo.

Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work authored and bhufmann committed Jun 5, 2020
1 parent 0409f38 commit e8574cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"@theia/markers": "next",
"@theia/monaco": "next",
"@theia/messages": "next",
"@theia/cpp": "next",
"@theia/cpp-debug": "next",
"viewer-prototype": "0.0.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"@theia/markers": "next",
"@theia/monaco": "next",
"@theia/messages": "next",
"@theia/cpp": "next",
"@theia/cpp-debug": "next",
"@theia/electron": "next",
"viewer-prototype": "0.0.0"
},
Expand Down

0 comments on commit e8574cc

Please sign in to comment.