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

šŸ’» VSCode Extension for AdonisJS

Results 8 adonis-vscode-extension issues
Sort by recently updated
recently updated
newest added

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...

![image](https://github.com/Julien-R44/adonis-vscode-extension/assets/25545246/503096e0-4c83-424a-b406-168fff119f4e) ``` 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) ![CleanShot 2024-05-23 at 21 46 15@2x](https://github.com/Julien-R44/adonis-vscode-extension/assets/386548/f692a8f4-1575-4f49-a78e-78bfa04028ff) ## 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...