You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you do it maybe worth reminding VSCode users that they need to add the entry below to their File>Preferences>Workspace Settings for intellisense to work
#1778 updates to protractor4, and about the warning... it's editor specific so I can't say I agree with putting it up, Every editor has a different way of loading TS2.0 but soon it'll be the official latest release anyway.
If you do it maybe worth reminding VSCode users that they need to add the entry below to their File>Preferences>Workspace Settings for intellisense to work
{
"typescript.tsdk": "/node_modules/typescript/lib"
}
More info on Protractor 4 here https://github.com/angular/protractor/tree/master/exampleTypescript
The text was updated successfully, but these errors were encountered: