diff --git a/src/standardLanguageClient.ts b/src/standardLanguageClient.ts index 9db7432c6..bb0ca1335 100644 --- a/src/standardLanguageClient.ts +++ b/src/standardLanguageClient.ts @@ -494,7 +494,7 @@ export class StandardLanguageClient { })), // we can consider expose 'isFullBuild' according to users' feedback, // currently set it to true by default. - isFullBuild: isFullBuild === undefined ? true : isFullBuild, + isFullBuild: isFullBuild === undefined ? false : isFullBuild, }; return window.withProgress({ location: ProgressLocation.Window }, async p => {