Skip to content

Commit 27cd24f

Browse files
authored
Also change default value in options.ts
1 parent 4011c1a commit 27cd24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ class LanguageServerOptionsImpl implements LanguageServerOptions {
404404
return readOption<{ [key: string]: string }>('dotnet.server.componentPaths', {});
405405
}
406406
public get enableXamlToolsPreview() {
407-
return readOption<boolean>('dotnet.enableXamlToolsPreview', false);
407+
return readOption<boolean>('dotnet.enableXamlToolsPreview', true);
408408
}
409409
public get suppressLspErrorToasts() {
410410
return readOption<boolean>('dotnet.server.suppressLspErrorToasts', false);

0 commit comments

Comments
 (0)