Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language status item link to Package.swift should link Package.swift being used #1070

Open
adam-fowler opened this issue Sep 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request needs verification Issue has been fixed, but requires verification before closing

Comments

@adam-fowler
Copy link
Contributor

Currently when you click on the language status item it provides a link to the Package.swift. If a swift package has different Package.swift files for different language versions eg [email protected] this should link to the correct Package.swift for the current version of swift being used.

@adam-fowler adam-fowler added the enhancement New feature or request label Sep 15, 2024
@plemarquand plemarquand self-assigned this Sep 16, 2024
plemarquand added a commit to plemarquand/vscode-swift that referenced this issue Sep 16, 2024
The language status item has a link to the Package.swift file. If the
user has a version specific manifest file in the form
`Package@swift-[version].swift` where the version matches their
currently installed Swift version, open that Package.swift instead.

Issue: swiftlang#1070
plemarquand added a commit that referenced this issue Sep 16, 2024
The language status item has a link to the Package.swift file. If the
user has a version specific manifest file in the form
`Package@swift-[version].swift` where the version matches their
currently installed Swift version, open that Package.swift instead.

Issue: #1070
@plemarquand plemarquand added the needs verification Issue has been fixed, but requires verification before closing label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs verification Issue has been fixed, but requires verification before closing
Projects
None yet
Development

No branches or pull requests

2 participants