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
feat: Allow users to set @angular/language-service from vscode (#415)
This PR allows users to change the version of typescript and
@angular/language-service used by the server from vscode.
Instead of using process.cwd() (which is a very bad idea), the extension
client should instead look for typescript and @angular/language-service
in the workspace folders.
If there's no workspace folder, fallback to the bundled version.
0 commit comments