-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
Laravel Package Version
1.3.3
Laravel Version
12.33.0
PHP Version
8.3
System Info
Win 11 with WSL 2 Ubuntu 24.04.3, php 8.3, mariadb, nginx
Description
There is problem with laravel boost (using github copilot in VS Code) where after updtating I get this mcp settings:
{
"servers": {
"laravel-boost": {
"command": "wsl",
"args": [
"/usr/bin/php8.3",
"/home/zdenek/projekty/exchangehub/artisan",
"boost:mcp"
]
}
}
}but correnct way is to have wsl.exe for working:
{
"servers": {
"laravel-boost": {
"command": "wsl.exe",
"args": [
"/usr/bin/php8.3",
"/home/zdenek/projekty/exchangehub/artisan",
"boost:mcp"
]
}
}
}Steps To Reproduce
just update boost:update
613-msechrest
Metadata
Metadata
Assignees
Labels
No labels