Skip to content

Commit 16652a6

Browse files
hsm207Ubuntu
andauthored
Add support for VS Code Insiders (JuliaLang#35382)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-37-246.ap-southeast-1.compute.internal>
1 parent 4641dd8 commit 16652a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/InteractiveUtils/src/editless.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function define_default_editors()
127127
define_editor([r"\bsubl", r"\batom", "pycharm"]) do cmd, path, line
128128
`$cmd $path:$line`
129129
end
130-
define_editor("code") do cmd, path, line
130+
define_editor(["code", "code-insiders"]) do cmd, path, line
131131
`$cmd -g $path:$line`
132132
end
133133
define_editor(r"\bnotepad++") do cmd, path, line

0 commit comments

Comments
 (0)