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 0dc01ba commit 371c0b1Copy full SHA for 371c0b1
Extension/src/LanguageServer/client.ts
@@ -2764,7 +2764,7 @@ export class DefaultClient implements Client {
2764
}
2765
2766
const showExcessiveFilesWarning = new PersistentWorkspaceState<boolean>('CPP.showExcessiveFilesWarning', true);
2767
- if (!this.excessiveFilesWarningShown && notificationBody.event === 'ParsingStats'&&showExcessiveFilesWarning.Value) {
+ if (!this.excessiveFilesWarningShown && showExcessiveFilesWarning.Value&¬ificationBody.event === 'ParsingStats') {
2768
const filesDiscovered = notificationBody.metrics?.filesDiscovered ?? 0;
2769
const parsableFiles = notificationBody.metrics?.parsableFiles ?? 0;
2770
if (filesDiscovered > 250000 || parsableFiles > 100000) {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments