Skip to content

Commit 3554849

Browse files
committed
docs: remove deprecated vite plugin option
1 parent fb63dff commit 3554849

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/guide/vite-plugin.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,20 +69,5 @@ interface VitePluginVueDevToolsOptions {
6969
* @default code (Visual Studio Code)
7070
*/
7171
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
8772
}
8873
```

0 commit comments

Comments
 (0)