Skip to content

Commit fd23f0c

Browse files
authored
Disable line text to reduce noise (#82)
1 parent a9fc7c7 commit fd23f0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/exerciseServer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ async function exerciseServerWorker(testDir: string, tsserverPath: string, repla
136136
"command": "configure",
137137
"arguments": {
138138
"preferences": {
139+
"disableLineTextInReferences": "true", // Match VS Code (and avoid uninteresting errors)
139140
"includePackageJsonAutoImports": "off" // Handle per-request instead
140141
},
141142
"watchOptions": {

0 commit comments

Comments
 (0)