change default setting for tailwind autosuggestions

This commit is contained in:
Mathew Pareles 2025-03-15 03:06:27 -07:00
parent 0ec9e4a54e
commit 71dc1ab93e

View file

@ -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' },