adonis-vscode-extension icon indicating copy to clipboard operation
adonis-vscode-extension copied to clipboard

Prompt "Select an Adonis project" Appears When Running Plugin Commands, But Input Box Is Unresponsive

Open blue7wings opened this issue 7 months ago • 3 comments

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 avatar Jul 23 '25 02:07 blue7wings

@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?

bsubedi26 avatar Aug 10 '25 15:08 bsubedi26

@blue7wings I found a solution for this:

Download the AdonisJS VSIX file:

  1. Open Visual Studio Code, navigate to the Extensions view, and search for this plugin(AdonisJS extension).
  2. 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:

  1. Open Cursor.
  2. 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.
  3. Select and install the VSIX file:
  4. A file browser window will appear.
  5. Navigate to the location where you downloaded the AdonisJS VSIX file and select it.
  6. Click "Install".

☝️ Above steps worked on my end 🎉

bsubedi26 avatar Aug 10 '25 17:08 bsubedi26

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')

brocasm avatar Aug 19 '25 09:08 brocasm