You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Starting from v5.1.0, We recommend using the `launchEditor` option configuration to specify the IDE** (Please ensure that the editor's environment variables are correctly configured beforehand.)
208
+
159
209
It uses an **environment variable** named **`VUE_EDITOR`** to specify an IDE application, but if you do not set this variable, it will try to open a common IDE that you have open or installed once it is certified.
160
210
161
211
For example, if you want it always open VS Code when inspection clicked, set `export VUE_EDITOR=code` in your shell.
@@ -174,6 +224,7 @@ For example, if you want it always open VS Code when inspection clicked, set `ex
**Starting from v5.1.0, We recommend using the `launchEditor` option configuration to specify the IDE** (Please ensure that the editor's environment variables are correctly configured beforehand.)
208
+
154
209
It uses an **environment variable** named **`VUE_EDITOR`** to specify an IDE application, but if you do not set this variable, it will try to open a common IDE that you have open or installed once it is certified.
155
210
156
211
For example, if you want it always open VS Code when inspection clicked, set `export VUE_EDITOR=code` in your shell.
@@ -169,6 +224,7 @@ For example, if you want it always open VS Code when inspection clicked, set `ex
169
224
170
225
<br />
171
226
227
+
172
228
### VS Code with WSL (Windows)
173
229
174
230
- add the configuration in the `settings.json`
@@ -206,6 +262,26 @@ For example, if you want it always open VS Code when inspection clicked, set `ex
206
262
207
263
<br />
208
264
265
+
### PhpStorm
266
+
267
+
- just set env with an absolute path to shell, like `.bashrc` or `.zshrc` (only MacOS)
0 commit comments