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
Describe the bug
A clear and concise description of what the bug is.
** Related Components **
protoc-gen-grpc-federation
grpc-federation-linter
grpc-federation-language-server
grpc-federation-generator
others
To Reproduce
Start vscode and open protofile
Go to extension host in output tab
Observe the crash message
Expected behavior
Expected extension to work
Screenshots
Additional context
Extension is installed on remote machine. Yesterday everything worked as expected but today I get the error.
2024-09-20 05:53:43.483 [error] Activating extension mercari.grpc-federation failed due to an error:
2024-09-20 05:53:43.483 [error] TypeError: Cannot read properties of undefined (reading 'map')
at activate (/home/ubuntu/.vscode-server/extensions/mercari.grpc-federation-1.5.1/out/extension.js:18:34)
at q.kb (/home/ubuntu/.vscode-server/cli/servers/Stable-38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40/server/out/vs/workbench/api/node/extensionHostProcess.js:167:13836)
at q.jb (/home/ubuntu/.vscode-server/cli/servers/Stable-38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40/server/out/vs/workbench/api/node/extensionHostProcess.js:167:13508)
at /home/ubuntu/.vscode-server/cli/servers/Stable-38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40/server/out/vs/workbench/api/node/extensionHostProcess.js:167:11493
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async m.n (/home/ubuntu/.vscode-server/cli/servers/Stable-38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40/server/out/vs/workbench/api/node/extensionHostProcess.js:151:6409)
at async m (/home/ubuntu/.vscode-server/cli/servers/Stable-38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40/server/out/vs/workbench/api/node/extensionHostProcess.js:151:6372)
at async m.l (/home/ubuntu/.vscode-server/cli/servers/Stable-38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40/server/out/vs/workbench/api/node/extensionHostProcess.js:151:5829)
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
** Related Components **
To Reproduce
Start vscode and open protofile
Go to
extension host
in output tabObserve the crash message
Expected behavior
Expected extension to work
Screenshots
Additional context
Extension is installed on remote machine. Yesterday everything worked as expected but today I get the error.
The text was updated successfully, but these errors were encountered: