File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ ctrl+f9 | cmd+f9 | Make project (compile modifed and dependent) | ✅
119
119
ctrl+shift+f9 | cmd+shift+f9 | Compile selected file, package or module | N/A
120
120
alt+shift+f10 | ctrl+alt+r | Select configuration and run | ✅
121
121
alt+shift+f9 | ctrl+alt+d | Select configuration and debug | ✅
122
+ ctrl ctrl | ctrl ctrl | Run Anything | ✅
122
123
shift+f10 | ctrl+r | Run | ✅
123
124
shift+f9 | ctrl+d | Debug | ✅
124
125
ctrl+shift+f10 | ctrl+shift+r | Run context configuration from editor | N/A
Original file line number Diff line number Diff line change 725
725
"command" : " workbench.view.debug" ,
726
726
"intellij" : " Select configuration and debug"
727
727
},
728
+ {
729
+ "key" : " ctrl ctrl" ,
730
+ "mac" : " ctrl ctrl" ,
731
+ "command" : " workbench.action.tasks.runTask" ,
732
+ "when" : " taskCommandsRegistered && !terminalFocus" ,
733
+ "intellij" : " Run Anything"
734
+ },
728
735
{
729
736
"key" : " shift+f10" ,
730
737
"mac" : " ctrl+r" ,
Original file line number Diff line number Diff line change 921
921
"command" : " workbench.view.debug" ,
922
922
"intellij" : " Select configuration and debug"
923
923
},
924
+ {
925
+ "key" : " ctrl ctrl" ,
926
+ "mac" : " ctrl ctrl" ,
927
+ "command" : " workbench.action.tasks.runTask" ,
928
+ "when" : " taskCommandsRegistered && !terminalFocus" ,
929
+ "intellij" : " Run Anything"
930
+ },
924
931
{
925
932
"key" : " shift+f10" ,
926
933
"mac" : " ctrl+r" ,
You can’t perform that action at this time.
0 commit comments