提交 61ce26eb 编写于 作者: T Tomas Vik

Merge branch '248-default-webview-to-on' into 'main'

feat: enable experimental features by default

See merge request gitlab-org/gitlab-vscode-extension!120
...@@ -52,7 +52,8 @@ Published also on [Open VSX Registry](https://open-vsx.org/extension/GitLab/gitl ...@@ -52,7 +52,8 @@ Published also on [Open VSX Registry](https://open-vsx.org/extension/GitLab/gitl
### Experimental Features ### 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 #### View issue and MR details and comments in VS Code
......
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
}, },
"gitlab.enableExperimentalFeatures": { "gitlab.enableExperimentalFeatures": {
"type": "boolean", "type": "boolean",
"default": false, "default": true,
"description": "Enable experimental features including showing Issue details in VSCode" "description": "Enable experimental features including showing Issue details in VSCode"
}, },
"gitlab.customQueries": { "gitlab.customQueries": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册