Prompt "Select an Adonis project" Appears When Running Plugin Commands, But Input Box Is Unresponsive
Issue Description
After installing the Adonis.js extension, running any plugin command triggers a "Select an Adonis project" prompt. However, the input box does not respond to any input, preventing further action.
Environment Details
- Node.js Version: v24.0.2
- Adonis.js Extension Version: 0.9.1
- Cursor Version: 1.2.1
@blue7wings Did u find any workaround solution to this?
Facing the same issue also. To ensure it wasn't my project issue, I created a new project following the docs here. @Julien-R44 Any ideas?
@blue7wings I found a solution for this:
Download the AdonisJS VSIX file:
- Open Visual Studio Code, navigate to the Extensions view, and search for this plugin(AdonisJS extension).
- Click on the gear icon next to the extension and select "Download VSIX". This will download the extension's VSIX file to your computer.
Open Cursor and initiate the installation:
- Open Cursor.
- Open the Command Palette by pressing Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS). In the Command Palette, type "Extensions: Install from VSIX..." and press Enter.
- Select and install the VSIX file:
- A file browser window will appear.
- Navigate to the location where you downloaded the AdonisJS VSIX file and select it.
- Click "Install".
☝️ Above steps worked on my end 🎉
Same problem using code-server the "Select an Adonis project" prompt is empty. i'm stuck and can't use the extension.
The output consols say:
TypeError: Cannot read properties of undefined (reading 'uri')