adonis-vscode-extension
adonis-vscode-extension copied to clipboard
Cannot read proprties of undefined (reading 'join')
Package version
1.3.1
Node.js and npm version
21.7.3, 10.5
Sample Code (to reproduce the issue)
BONUS (a sample repo to reproduce the issue)
This happens when I spin up a new project with AdonisJS, with the extension installed and try and run the list routes command. Seems maybe the structure of the response has changed and now the parsing function mishandles it? The output is printed to the output tab but I'm just showing how to recreate it in the picture.