We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c1257 commit e4aeb87Copy full SHA for e4aeb87
src/standardLanguageClient.ts
@@ -494,7 +494,7 @@ export class StandardLanguageClient {
494
})),
495
// we can consider expose 'isFullBuild' according to users' feedback,
496
// currently set it to true by default.
497
- isFullBuild: isFullBuild === undefined ? true : isFullBuild,
+ isFullBuild: isFullBuild === undefined ? false : isFullBuild,
498
};
499
500
return window.withProgress({ location: ProgressLocation.Window }, async p => {
0 commit comments