You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent continuous "package resolve" cycles (#1654)
* Prevent continuous "package resolve" cycles
We can ignore the create and delete events as these were likely caused
by the LSP or SwiftPM anywatch. Watch for change still in case the user
switches branches
Issue: #1571
* Add CHANGELOG entry
Cleanup diagnostics for deleted or renamed files (#1653)
When the file is deleted or renamed, remove it from the diagnostic
collection. Extract the swift file types to a constant.
Issue: #1652
Copy edit on README (#1372)
* Update README.md
Copy edit for the new Swift extension
* Update README.md
Some more minor tweaks
* Update README.md
Add link to covenant source
Rename extension ID from `swiftlang.swift` to `swiftlang.swift-vscode` (
#1358)
Try this one more time.
Because there is already another extension with `swift` as its name,
and the VS Code Marketplace name must be unique (not just the full ID),
switch to the extension ID `swiftlang.swift-vscode`.