提交 53679fe3 编写于 作者: T Tomas Vik

Merge branch 'remove-experimental-setting' into 'main'

feat: remove experimental features feature flag

See merge request gitlab-org/gitlab-vscode-extension!133
......@@ -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)
......
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册