Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 4a91647

Browse files
elektronikworkshopadiazulay
authored andcommitted
Moved TODO in branch documentation
1 parent 59c78cb commit 4a91647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BRANCHNOTES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ src/arduino/arduino.ts
4040
| | :heavy_check_mark: Basic file output |
4141
| | :white_check_mark: Merging of parsing result and existing file content |
4242
| | :white_check_mark: Handling inexistent files and folders |
43+
| | :white_check_mark: Write configuration on change only |
4344
| **Configuration flags** | :heavy_check_mark: Disable flag for IntelliSense auto-config |
4445
| | :white_check_mark: Perhaps a general IntelliSense flag `{off/manual, auto, oldstyle}` whereas the old can be removed at some point |
4546
| | :white_check_mark: Fine grained IntelliSense control: Global en-/disable and project override. This is probably more useful since the most boards will hopefully work and for the very special cases the user can disable the feature for this single project but still can enjoy it within his regular projects. |
@@ -49,7 +50,6 @@ src/arduino/arduino.ts
4950
| | :white_check_mark: JSON input |
5051
| | :white_check_mark: JSON output |
5152
| | :white_check_mark: Configuration merging |
52-
| | :white_check_mark: Write configuration on change only |
5353
| **General** | :white_check_mark: Review and remove previous attempts messing with `c_cpp_properties.json` |
5454
| | :white_check_mark: Auto-run verify after setting a board to generate a valid `c_cpp_properties.json`, identify other occasions where this applies (usually when adding new libraries), hint the user to run *verify*? |
5555
| | :white_check_mark: Document configuration settings in [README.md](README.md) |

0 commit comments

Comments
 (0)