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
Combining this with #710, you could do a whole end-to-end experience in the VS Code UI without dropping to the command line. Extensions -> Install cadl, then type, for example, `import "@cadl-lang/rest", then Ctrl+'.' -> select the npm install fix.
The text was updated successfully, but these errors were encountered:
One problem with the fixer is that after you install a lib then you would get a mismatched compiler until you restart. We would also need to do something about that, which I'll take as tracked by #657
Combining this with #710, you could do a whole end-to-end experience in the VS Code UI without dropping to the command line. Extensions -> Install cadl, then type, for example, `import "@cadl-lang/rest", then Ctrl+'.' -> select the npm install fix.
The text was updated successfully, but these errors were encountered: