Skip to content
New issue

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

Trace doesn't work if project isn't on C:/ drive #48

Open
DaelonSuzuka opened this issue Jun 14, 2024 · 1 comment
Open

Trace doesn't work if project isn't on C:/ drive #48

DaelonSuzuka opened this issue Jun 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@DaelonSuzuka
Copy link

DaelonSuzuka commented Jun 14, 2024

When I try to run the tsc trace command, I get the following error:

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.

@typeholes typeholes added the bug Something isn't working label Jul 2, 2024
@typeholes
Copy link
Collaborator

Sorry for the delayed response. This will be fixed once we merge work done on the trace server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants