-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Describe the bug
Renaming a file should remove it from project documents and invalidate its scopes.
Additional Information
Should check if the file still exists when onDidClose received.
2025-04-23 11:35:08.249 [debug] [event] onDidClose
2025-04-23 11:35:08.249 [debug] > uri: file:///c%3A/Repos/VBA-SfImportExport/src/data/Metadata.cls
2025-04-23 11:35:08.249 [debug] > languageId: vba
2025-04-23 11:35:08.249 [debug] > version: 84
2025-04-23 11:35:08.331 [debug] [event] onDidOpen
2025-04-23 11:35:08.332 [debug] > uri: file:///c%3A/Repos/VBA-SfImportExport/src/data/TableMeta.cls
2025-04-23 11:35:08.332 [debug] > languageId: vba
2025-04-23 11:35:08.333 [debug] > version: 1
2025-04-23 11:35:08.333 [debug] [event] onDidChangeContentAsync
2025-04-23 11:35:08.333 [debug] > uri: file:///c%3A/Repos/VBA-SfImportExport/src/data/TableMeta.cls
2025-04-23 11:35:08.334 [debug] > languageId: vba
2025-04-23 11:35:08.334 [debug] > version: 1
2025-04-23 11:35:08.334 [debug] Beginning main parse.
2025-04-23 11:35:08.490 [debug] > > Registering [private MODULE] TableMeta
2025-04-23 11:35:08.490 [debug] Completed main parse.
2025-04-23 11:35:08.490 [info] Parsed TableMeta.cls
Metadata
Metadata
Assignees
Labels
No labels