Skip to content

Commit ac41ac1

Browse files
authored
Merge pull request #7516 from etvorun/dev/evgenyt/default_xaml_settings
Turn off word suggestions in XAML completions
2 parents 35b5e66 + 5893526 commit ac41ac1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5579,6 +5579,11 @@
55795579
"contents": "%viewsWelcome.debug.contents%",
55805580
"when": "debugStartLanguage == csharp && !dotnet.debug.serviceBrokerAvailable"
55815581
}
5582-
]
5582+
],
5583+
"configurationDefaults": {
5584+
"[xaml]": {
5585+
"editor.wordBasedSuggestions": "off"
5586+
}
5587+
}
55835588
}
55845589
}

0 commit comments

Comments
 (0)