You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/resource-check.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ jobs:
17
17
# Add each resource as a key, value pair, mapping the local resource to the reference file (which should be stored in the language server repository). For example:
// Trigger first scan after folder config is received.
193
+
//
194
+
// AutoScan vs InternalAutoScan vs ScanningMode:
195
+
// - AutoScan: Persisted user preference ("I want auto-scanning")
196
+
// - InternalAutoScan: Runtime flag, starts false each session to prevent scanning until we are actually ready.
197
+
// This controls ScanningMode, the string sent to LS ("auto"/"manual").
198
+
//
199
+
// We always start with InternalAutoScan=false and therefore ScanningMode="manual" during LS initialization to prevent the LS from auto-scanning before we are fully ready.
200
+
// Now folder configs have arrived, we can set InternalAutoScan=AutoScan and trigger the first scan if necessary.
0 commit comments