ljubadr / laravel-goto-config-remote-container-crash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository reproduce the issue with vscode crash and restart when using ctf0/laravel-goto-config extension inside remote containers. This is barebone laravel setup after following steps in installation via composer and using devcontainers

Setup

Steps to reproduce the issue

  • run ./vendor/bin/sail up -d --build to start the stack
  • open project folder in vscode
  • notification will show up: Folder contains a Dev Container configuration file. Reopen folder to develop in a container. Click on Reopen in Container button. Vscode will restart and it will open vscode connected to the container. Since it's first run, it will take few seconds to initialize and install extension image
  • open controller app/Http/Controllers/TestController.php
  • click on the config('app.name'); link
  • vscode will crash and restart

When I hover on the config('app.name') link shows vscode://ctf0.laravel-goto-config/var/www/html/config/app.php?name

Laravel app in the container is /var/www/html

image

To stop the containers run ./vendor/bin/sail down

About


Languages

Language:PHP 80.8%Language:Blade 17.8%Language:Shell 0.9%Language:JavaScript 0.6%