Last 12 weeks · 0 commits
4 of 6 standards met
Repository: antfu/vscode-vite. Description: One step faster for Vite in VS Code ⚡️ Stars: 478, Forks: 25. Primary language: TypeScript. Languages: TypeScript (99.6%), JavaScript (0.4%). Homepage: https://marketplace.visualstudio.com/items?itemName=antfu.vite Topics: dev-server, dx, vite, vscode, vscode-extension. Latest release: v0.2.5 (4y ago). Open PRs: 1, open issues: 29. Last activity: 1y ago. Community health: 71%. Top contributors: antfu.
Clear and concise description of the problem The denoed vite project can created by . I can this project in deno. I can this project in deno. Suggested solution The denoed project can resolve . So we can use and install the dependencies by . And also run vite command by Alternative _No response_ Additional context _No response_ Validations [x] Follow our Code of Conduct [x] Read the Contributing Guide. [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
My repository root is at location /work The app using Vite is at /work/app I tried setting the base path for opening the app () to /work/app but that didn't work as it still thinks that it should start in /work instead of /work/app I tried changing the setting "Vite: Dev Command" to . It now does something but now it shows the following error: [vite] Internal server error: Failed to resolve entry for package "/work/app". The package may have incorrect main/module/exports specified in its package.json. However, running in directory works just fine. Note that the VS Code workspace is the root of the local clone. That directory is . I've run out of ideas what else to try. Any and all suggestions would be very much appreciated!