Skip to content

Commit

Permalink
Duplicate existing create view into new create view
Browse files Browse the repository at this point in the history
Part of #4403
  • Loading branch information
alexr00 committed Jun 15, 2023
1 parent d487d45 commit 65cc30c
Show file tree
Hide file tree
Showing 7 changed files with 1,115 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/common/settingKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const SELECT_REMOTE = 'selectRemote';
export const REMOTES = 'remotes';
export const PULL_PR_BRANCH_BEFORE_CHECKOUT = 'pullPullRequestBranchBeforeCheckout';
export const EXPERIMENTAL_ACCOUNT_BADGE = 'experimental.accountBadge';
export const EXPERIMENTAL_CREATE_VIEW = 'experimental.createView';

export const ISSUES_SETTINGS_NAMESPACE = 'githubIssues';
export const ASSIGN_WHEN_WORKING = 'assignWhenWorking';
Expand Down
Loading

0 comments on commit 65cc30c

Please sign in to comment.