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
Hello developers, thanks for your great work! This extension is super handy when I want to track coding behaviors at key-stroke level of detail.
The file exporter cannot handle Windows path correctly. Below is the error message from the Developer Tools console.
I have created a PR to fix this issue.
[Extension Host] Error: ENOENT: no such file or directory, open 'C:\c:\Users\bluerose73\Desktop\vscode-telemetry-test\telemetry.log'
at Object.openSync (node:fs:575:18)
at Object.func [as openSync] (node:electron/js2c/node_init:2:2559)
at Object.writeFileSync (node:fs:2401:35)
at Object.appendFileSync (node:fs:2469:6)
at c:\Users\bluerose73\.vscode\extensions\educational-technology-collective.telemetry-0.0.13\dist\extension.js:2:65312
at t.publishEvent (c:\Users\bluerose73\.vscode\extensions\educational-technology-collective.telemetry-0.0.13\dist\extension.js:2:65481)
at c:\Users\bluerose73\.vscode\extensions\educational-technology-collective.telemetry-0.0.13\dist\extension.js:2:72153
at kh.value (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:157:35593)
at P.B (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:746)
at P.C (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:816)
at P.fire (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:1033)
at zH.$acceptModelChanged (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:138:106589)
at Dy.S (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:115275)
at Dy.Q (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:115055)
at Dy.M (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:114144)
at Dy.L (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:113249)
at kh.value (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:112046)
at P.B (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:746)
at P.fire (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:964)
at Vn.fire (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:9457)
at kh.value (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:175:13296)
at P.B (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:746)
at P.fire (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:30:964)
at Vn.fire (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:32:9457)
at MessagePortMain.<anonymous> (file:///c:/Users/bluerose73/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:175:11588)
at MessagePortMain.emit (node:events:518:28)
at Object.MessagePortMain._internalPort.emit (node:electron/js2c/utility_init:2:2949)
The text was updated successfully, but these errors were encountered:
Hello developers, thanks for your great work! This extension is super handy when I want to track coding behaviors at key-stroke level of detail.
The file exporter cannot handle Windows path correctly. Below is the error message from the Developer Tools console.
I have created a PR to fix this issue.
The text was updated successfully, but these errors were encountered: