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.
2 parents 91df7ca + 217827e commit 2a7aabbCopy full SHA for 2a7aabb
Nodejs/Product/Nodejs/Intellisense/VsProjectAnalyzer.cs
@@ -682,7 +682,8 @@ public void ReloadComplete() {
682
}
683
684
foreach (var item in _projectFiles) {
685
- if (!File.Exists(item.Value.Entry.FilePath) || (!item.Value.Reloaded && !item.Value.Entry.IsBuiltin)) {
+ if ((!File.Exists(item.Value.Entry.FilePath) || !item.Value.Reloaded)
686
+ && !item.Value.Entry.IsBuiltin) {
687
UnloadFile(item.Value.Entry);
688
689
0 commit comments