Add PlatformIO IDE as recommended extension for VSCode's workspace

This commit is contained in:
Ivan Kravets
2018-03-22 12:10:16 +02:00
parent 8f7206b186
commit 50b2bc07dc

View File

@ -0,0 +1,7 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
]
}