Skip to content

Commit 7ff8f29

Browse files
committed
Fix regression in typeshed/exclude paths from microsoft#11315
1 parent 34770bb commit 7ff8f29

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)