owensd / vscode-swift

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

Projects require an initial build. #6

Closed owensd closed 7 years ago

owensd commented 7 years ago

This might be related to the debug.yaml not being present so we have no idea how the Swift PM will build the project. There are two options:

  1. Deal with it and require projects to be built once, including new files... not a great thing long term
  2. Come up with our own logic on how this should be built up. Better, but more costly.
owensd commented 7 years ago

A build is now forced... the long term solution is to generate the debug.yaml file ourselves.