Add configuration fields
This commit is contained in:
19
package.json
19
package.json
@@ -14,10 +14,23 @@
|
|||||||
],
|
],
|
||||||
"main": "./out/extension.js",
|
"main": "./out/extension.js",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"configuration":[
|
||||||
{
|
{
|
||||||
"command": "gitcheck.helloWorld",
|
"title": "Git User Check",
|
||||||
"title": "Hello World"
|
"properties": {
|
||||||
|
"gitcheck.domain": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "remote domain for check"
|
||||||
|
},
|
||||||
|
"gitcheck.user": {
|
||||||
|
"type":"string",
|
||||||
|
"description": "Username for gitcheck domain"
|
||||||
|
},
|
||||||
|
"gitcheck.email": {
|
||||||
|
"type":"string",
|
||||||
|
"description": "Email for gitcheck domain"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user