adonis-vscode-extension
adonis-vscode-extension copied to clipboard
š» VSCode Extension for AdonisJS
Hi, can you upgrade the open-vsx extension version ? I was trying to understand why it's doesn't work and after few hour debugging I find out that it wasn't the...
 ``` Error: Command failed with exit code 1: node --dns-result-order=ipv4first ace list:routes --json node:events:497 throw er; // Unhandled 'error' event ^ Error: write EPIPE at target._send (node:internal/child_process:879:20) at target.send...
## 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...
## Package version @adonisjs/core: 6.12.1 AdonisJS Extension: 1.3.1 ## Node.js and npm version npm: 10.8.3 node: v20.15.1 The output of running `node ace list --json` is the following ```json [...
## Proposed changes Iām looking to add support for page suggestions and clickable links in the `renderInertia` method. While the page suggestions work correctly for both `renderInertia` and `inertia.render`, the...
Monorepo support - Issue https://github.com/Julien-R44/adonis-vscode-extension/issues/43 ## Proposed changes - The extension is currently not compatible with `@adonisjs-community/modules` or any other project having multiple controllers and pages folders. For example: https://github.com/filipebraida/adonisjs-starter-kit...
## 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...
The Extension should work with Monorepos as the application is just a part of the folder structure and not the main thing. It should search the pnpm-workspaces, yarn-workspaces... To search...