rancher / capi-ui-extension

Rancher Extension used in rancher/dashboard for Rancher Turtles CAPI Provisioning UI.
Apache License 2.0
8 stars 7 forks source link

configure vscode to use project typescript version #20

Closed mantis-toboggan-md closed 6 months ago

mantis-toboggan-md commented 6 months ago

vscode built-in typescript is a major version ahead of what we're using in this project (inherited from rancher/dashboard). Adding this file configures vscode to use the correct ts version. Once this is added navigate to a .ts file in vscode, hit cmd+shift+p to open the command palette, type 'restart ts' you should see an option to restart the ts server.