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 47e1c8e commit f16c99eCopy full SHA for f16c99e
source/vscode/src/config.ts
@@ -48,5 +48,5 @@ export function getShowDevDiagnostics(): boolean {
48
export function getUploadSupplementalData(): boolean {
49
return vscode.workspace
50
.getConfiguration("Q#")
51
- .get<boolean>("azure.uploadSupplementalData", false);
+ .get<boolean>("azure.experimental.uploadSupplementalData", false);
52
}
0 commit comments