提交 bbd62f16 编写于 作者: M Matthias Wirtz 提交者: Fatih Acet

Master

上级 8bdd8941
# As suggested by ESLint let's disable conversion of LF linebreaks to CRLF
# when checking out files on Windows
# https://eslint.org/docs/rules/linebreak-style#using-this-rule-with-version-control-systems
*.js text eol=lf
\ No newline at end of file
{
"editor.formatOnSave": true,
"javascript.validate.enable": false,
"eslint.enable": true
}
"eslint.enable": true,
"gitlab.instanceUrl": "https://gitlab.com"
}
\ No newline at end of file
{
"name": "gitlab-workflow",
"version": "0.5.1",
"version": "0.5.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
......@@ -11,9 +11,19 @@
"engines": {
"vscode": "^1.19.0"
},
"categories": ["Other"],
"keywords": ["git", "gitlab", "merge request", "pipeline", "ci cd"],
"activationEvents": ["*"],
"categories": [
"Other"
],
"keywords": [
"git",
"gitlab",
"merge request",
"pipeline",
"ci cd"
],
"activationEvents": [
"*"
],
"bugs": {
"url": "https://gitlab.com/fatihacet/gitlab-vscode-extension/issues",
"email": "acetfatih@gmail.com"
......@@ -25,7 +35,8 @@
"main": "./src/extension",
"icon": "src/assets/logo.png",
"contributes": {
"commands": [{
"commands": [
{
"command": "gl.setToken",
"title": "GitLab: Set GitLab Personal Access Token"
},
......@@ -131,4 +142,4 @@
"@types/node": "^7.0.43",
"vscode": "^1.1.6"
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册