We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65caa0 commit 240e0fbCopy full SHA for 240e0fb
1 file changed
extensions/ql-vscode/src/config.ts
@@ -39,18 +39,6 @@ class Setting {
39
40
const ROOT_SETTING = new Setting('codeQL');
41
42
-// Enable experimental features
43
-
44
-/**
45
- * Any settings below are deliberately not in package.json so that
46
- * they do not appear in the settings ui in vscode itself. If users
47
- * want to enable experimental features, they can add them directly in
48
- * their vscode settings json file.
49
- */
50
51
-/* Advanced setting: used to enable bqrs parsing in the cli instead of in the webview. */
52
-export const EXPERIMENTAL_BQRS_SETTING = new Setting('experimentalBqrsParsing', ROOT_SETTING);
53
54
// Distribution configuration
55
56
const DISTRIBUTION_SETTING = new Setting('cli', ROOT_SETTING);
0 commit comments