We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4011c1a commit 27cd24fCopy full SHA for 27cd24f
src/shared/options.ts
@@ -404,7 +404,7 @@ class LanguageServerOptionsImpl implements LanguageServerOptions {
404
return readOption<{ [key: string]: string }>('dotnet.server.componentPaths', {});
405
}
406
public get enableXamlToolsPreview() {
407
- return readOption<boolean>('dotnet.enableXamlToolsPreview', false);
+ return readOption<boolean>('dotnet.enableXamlToolsPreview', true);
408
409
public get suppressLspErrorToasts() {
410
return readOption<boolean>('dotnet.server.suppressLspErrorToasts', false);
0 commit comments