Skip to content

Commit e514f03

Browse files
committed
Disable Twoslash for now
1 parent 2abcfb2 commit e514f03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ export default defineConfig(
7676
cursorColor: "var(--twoslash-cursor)",
7777
},
7878
},
79+
twoSlash: {
80+
// disable Twoslash until it becomes more stable.
81+
languages: [],
82+
},
7983
},
8084
toc: {
8185
minDepth: 2,

0 commit comments

Comments
 (0)