Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50e3a2f

Browse files
authored
Proactively handle exclude settings. (microsoft#8492)
1 parented98521 commit50e3a2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎Extension/src/LanguageServer/settingsTracker.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ export class SettingsTracker {
181181
||key==="codeAnalysis.clangTidy.path"
182182
||key==="codeAnalysis.clangTidy.headerFilter"||key==="codeAnalysis.clangTidy.args"
183183
||key==="codeAnalysis.clangTidy.config"||key==="codeAnalysis.clangTidy.fallbackConfig"
184+
185+
// Note: An existing bug prevents these settings of type "object" from getting processed here,
186+
// so these checks are here just in case that bug gets fixed later on.
187+
||key==="files.exclude"||key==="codeAnalysis.exclude"
184188
){
185189
value=this.areEqual(val,settings.inspect(key)?.defaultValue) ?"<default>" :"...";// Track whether it's being used, but nothing specific about it.
186190
}else{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp