Skip to content

Commit 47a1f47

Browse files
author
flmeyer
committed
Add option to VSCode declaration
1 parent ee25def commit 47a1f47

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
"description": "The name of the repository's git remote that points to GitHub",
8787
"default": "origin",
8888
"scope": "window"
89+
},
90+
"github-actions.use-enterprise": {
91+
"type": "boolean",
92+
"markdownDescription": "If this is set to true, use the auth provider for the GitHub Enterprise URL configured in `github-enterprise.uri`",
93+
"default": false,
94+
"scope": "window"
8995
}
9096
}
9197
},

0 commit comments

Comments
 (0)