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
Now we are fallback to use tsp-server(.cmd) anyway if local compiler can't be found. This will cause our extension to report multiple confusing errors from vscode lsp client directly if global compiler is not available either. We should be able to handle that scenario better by checking whether tsp-server(.cmd) is available and prompt user to install local compiler to provide a smoother user experience in that case.
The text was updated successfully, but these errors were encountered:
Now we are fallback to use
tsp-server(.cmd)
anyway if local compiler can't be found. This will cause our extension to report multiple confusing errors from vscode lsp client directly if global compiler is not available either. We should be able to handle that scenario better by checking whethertsp-server(.cmd)
is available and prompt user to install local compiler to provide a smoother user experience in that case.The text was updated successfully, but these errors were encountered: