diff --git a/README.md b/README.md index e24395ac4f9b5d427bc87a5aa68a6744c3a813fe..7b73b55ee787667ffbe63371f8b01c9245f74ca4 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,6 @@ Supports multiple GitLab instances [Read more](#multiple-gitlab-instances). Published also on [Open VSX Registry](https://open-vsx.org/extension/GitLab/gitlab-workflow). -### Experimental Features - -Experimental features are behind a feature flag. These are currently enabled by default. -To disable them, you can set `gitlab.enableExperimentalFeatures` to `false` in your VS Code settings. - #### View issue and MR details and comments in VS Code ![_issues-in-vscode](https://gitlab.com/gitlab-org/gitlab-vscode-extension/raw/main/src/assets/_issues-in-vscode.png) diff --git a/package.json b/package.json index 40c0a49087910e3f1f37a85c874a1204ff99aaca..8157f739ce223b46d7f94d765c876bba47a42dbd 100644 --- a/package.json +++ b/package.json @@ -222,11 +222,6 @@ "default": true, "description": "Enable the \"All Project Merge Requests\" sidebar pane" }, - "gitlab.enableExperimentalFeatures": { - "type": "boolean", - "default": true, - "description": "Enable experimental features including showing Issue details in VSCode" - }, "gitlab.customQueries": { "type": "array", "minItems": 1,