summaryrefslogtreecommitdiffstats
path: root/.vscode
Commit message (Collapse)AuthorAge
* Add cancel option to date/time setting menuConfuSomu2021-05-06
| | | | | This allows to not save the settings, to avoid time drift, when just looking at them.
* Test API methods with main_clock appConfuSomu2021-04-25
| | | | | Also commit settings.json updates made by VSCode. This commit was done to have a clean working tree.
* Implement method in API for drawing a popupConfuSomu2021-03-01
| | | | I had to modify the OLED library to correctly work with newlines.
* Disable VSCode C/C++ error underlinesConfuSomu2021-02-20
| | | | | | It is generally misleading as header files are marked as unresolvable when it is not the case. I also tried to fix the problem by adjusting where libraries are searched by Intellisense.
* Initial commitConfuSomu2021-01-31