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
[opt] <key.sourcefile>: (string) // Absolute path to the file.
168
+
[opt] <key.compilerargs> [string*] // Array of zero or more strings for the compiler arguments
169
+
// e.g ["-sdk", "/path/to/sdk"]. If key.sourcefile is provided,
170
+
// these must include the path to that file.
171
+
[opt] <key.hash>: (string) // Known hash for the indexed file, used to determine whether
172
+
// the file has changed since the last time it was indexed.
173
+
[opt] <key.should_index_locals>: (bool) // If True, the returned index includes both local and global symbols. If False, only global symbols are included. Defaults to False.
0 commit comments