12 lines
225 B
JSON
12 lines
225 B
JSON
|
// Empty
|
||
|
[
|
||
|
{
|
||
|
"key": "ctrl+shift+enter",
|
||
|
"command": "workbench.action.terminal.runSelectedText"
|
||
|
},
|
||
|
{
|
||
|
"key": "shift+enter",
|
||
|
"command": "language-julia.executeJuliaCodeInREPL"
|
||
|
}
|
||
|
]
|