Disable IDE integrations #1534
Answered
by
fikovnik
mikucat0309
asked this question in
Q&A
-
In https://github.com/loft-sh/devpod/blob/main/pkg/ide/ideparse/parse.go It seems that Devpod always open an IDE, but I just need the CLI environment which already setup in the Dockerfile. I know we can just close the default open-vscode in browser, but if we can skip start it that will be perfect! |
Beta Was this translation helpful? Give feedback.
Answered by
fikovnik
Apr 25, 2025
Replies: 1 comment
-
You can do |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mikucat0309
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do
devpod up --ide none ...
. I use that so spin the container and then ssh into to run nvim.