Skip to content

Commit 20461e3

Browse files
authored
Merge pull request #2 from jmaicaaan/refactor/jira-remove-issue-key-prompt
♻️- refactor: Jira remove issue key prompt
2 parents af49d3e + 3f9af1f commit 20461e3

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

packages/core/src/types/settings.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export type Settings = {
66
workflow: App.BasicWorkflow | App.JiraWorkflow;
77
format?: string;
88
jira: {
9-
allowIssueKeyPrompt: false;
109
allowWorkflowTransitionPrompt: false;
1110
workflowTransitions: JiraWorkflowTransition[];
1211
};

packages/vscode-ext/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@
5353
"description": "Set the commit format you wanted to use",
5454
"scope": "application"
5555
},
56-
"commitji.jira.allowIssueKeyPrompt": {
57-
"type": "boolean",
58-
"default": false,
59-
"description": "Toggle to enable asking Jira Ticket when commiting",
60-
"scope": "application"
61-
},
6256
"commitji.jira.allowWorkflowTransitionPrompt": {
6357
"type": "boolean",
6458
"default": false,

0 commit comments

Comments
 (0)