Skip to content

Commit 5edba92

Browse files
authored
Set disableLineTextInReferences=true in TS user preferences (#92)
1 parent 4350e03 commit 5edba92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/exerciseServer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ async function exerciseServerWorker(testDir: string, tsserverPath: string, repla
136136
"command": "configure",
137137
"arguments": {
138138
"preferences": {
139-
"disableLineTextInReferences": false, // Match VS Code (and avoid uninteresting errors)
139+
"disableLineTextInReferences": true, // Match VS Code (and avoid uninteresting errors)
140140
"includePackageJsonAutoImports": "off" // Handle per-request instead
141141
},
142142
"watchOptions": {
@@ -433,4 +433,4 @@ ${JSON.stringify(response, undefined, 2)}`);
433433

434434
return response;
435435
}
436-
}
436+
}

0 commit comments

Comments
 (0)