Skip to content

Commit c98ec29

Browse files
committed
Merge branch 'add-cpp-extension'
2 parents b1c69ae + 768958d commit c98ec29

File tree

4 files changed

+248
-168
lines changed

4 files changed

+248
-168
lines changed

Diff for: arduino-ide-extension/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@theia/navigator": "next",
2222
"@theia/terminal": "next",
2323
"@theia/search-in-workspace": "next",
24+
"@theia/cpp": "next",
2425
"@types/ps-tree": "^1.1.0",
2526
"@types/which": "^1.3.1",
2627
"@types/react-select": "^3.0.0",

Diff for: browser-app/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@theia/process": "next",
1717
"@theia/terminal": "next",
1818
"@theia/workspace": "next",
19+
"@theia/cpp": "next",
1920
"@theia/textmate-grammars": "next",
2021
"arduino-ide-extension": "0.0.1"
2122
},

Diff for: electron-app/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@theia/process": "next",
1818
"@theia/terminal": "next",
1919
"@theia/workspace": "next",
20+
"@theia/cpp": "next",
2021
"@theia/textmate-grammars": "next",
2122
"arduino-ide-extension": "0.0.1"
2223
},

0 commit comments

Comments
 (0)