Skip to content

Commit

Permalink
fix typeCheckingMode still defaulting to "all" in the language se…
Browse files Browse the repository at this point in the history
…rver when there's no config file
  • Loading branch information
DetachHead committed Oct 18, 2024
1 parent ac55628 commit 81a250a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyright-internal/src/realLanguageServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export abstract class RealLanguageServer extends LanguageServerBase {
disableLanguageServices: false,
disableTaggedHints: false,
disableOrganizeImports: false,
typeCheckingMode: 'all',
typeCheckingMode: 'recommended',
diagnosticSeverityOverrides: {},
logLevel: LogLevel.Info,
autoImportCompletions: true,
Expand Down

0 comments on commit 81a250a

Please sign in to comment.