-
My use case is a bit unique - I'm using code server in a browser-based demo environment. I'd like to skip the "Do you trust this folder" warning and also the setup wizard that shows on a fresh installation. Anyone know if there are startup or config flags I can set to skip these or auto-trust the directory? |
Beta Was this translation helpful? Give feedback.
Answered by
jsjoeio
Aug 29, 2022
Replies: 1 comment 1 reply
-
I think you can use these in your "workbench.startupEditor": "none",
"security.workspace.trust.enabled": false, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
scarolan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you can use these in your
settings.json
: