Skip to content

Commit f4382d9

Browse files
authored
Note in the readme the extension only works with SPM projects (#1637)
Clarify that the extension is meant to work with Swift Package Manager based projects, and supporting Xcode projects is not well supported. Fixes: #1636
1 parent 24c9799 commit f4382d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This extension adds language support for Swift to Visual Studio Code, providing
1010
* Package dependency view
1111
* Test Explorer view
1212

13+
> **Note**
14+
> Most features of the Swift for Visual Studio Code extension only work with projects that build with Swift Package Manager. These projects will have a `Package.swift` file in their root folder. Support for Xcode projects (`.xcodeproj`) is limited.
15+
1316
# Documentation
1417

1518
The official documentation for this extension is [available on swift.org](https://docs.swift.org/vscode/documentation/userdocs).

0 commit comments

Comments
 (0)