Skip to content

Commit a0d464d

Browse files
committed
Fix default setting
1 parent 53a085b commit a0d464d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/lsp/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function defaultSettings(): Settings {
8383
colorTheme: 'Dark+'
8484
},
8585
quarto: {
86-
logLevel: LogLevel.Info,
86+
logLevel: LogLevel.Warn,
8787
path: "",
8888
mathjax: {
8989
scale: 1,

0 commit comments

Comments
 (0)