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