未验证 提交 ce6a8ca3 编写于 作者: F Fatih Acet

Add new config option to README.

上级 0e325785
......@@ -2,7 +2,9 @@
## [0.5.1] - 2018-02-27
### Added
- [!4](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/4) Add an option to turn off the issue link in the status bar
- Add an option to turn off the issue link in the status bar
## [0.5.0] - 2018-02-25
### Added
- [#25](https://gitlab.com/fatihacet/gitlab-vscode-extension/issues/25) Create snippet from selection or entire file.
......
......@@ -145,10 +145,14 @@ Using this command, you can quickly validate GitLab CI configuration.
## Configuration options
**`gitlab.instanceUrl` (required: false, default: "https://gitlab.com")**
**`gitlab.instanceUrl`** _(required: false, default: "https://gitlab.com")_
If you are using GitLab on a custom domain, you should add this to your user settings file. Example: `"gitlab.instanceUrl": "https://my-gitlab-domain.com"`
**`gitlab.showIssueLinkOnStatusBar`** _(required: false, default: true)_
If you are not using GitLab's issue tracker, you may want to set this `false` to remove related issue link on status bar. You should restart your VSCode after updating this option.
> You can open User Settings file by pressing `Cmd+,` on Mac OS or following `Code > Preferences > User Settings`. You can simply add extension configuration values to you User Settings file. This won't break or change anything on your VSCode.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册