File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -69,20 +69,5 @@ interface VitePluginVueDevToolsOptions {
69
69
* @default code (Visual Studio Code)
70
70
*/
71
71
launchEditor? : ' appcode' | ' atom' | ' atom-beta' | ' brackets' | ' clion' | ' code' | ' code-insiders' | ' codium' | ' emacs' | ' idea' | ' notepad++' | ' pycharm' | ' phpstorm' | ' rubymine' | ' sublime' | ' vim' | ' visualstudio' | ' webstorm' | ' rider' | string
72
-
73
- /**
74
- * Customize openInEditor host
75
- * @default false
76
- * @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
77
- */
78
- openInEditorHost? : string | false
79
-
80
- /**
81
- * DevTools client host
82
- * useful for projects that use a reverse proxy
83
- * @default false
84
- * @deprecated This option is deprecated and removed in 7.1.0. The plugin now automatically detects the correct host.
85
- */
86
- clientHost? : string | false
87
72
}
88
73
```
You can’t perform that action at this time.
0 commit comments