Skip to content

Commit

Permalink
feat: enable lightbulb feature on empt line in the editor
Browse files Browse the repository at this point in the history
  • Loading branch information
purocean committed May 21, 2024
1 parent 1b0d2e8 commit 678baaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/services/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const getDefaultOptions = (): Monaco.editor.IStandaloneEditorConstruction
occurrencesHighlight: 'off',
renderLineHighlight: 'all',
stickyScroll: { enabled: getSetting('editor.sticky-scroll-enabled', true) },
lightbulb: { enabled: 'on' as any },
wordSeparators: '`~!@#$%^&*()-=+[{]}\\|;:\'",.<>/?。?!,、;:“”‘’()《》〈〉【】『』「」﹃﹄〔〕'
})

Expand Down

0 comments on commit 678baaa

Please sign in to comment.