Skip to content

Commit 3cd4dad

Browse files
hakshu25claude
andcommitted
refactor(migrate): rename noneOption to otherOption in selectEditor
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 63aa46c commit 3cd4dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli/src/utils/editor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export async function selectEditor({
178178
value: option.id,
179179
hint: option.targetDir,
180180
}));
181-
const noneOption = {
181+
const otherOption = {
182182
label: 'Other',
183183
value: null,
184184
hint: 'Skip writing editor configs',
@@ -190,7 +190,7 @@ export async function selectEditor({
190190
'gray',
191191
'Writes editor config files to enable recommended extensions and Oxlint/Oxfmt integrations.',
192192
),
193-
options: [...editorOptions, noneOption],
193+
options: [...editorOptions, otherOption],
194194
initialValue: 'vscode',
195195
});
196196

0 commit comments

Comments
 (0)