mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
change default setting for tailwind autosuggestions
This commit is contained in:
parent
0ec9e4a54e
commit
71dc1ab93e
1 changed files with 1 additions and 1 deletions
|
|
@ -3570,7 +3570,7 @@ class EditorQuickSuggestions extends BaseEditorOption<EditorOption.quickSuggesti
|
|||
const defaults: InternalQuickSuggestionsOptions = {
|
||||
other: 'on',
|
||||
comments: 'off',
|
||||
strings: 'off'
|
||||
strings: 'on' // Void changed this setting
|
||||
};
|
||||
const types: IJSONSchema[] = [
|
||||
{ type: 'boolean' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue