We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
process.env.LAUNCH_EDITOR
1 parent c8b1904 commit b9717d1Copy full SHA for b9717d1
packages/core/src/index.ts
@@ -132,7 +132,7 @@ export const DEFAULT_INSPECTOR_OPTIONS: VitePluginInspectorOptions = {
132
toggleButtonPos: 'top-right',
133
appendTo: '',
134
lazyLoad: false,
135
- launchEditor: 'code',
+ launchEditor: process.env.LAUNCH_EDITOR ?? 'code',
136
} as const
137
138
const availableLaunchEditors = [
0 commit comments