Set VS Code as editor #2433
Answered
by
ngleo
nicoloceneda
asked this question in
Q&A
Set VS Code as editor
#2433
-
How can I choose VS Code as editor? It says "Not installed" and I can't figure out how to install it (I obviously have it on my machine). |
Beta Was this translation helpful? Give feedback.
Answered by
ngleo
Jun 28, 2025
Replies: 1 comment 1 reply
-
It detects whether VS Code is installed by checking whether the Does This might give some idea why if |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nicoloceneda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It detects whether VS Code is installed by checking whether the
code
command exists.Does
code
open VS Code for you from the terminal?This might give some idea why if
code
doesn't work (macOS-specific).