Alex Barker

Results 58 comments of Alex Barker

Here are the logs with a few things stripped out: [ts-server-logs.zip](https://github.com/vuejs/language-tools/files/15164824/ts-server-logs.zip) I solved the problem in the mean time by simply cloning the project into a new folder. Now everything...

Really need this issue solved or GitLab EE support... either would suffice. Right now im using my sandbox for building the app locally then host manually on Amplify. At least...

Or allow an module to be installed via ENV VAR?

In our use case xdebug is required by phpunit to generate code coverage reports: https://stackoverflow.com/questions/35811503/laravel-5-phpunit-and-no-code-coverage-driver-available Would it be simple enough to simply make the xdebug.so extension available on the heroku-18...

Yes however my primary use case is that xdebug is used as a dependency for phpunit that doesnt require the remote debug port as far as I know or perhaps...

Indeed. However it would nice to see a PoC of this VSCode Remote SSH extension working on heroku using exec and that would require that xdebug is installed. This would...

> The issue is that we want to, under normal circumstances, avoid people having `ext-xdebug` running in their production environments. People will specify it in `require`, forget about it, and...

After adding the following to the nuxt config the problem goes away: ```js export default defineNuxtConfig({ router: { options: { hashMode: true, }, }, } ```

Seems nuxt-electron set's this here https://github.com/caoxiemeihao/nuxt-electron/blob/main/src/index.ts#L177 However since upgrading it seems in a production build that is doesn't work anymore.

I have a related issue using `[email protected]` and `[email protected]` ``` Cannot read properties of undefined (reading 'initFetch') ``` ![image](https://github.com/nuxt/devtools/assets/34715541/d5e742d5-75f2-4adf-9916-aafc2cad8f4c) I assume it's to do with `localhost:3000` so if changing this...