Skip to content

Tags: swiftlang/vscode-swift

Tags

2.12.0

Toggle 2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update documentation for swiftly (#1905)

2.10.0

Toggle 2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Install extensions one at a time (#1752)

2.8.0

Toggle 2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Tests: Add more comment completion tests (#1714)

2.6.1

Toggle 2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

2.6.0

Toggle 2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

2.4.0

Toggle 2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release activities for 2.4 (#1608)

* Release activities for 2.4

- Bump version
- Add changelog entry

* Update CHANGELOG.md

Co-authored-by: Paul LeMarquand <plemarquand@gmail.com>

---------

Co-authored-by: Paul LeMarquand <plemarquand@gmail.com>

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release activities for 2.2.0 (#1483)

* release activities for 2.2.0

* Update CHANGELOG.md

---------

Co-authored-by: Paul LeMarquand <plemarquand@gmail.com>

2.0.2

Toggle 2.0.2's commit message
Release activities for 2.0.2

2.0.1

Toggle 2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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`.