owensd / vscode-swift

An extension for VS Code which provides support for the Swift language.
MIT License
147 stars 5 forks source link

Currently doesn't support flat directory hierarchy. #5

Closed owensd closed 7 years ago

owensd commented 7 years ago

Currently there needs to be Sources folder... fix this.

owensd commented 7 years ago

To be clear, Swift PM allows three structures:

  1. Flat folder
  2. Flat Sources folder
  3. Sources folder with module names

The language server currently only supports #3 above.

owensd commented 7 years ago

This is address in the v0.15.0 release of swift-langsrv.

owensd commented 7 years ago

Fixed in ec55acfd4d7e7d5c6842b6293d4f8ef3533f0e7b.