WSL2 Laravel Sail - Visual Studio Code editor #23
-
Hi, it's possibile to open with the pencil icon, a file in WSL2 with laravel sail ? |
Beta Was this translation helpful? Give feedback.
Answered by
WalterWoshid
Mar 15, 2022
Replies: 1 comment 14 replies
-
@wit3 yes, add this to your .env file: EDIT: WSL2 - VSCode (Remote)IGNITION_EDITOR=vscode-remote
IGNITION_LOCAL_SITES_PATH="wsl+Ubuntu-20.04/home/path/to/project"
IGNITION_REMOTE_SITES_PATH=/var/www/html WSL2 - VSCode (Local)IGNITION_EDITOR=vscode
IGNITION_LOCAL_SITES_PATH=/wsl$/Ubuntu-20.04/home/walter/Projects/PHP/my-project WSL2 - PhpStormIGNITION_EDITOR=phpstorm
IGNITION_LOCAL_SITES_PATH=//wsl$/Ubuntu-20.04/home/walter/Projects/PHP/my-project
IGNITION_REMOTE_SITES_PATH=/var/www/html |
Beta Was this translation helpful? Give feedback.
14 replies
Answer selected by
wit3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@wit3 yes, add this to your .env file:
EDIT:
WSL2 - VSCode (Remote)
WSL2 - VSCode (Local)
WSL2 - PhpStorm