Hi
Using VS 2017 Community 15.2 with latest update, extension version 1.0
I got 'object reference not set to an instance of an object' when I try to import a module from a path that contains a subfolder,something like this
import { MyComponent } from './mysubfolder/my.component '
After I pres './my VS intellisense give me the option the chose the folder name,after I select it error occurs : 'object reference not set to an instance of an object'
disabling the extension fix the problem
thanks
Hi
Using VS 2017 Community 15.2 with latest update, extension version 1.0
I got 'object reference not set to an instance of an object' when I try to import a module from a path that contains a subfolder,something like this
import { MyComponent } from './mysubfolder/my.component '
After I pres './my VS intellisense give me the option the chose the folder name,after I select it error occurs : 'object reference not set to an instance of an object'
disabling the extension fix the problem
thanks