There was an error while loading. Please reload this page.
2 parents af49d3e + 3f9af1f commit 20461e3Copy full SHA for 20461e3
packages/core/src/types/settings.ts
@@ -6,7 +6,6 @@ export type Settings = {
6
workflow: App.BasicWorkflow | App.JiraWorkflow;
7
format?: string;
8
jira: {
9
- allowIssueKeyPrompt: false;
10
allowWorkflowTransitionPrompt: false;
11
workflowTransitions: JiraWorkflowTransition[];
12
};
packages/vscode-ext/package.json
@@ -53,12 +53,6 @@
53
"description": "Set the commit format you wanted to use",
54
"scope": "application"
55
},
56
- "commitji.jira.allowIssueKeyPrompt": {
57
- "type": "boolean",
58
- "default": false,
59
- "description": "Toggle to enable asking Jira Ticket when commiting",
60
- "scope": "application"
61
- },
62
"commitji.jira.allowWorkflowTransitionPrompt": {
63
"type": "boolean",
64
"default": false,
0 commit comments