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
[Extension Host] [Completion] No completion item is available (1) TypeError: Cannot read properties of null (reading 'concat')
at getOptions (/Users/vsaboulin/.vscode/extensions/tetradresearch.vscode-h2o-0.2.12/out/extension.js:558:40)
at getCompletionsOptions (/Users/vsaboulin/.vscode/extensions/tetradresearch.vscode-h2o-0.2.12/out/extension.js:524:21)
at Object.<anonymous> (/Users/vsaboulin/.vscode/extensions/tetradresearch.vscode-h2o-0.2.12/out/extension.js:66:47)
at Generator.next (<anonymous>)
at fulfilled (/Users/vsaboulin/.vscode/extensions/tetradresearch.vscode-h2o-0.2.12/out/extension.js:5:58)
I was getting issue with sub-subcommand:
I fixed it by changing:
to
It's probably not the best code, but that seems to work in my case
The text was updated successfully, but these errors were encountered: