Skip to content

Commit 6205faa

Browse files
committed
Fix variable name for emitQueryDbBlocked
1 parent 947d321 commit 6205faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function getClientConfig(context: ExtensionContext) {
8484
['launchCommand', 'launch.command'],
8585
['launchArgs', 'launch.args'],
8686
['cacheDirectory', kCacheDirPrefName],
87-
['emitQueryDbBlocked', 'cquery.developer.emitQueryDbBlocked'],
87+
['emitQueryDbBlocked', 'developer.emitQueryDbBlocked'],
8888
['index.whitelist', 'index.whitelist'],
8989
['index.blacklist', 'index.blacklist'],
9090
['index.logSkippedPaths', 'log.skippedPathsForIndex'],

0 commit comments

Comments
 (0)