Skip to content

Commit d127480

Browse files
nzakasamareshsmharish-sethuraman
authored
fix: Code path diagram by default (#52)
Co-authored-by: Amaresh S M <[email protected]> Co-authored-by: Strek <[email protected]>
1 parent 9866d52 commit d127480

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
@@ -347,5 +347,5 @@ export const defaultPathIndex: PathIndex = {
347347
export const defaultViewModes: ViewModes = {
348348
astView: "json",
349349
scopeView: "flat",
350-
pathView: "code",
350+
pathView: "graph",
351351
};

0 commit comments

Comments
 (0)