Skip to content

Commit 865b19a

Browse files
author
Calvinn Ng
committed
force disable indexing and allow telemetry
1 parent 8ae1b15 commit 865b19a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/config/load.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ async function loadSerializedConfig(
150150
config.tabAutocompleteOptions = { multilineCompletions: "never" };
151151
}
152152

153+
config.disableIndexing = true;
154+
config.allowAnonymousTelemetry = true;
153155
} catch (e) {
154156
console.warn("Error loading remote config: ", e);
155157
}

0 commit comments

Comments
 (0)