-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to disable devtools ? #406
Comments
Not working :/ |
Can you unregister |
What is the reason to disable it and what are the conditions to either show it or not? I think you could provide more context about what is it what you expect, @Mikaleb... |
@gangsthub
|
Currently, DevTools will be forcibly enabled during development (vite dev) and will never be bundled in production (vite build). So, don't worry about that. |
maybe he want to disable the tool, when the envirment is develop. just use shotcut to show tool's UI, but don't show the icon always. |
I think the corresponding habit settings can be saved in the project's
|
How to open it again? Lmao... It disappeared and I don't get it how to open it back again. First, I try to search HOW TO DISABLE IT, spend 10 minutes on it, find old solution, doesn't work Are you serious? I understand that devtools is a good and helpful thing, but UX is severely lacking on this one... |
Yeah, our shortcut descriptions are very lacking 😅. And sorry our contributors are currently very busy and not too active in solving this issue 🥲. Anyway, this is a brief: How to disable the devtools anchor?You can disable the option called How to open it again?By shortcut
align with |
I love this tool! It's very handy. Unfortunately, it's also breaking my Cypress tests in my local development environment. I need to be able to programmatically prevent the floating buttons from appearing within Cypress, preferably without removing them completely from my development environment. |
@dash- Does that mean vue-devtools works for you in a cypress environment? As in: You could actually interact with them in a cypress-driven browser? Because that is what I am trying to achieve at the moment, but they just keep loading forever. (I guess I am having the opposite of your problem). |
(cc @alexzhang1030 ) I think this is worth mentioning in the main documentation, or in the FAQ. It's not clear (at least to me, and probably other developers) that the plugin doesn't get included in |
make sense, I will update it |
Is there an option to disable this shiny new devtool ?
The text was updated successfully, but these errors were encountered: