File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Added
10
+
11
+ - Adds [ Cursor] ( https://cursor.so ) support &mdash ; closes [ #3222 ] ( https://github.com/gitkraken/vscode-gitlens/issues/3222 )
12
+
9
13
### Changed
10
14
11
15
- Adds vscode-test to run unit-tests &mdash ; closes [ #3570 ] ( https://github.com/gitkraken/vscode-gitlens/issues/3570 )
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ export function getEditorCommand() {
72
72
case 'VSCodium' :
73
73
editor = 'codium --wait --reuse-window' ;
74
74
break ;
75
+ case 'Cursor' :
76
+ editor = 'cursor --wait --reuse-window' ;
77
+ break ;
75
78
default :
76
79
editor = 'code --wait --reuse-window' ;
77
80
break ;
You can’t perform that action at this time.
0 commit comments