Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container view is empty #52

Open
Misosooup opened this issue Mar 31, 2020 · 3 comments
Open

Container view is empty #52

Misosooup opened this issue Mar 31, 2020 · 3 comments

Comments

@Misosooup
Copy link

Misosooup commented Mar 31, 2020

Symfony 3.4.14

Settings:

"symfony-vscode.phpExecutablePath": "/usr/local/opt/php@7.3/bin/php",
    "symfony-vscode.enableFileWatching": true,
    "symfony-vscode.consolePath": "app/console",
    "symfony-vscode.showConsoleErrors": true,
    "symfony-vscode.fileWatchingPatterns": [
        "yml",
        "yaml",
        "xml"
    ],

vendor php code lives in vendor/php instead of vendor.

app/console debug:container works in terminal. So does other debug commands.

Container view is empty. There is no console errors.

Would you be able to add some debug logs as to what this plugin is doing? If it's just running app/console debug:container to get the list of services available in symfony, technically this should work.

However, I am getting an empty container/parameter/route view on the side bar and the autocomplete does not work.

Would be good if you could shared some light as to how this is to be configured to get the best output.

Thanks.

@linibou
Copy link

linibou commented Jun 19, 2020

Same for me, Symfony 3.4.22 / php 7.3.15

Container view empty, no console errors.

@khusseini
Copy link

khusseini commented Nov 17, 2020

Also same here in all of my symfony (4.x+) projects. Frankly this extension never worked for me.

@AngusZA
Copy link

AngusZA commented Apr 20, 2023

Anyone got it working that had empty containers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants