Skip to content

Commit 975b1b6

Browse files
authored
fix: Tree view should be the default AST view (#59)
1 parent d751c90 commit 975b1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export const defaultPathIndex: PathIndex = {
345345
};
346346

347347
export const defaultViewModes: ViewModes = {
348-
astView: "json",
348+
astView: "tree",
349349
scopeView: "flat",
350350
pathView: "graph",
351351
};

0 commit comments

Comments
 (0)