Skip to content

Commit b841e5f

Browse files
authored
Fix regression in typeshed/exclude paths from #11315 (#11420)
1 parent 34770bb commit b841e5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/activation/languageServer/analysisOptions.ts

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ export class DotNetLanguageServerAnalysisOptions extends LanguageServerAnalysisO
9999

100100
searchPaths = searchPaths.map((p) => path.normalize(p));
101101

102+
this.excludedFiles = this.getExcludedFiles();
103+
this.typeshedPaths = this.getTypeshedPaths();
104+
102105
return {
103106
interpreter: {
104107
properties

0 commit comments

Comments
 (0)