README.md 766 字节
Newer Older
F
Fatih Acet 已提交
1
# GitLab VSCode Extension
F
Fatih Acet 已提交
2

F
Fatih Acet 已提交
3
GitLab integration for VSCode.
F
Fatih Acet 已提交
4

F
Fatih Acet 已提交
5
### Features
F
Fatih Acet 已提交
6

F
Fatih Acet 已提交
7
Current version is only can open issues and MRs assigned to you.
F
Fatih Acet 已提交
8

F
Fatih Acet 已提交
9
### Setup
F
Fatih Acet 已提交
10

F
Fatih Acet 已提交
11
Extensions needs GitLab `userId`. You should add it to User Settings file.
F
Fatih Acet 已提交
12

F
Fatih Acet 已提交
13
`"gitlab.userId": "GITLAB_USER_ID",`
F
Fatih Acet 已提交
14

F
Fatih Acet 已提交
15
You can open User Settings file pressing `Cmd+,` on Mac OS or go to `Code > Preferences > User Settings`.
F
Fatih Acet 已提交
16

F
Fatih Acet 已提交
17
If you are using GitLab on a custom domain, you should also set `gitlab.instanceUrl`. Default is `https://gitlab.com`.
F
Fatih Acet 已提交
18

F
Fatih Acet 已提交
19
### Usage
F
Fatih Acet 已提交
20

F
Fatih Acet 已提交
21 22
- Open up Command Palette by pressing `Cmd+Shift+P`.
- Search for GitLab
F
Fatih Acet 已提交
23 24

![https://gitlab.com/fatihacet/gitlab-vscode-extension/raw/master/src/assets/gitlab-vscode.png](https://gitlab.com/fatihacet/gitlab-vscode-extension/raw/master/src/assets/gitlab-vscode.png)