vscode_erlang icon indicating copy to clipboard operation
vscode_erlang copied to clipboard

Error on debug console at the startup

Open williamthome opened this issue 1 year ago • 0 comments

I'm receiving this error on the debug console at the startup when debugging the extension:

rejected promise not handled within 1 second: TypeError: Cannot read properties of undefined (reading 'on')
stack trace: TypeError: Cannot read properties of undefined (reading 'on')
	at /home/williamthome/.vscode/extensions/pgourlain.erlang-0.8.6/out/lib/extension.js:1:156657
rejected promise not handled within 1 second: Error: illegal argument `name`. must not be falsy
stack trace: Error: illegal argument `name`. must not be falsy
	at b.createOutputChannel (/snap/code/106/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:96:1252)
	at Object.createOutputChannel (/snap/code/106/usr/share/code/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:106:42617)
	at get outputChannel [as outputChannel] (/home/williamthome/.vscode/extensions/pgourlain.erlang-0.8.6/out/lib/extension.js:1:130361)
	at P.error (/home/williamthome/.vscode/extensions/pgourlain.erlang-0.8.6/out/lib/extension.js:1:131415)
	at /home/williamthome/.vscode/extensions/pgourlain.erlang-0.8.6/out/lib/extension.js:1:133423

williamthome avatar Sep 18 '22 01:09 williamthome