Skip to content

Commit 2c90b2f

Browse files
committed
Add swiftly documentation
1 parent 54cee28 commit 2c90b2f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

userdocs/userdocs.docc/supported-toolchains.md

+9
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@ Feature | Minimum Toolchain Required
1616
------------------------ | -------------------------------------
1717
lldb-dap debugging | 6.0
1818

19+
## Swiftly Support
20+
21+
The extension supports toolchains managed by [swiftly](https://github.com/swiftlang/swiftly), the Swift toolchain installer and manager. For instructions on installing swiftly see the [installation instructions on Swift.org](https://www.swift.org/install).
22+
23+
### `.swift-version` Support
24+
25+
Swiftly can use a special `.swift-version` file in the root of your package so that you can share your toolchain preference with the rest of your team. The VS Code Swift extension respects this file if it exists and will use the toolchain specified within it to build and test your package.
26+
27+
For more information on the `.swift-version` file see swiftly's documentation on [sharing recommended toolchain versions](https://swiftpackageindex.com/swiftlang/swiftly/main/documentation/swiftlydocs/use-toolchains#Sharing-recommended-toolchain-versions).

0 commit comments

Comments
 (0)