-
Notifications
You must be signed in to change notification settings - Fork 44
SVT: Appsody Python Flask projects are being imported with Java as the language #486
Comments
yep, i see the bug. there is a logic error in this 'wizard' for extension project types |
eclipse-archived/codewind#486 Signed-off-by: Tim Etchells <[email protected]>
Seeing this issue with all appsody project types using eclipse. For example when importing an existing Appsody Node Skaffold project, by default the type is set to Node.js - if i install that way it will not build. However, If I change the type to appsody and language to Node.js all is fine. Making the stop/ship because it is both bad and a regression. |
please open a different bug for eclipse, there was an error in the vs code logic which is what this issue is for (and it's fixed now) |
will do |
Since we are talking about python, this is possibly related to #398 as well Is the eclipse bug this? eclipse-archived/codewind-eclipse#307 |
eclipse-archived/codewind#486 Signed-off-by: Tim Etchells <[email protected]>
eclipse-archived/codewind#486 Signed-off-by: Tim Etchells <[email protected]>
I tested this issue on 2019-09-19 and I no longer see the problem. |
Codewind version: 0.4.0
OS: Windows 10 and MacOS Mojave (10.14.6)
IDE extension version: 0.4.0
IDE version: 1.38.1
Description: Due to eclipse/codewind#445, appsodyExtension must be selected manually to properly import a project into VS Code.
However, Appsody Python Flask projects are being imported with Java as the language, after selecting appsodyExtension.
Steps:
The text was updated successfully, but these errors were encountered: