We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to run the tsc trace command, I get the following error:
tsc trace
C:\Users\daelon\AppData\Roaming\Code\User\globalStorage\tsperf.tracer\godot-tools>(cd 'p:\_godot\godot-vscode-plugin'; npx tsc --noEmit --generateTrace 'c:\Users\daelon\AppData\Roaming\Code\User\globalStorage\tsperf.tracer\godot-tools\default\traces') The filename, directory name, or volume label syntax is incorrect.
The problem appears to be that you can't cd to a path on a different drive:
c:\>cd 'p:\_godot' The filename, directory name, or volume label syntax is incorrect.
The text was updated successfully, but these errors were encountered:
Sorry for the delayed response. This will be fixed once we merge work done on the trace server
Sorry, something went wrong.
No branches or pull requests
When I try to run the
tsc trace
command, I get the following error:The problem appears to be that you can't cd to a path on a different drive:
The text was updated successfully, but these errors were encountered: