mirror of https://github.com/arendst/Tasmota.git
Updated Visual Studio Code (markdown)
parent
f9e9f51c09
commit
6489beebb2
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue