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
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.
146
153
147
-
For example, if you want it always open VSCode when inspection clicked, set `export VUE_EDITOR=code` in your shell.
154
+
For example, if you want it always open VS Code when inspection clicked, set `export VUE_EDITOR=code` in your shell.
148
155
149
156
150
-
### VSCode
157
+
### VS Code
151
158
152
-
- install VSCode command line tools, [see the official docs](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)
159
+
- install VS Code command line tools, [see the official docs](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)
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.
147
153
148
-
For example, if you want it always open VSCode when inspection clicked, set `export VUE_EDITOR=code` in your shell.
154
+
For example, if you want it always open VS Code when inspection clicked, set `export VUE_EDITOR=code` in your shell.
149
155
150
156
151
-
### VSCode
157
+
### VS Code
152
158
153
-
- install VSCode command line tools, [see the official docs](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)
159
+
- install VS Code command line tools, [see the official docs](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)
0 commit comments