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

Commit 6c8c11d

Browse files
Minor adjustment on README.md
1 parent fb77b9f commit 6c8c11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The following settings are as per sketch settings of the Arduino extension. You
119119
## IntelliSense
120120
vscode-arduino auto-configures IntelliSense by default. vscode-arduino analyzes Arduino's compiler output by running a separate build and generates the corresponding configuration file at `.vscode/c_cpp_properties.json`. vscode-arduino tries as hard as possible to keep things up to date, e.g. it runs the analysis when switching the board or the sketch.
121121

122-
It doesn't makes sense though to analyse repeatedly. Therefore if the workspace reports problems - for instance after adding new includes from a new library - run the analysis manually.
122+
It doesn't makes sense though to run the analysis repeatedly. Therefore if the workspace reports problems ("squiggles") - for instance after adding new includes from a new library - run the analysis manually:
123123

124124
Manual rebuild: **Arduino: Rebuild IntelliSense Configuration**,
125125
Keybindings: <kbd>Alt</kbd> + <kbd>Cmd</kbd> + <kbd>I</kbd> *or* <kbd>Alt</kbd> + <kbd>Ctrl</kbd> + <kbd>I</kbd>

0 commit comments

Comments
 (0)