eclipse-archived / codewind

The official repository of the Eclipse Codewind project
https://codewind.dev
Eclipse Public License 2.0
113 stars 45 forks source link

VSCode: Notify user that codewind-workspace folder is still required for Appsody projects #913

Closed sghung closed 4 years ago

sghung commented 4 years ago

For Appsody projects, we can't get away with binding due to how Appsody is currently implemented. As a result, we still require binding and creation of Appsody projects to be in the codewind-workspace directory. We choose this workspace to make the migration scenario easier for 0.5.0 to 0.6.0, since we don't want to move the user projects to a new directory.

sghung commented 4 years ago

Closing as the codewind-workspace isn't needed, a codewind-data is created instead and we need to let the user not to use that directory as it is special.