nativescript-community / nativescript-vscode-extension

A Visual Studio Code Extension for NativeScript
https://www.nativescript.org/visual-studio-code
Apache License 2.0
82 stars 32 forks source link

Cannot use vs code when creating an angular with shared setting #233

Closed altagir closed 5 years ago

altagir commented 5 years ago

Environment

Describe the bug when a project is created as angular shared, vscode is not usable to run / build building is extremely slow, full of errors, and cannot deploy on ios or android

To Reproduce

ng new --collection=@nativescript/schematics --name=myApp --shared
cd myApp
tns run android 
tns prepare ios

-> tns run ios and tns run android works first -> loading project in vscode and launching on android / ios will add packages and make all subsequent build FAILS no js compiled, duplicate functions, application crash and tns run will fail after that

android.txt ios.txt