Updated Visual Studio Code (markdown)

Andreas Schroeck 2018-10-24 09:48:58 +02:00
parent f9e9f51c09
commit 6489beebb2
1 changed files with 7 additions and 0 deletions

@ -42,3 +42,10 @@ upload_port = domus1:80/api/upload-arduino.php
extra_scripts = pio/http-uploader.py
```
Easy compilation and upload can be performed from the icons at the bottom of the VSC screen or use `Ctrl` + `Alt` + `U` to upload (will build if needed).
## *Hint:*
In case vscode shows a huge amount of errors using PlatformIO - Intellisense a possible "solution" is to change the cpp-Intelli Sense Engine type to "TAG PARSER"
This setting can be changed in workspace settings by:
Use `Ctrl` + `Shift` + `P` and type `Preferences: Open Workspace Settings` and type `intelli Sense` in the search box.
Now change the value for `Intelli Sense Engine` to `Tag Parser`.