From 6489beebb23cd0f2fcbc7d91d10f20eccd4d9f3f Mon Sep 17 00:00:00 2001 From: Andreas Schroeck <36536910+schroeca@users.noreply.github.com> Date: Wed, 24 Oct 2018 09:48:58 +0200 Subject: [PATCH] Updated Visual Studio Code (markdown) --- Visual-Studio-Code.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Visual-Studio-Code.md b/Visual-Studio-Code.md index 4b86fba5..2e7165bb 100644 --- a/Visual-Studio-Code.md +++ b/Visual-Studio-Code.md @@ -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`.