Skip to content

Commit 5893526

Browse files
committed
Turn off word suggestions in XAML completions
1 parent f2000ec commit 5893526

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)