提交 eceebcda 编写于 作者: K Kai Armstrong 提交者: Tomas Vik

feat: enable experimental features by default

上级 69d5f1fd
......@@ -52,7 +52,8 @@ Published also on [Open VSX Registry](https://open-vsx.org/extension/GitLab/gitl
### Experimental Features
Experimental features are behind a feature flag. To enable them, you can set `gitlab.enableExperimentalFeatures` to `true` in your VS Code settings.
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
......
......@@ -224,7 +224,7 @@
},
"gitlab.enableExperimentalFeatures": {
"type": "boolean",
"default": false,
"default": true,
"description": "Enable experimental features including showing Issue details in VSCode"
},
"gitlab.customQueries": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册