Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ac7fce4
feat: add clean script
dikidjatar Jun 4, 2026
0cab570
feat: refactor logging colors to use Color constants
dikidjatar Jun 4, 2026
c4e4579
fix: add sidebar toggle in showOutput method
dikidjatar Jun 4, 2026
423efff
feat: implement worktree management functionality
dikidjatar Jun 5, 2026
665450d
feat: add worktree detection
dikidjatar Jun 5, 2026
3a778c7
fix: update rawPath construction to use toFullPath for
dikidjatar Jun 5, 2026
9d29eb6
fix: repository not automatically initializing when git enabled is true
dikidjatar Jun 5, 2026
26544ab
fix: normalize worktrees gitdir
dikidjatar Jun 5, 2026
8c1afa2
feat: Add support for submodule and worktree repository types with cu…
dikidjatar Jun 7, 2026
cff794b
feat: Add contextValue support to SCM menus and resource grouping
dikidjatar Jun 7, 2026
1c072b5
fix: rename "openWorktreeInCurrentWindow" to "openWorktree" and add r…
dikidjatar Jun 7, 2026
ad448da
feat: add worktree with delete functionality and new icons
dikidjatar Jun 7, 2026
98640f0
Merge pull request #22 from dikidjatar/features/worktree
dikidjatar Jun 7, 2026
ec39eca
refactor: replace SVG icons with vscode codicons (#23)
dikidjatar Jun 7, 2026
94574ce
feat: add selected icon for repository in SCM and update icon handlin…
dikidjatar Jun 8, 2026
64ece07
feat: implement touch swipe-right selection for list items
dikidjatar Jun 8, 2026
b7b4edb
feat: add swipe-right selection functionality for repositories in SCM…
dikidjatar Jun 8, 2026
666ca6e
feat: add supported swipe-right options
dikidjatar Jun 8, 2026
d97ca90
feat(scm-view): add isSupportedSwipeRight for list delegate
dikidjatar Jun 8, 2026
710c891
feat: adding selection logic in ListDelegate
dikidjatar Jun 8, 2026
8388dd2
Features/swipe to select (#25)
dikidjatar Jun 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dist/assets/branch.svg

This file was deleted.

3 changes: 0 additions & 3 deletions dist/assets/cloud-upload.svg

This file was deleted.

3 changes: 0 additions & 3 deletions dist/assets/dash.svg

This file was deleted.

3 changes: 0 additions & 3 deletions dist/assets/debug-disconnect.svg

This file was deleted.

3 changes: 0 additions & 3 deletions dist/assets/git-commit.svg

This file was deleted.

3 changes: 0 additions & 3 deletions dist/assets/loading.svg

This file was deleted.

4 changes: 0 additions & 4 deletions dist/assets/refresh.svg

This file was deleted.

3 changes: 0 additions & 3 deletions dist/assets/remote.svg

This file was deleted.

3 changes: 0 additions & 3 deletions dist/assets/repo.svg

This file was deleted.

3 changes: 0 additions & 3 deletions dist/assets/scm.svg

This file was deleted.

3 changes: 0 additions & 3 deletions dist/assets/sync.svg

This file was deleted.

3 changes: 0 additions & 3 deletions dist/assets/tag.svg

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/vscode-codicons_archive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/assets/vscode-codicons_cloud_upload.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading