#and how can I prevent the bottom menu
1 messages · Page 1 of 1 (latest)
wrond editor, sorry
maybe dig around here https://stackoverflow.com/a/66838157/3600382
Alright, I'm digging into this more because it's pissing me off
I found this configuration for hiding the terminal on startup: ref
I can't find anything similar for the "Explorer" view
Maybe it exists, and I'm just not seeing it, but it's not coming up in my googling
VSCode is very scriptable, so what you could do is:
- find the command that hides the explorer
- create a startup script that runs the command on startup: ref