File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 9292 "editor.wordWrap" : " on" ,
9393 "editor.quickSuggestions" : {
9494 "comments" : " off" ,
95- "strings" : " off" ,
96- "other" : " off"
97- }
95+ "strings" : " on" ,
96+ "other" : " on"
97+ },
98+ "editor.wordBasedSuggestions" : " off"
9899 },
99100 "[instructions]" : {
100101 "editor.insertSpaces" : true ,
106107 "editor.wordWrap" : " on" ,
107108 "editor.quickSuggestions" : {
108109 "comments" : " off" ,
109- "strings" : " off" ,
110- "other" : " off"
111- }
110+ "strings" : " on" ,
111+ "other" : " on"
112+ },
113+ "editor.wordBasedSuggestions" : " off"
112114 },
113115 "[chatagent]" : {
114116 "editor.insertSpaces" : true ,
120122 "editor.wordWrap" : " on" ,
121123 "editor.quickSuggestions" : {
122124 "comments" : " off" ,
123- "strings" : " off" ,
124- "other" : " off"
125- }
125+ "strings" : " on" ,
126+ "other" : " on"
127+ },
128+ "editor.wordBasedSuggestions" : " off"
126129 }
127130 }
128131 },
You can’t perform that action at this time.
0 commit comments