Skip to content

Commit 240e0fb

Browse files
committed
Remove feature flag
1 parent f65caa0 commit 240e0fb

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

extensions/ql-vscode/src/config.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@ class Setting {
3939

4040
const ROOT_SETTING = new Setting('codeQL');
4141

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-
5442
// Distribution configuration
5543

5644
const DISTRIBUTION_SETTING = new Setting('cli', ROOT_SETTING);

0 commit comments

Comments
 (0)