We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947d321 commit 6205faaCopy full SHA for 6205faa
src/extension.ts
@@ -84,7 +84,7 @@ function getClientConfig(context: ExtensionContext) {
84
['launchCommand', 'launch.command'],
85
['launchArgs', 'launch.args'],
86
['cacheDirectory', kCacheDirPrefName],
87
- ['emitQueryDbBlocked', 'cquery.developer.emitQueryDbBlocked'],
+ ['emitQueryDbBlocked', 'developer.emitQueryDbBlocked'],
88
['index.whitelist', 'index.whitelist'],
89
['index.blacklist', 'index.blacklist'],
90
['index.logSkippedPaths', 'log.skippedPathsForIndex'],
0 commit comments