tracer icon indicating copy to clipboard operation
tracer copied to clipboard

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

Open DaelonSuzuka opened this issue 1 year ago • 1 comments

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.

DaelonSuzuka avatar Jun 14 '24 19:06 DaelonSuzuka

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

typeholes avatar Jul 02 '24 18:07 typeholes