Skip to content

Commit 56262bf

Browse files
committed
Resolve #8: Add C/C++ extension as an extension dependency
1 parent 871ae71 commit 56262bf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.2.1 (2017-05-28)
2+
* [#8](https://github.com/formulahendry/vscode-platformio/issues/8): Add C/C++ extension as an extension dependency
3+
14
## 0.2.0 (2017-05-24)
25
* [#10](https://github.com/formulahendry/vscode-platformio/issues/10): Add license
36
* [#7](https://github.com/formulahendry/vscode-platformio/issues/7): `c_cpp_properties.json` should be fully regenerated when adding Include Path

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "platformio",
33
"displayName": "PlatformIO",
44
"description": "PlatformIO for Visual Studio Code: Arduino, Espressif, Raspberry Pi, mbed and more",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"publisher": "formulahendry",
77
"license": "MIT",
88
"icon": "logo.png",
@@ -152,5 +152,8 @@
152152
},
153153
"dependencies": {
154154
"applicationinsights": "^0.19.0"
155-
}
155+
},
156+
"extensionDependencies": [
157+
"ms-vscode.cpptools"
158+
]
156159
}

0 commit comments

Comments
 (0)