mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
GitHub Enterprise GHE.com Setting clarity (#240289)
And a pattern to make sure no one puts a DotCom URL. ref https://github.com/microsoft/vscode-pull-request-github/issues/6602
This commit is contained in:
committed by
GitHub
parent
331d7defed
commit
d5f4a77e00
@@ -39,11 +39,12 @@
|
||||
}
|
||||
],
|
||||
"configuration": [{
|
||||
"title": "GitHub Enterprise Server Authentication Provider",
|
||||
"title": "%config.github-enterprise.title%",
|
||||
"properties": {
|
||||
"github-enterprise.uri": {
|
||||
"type": "string",
|
||||
"description": "GitHub Enterprise Server URI"
|
||||
"markdownDescription": "%config.github-enterprise.uri.description%",
|
||||
"pattern": "^(?:$|(https?)://(?!github\\.com).*)"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user