We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows users may want to run hover/flutter using wsl for development. The following would probably be good to add to a wiki, or to the hover readme.
For developers on windows, it may be desired to run and build within a WSL linux environment.
wsl.exe -l --verbose
export DISPLAY=localhost:0.0
export DISPLAY=$(grep -m 1 nameserver /etc/resolv.conf | awk '{print $2}'):0.0
/etc/profile, ~/.bashrc, ~/.zshrc, etc.
Inbound Rule
127.16.0.0/12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature you'd like
Windows users may want to run hover/flutter using wsl for development. The following would probably be good to add to a wiki, or to the hover readme.
Installing on Linux in WSL
For developers on windows, it may be desired to run and build within a WSL linux environment.
wsl.exe -l --verbose
in the windows hostexport DISPLAY=localhost:0.0
export DISPLAY=$(grep -m 1 nameserver /etc/resolv.conf | awk '{print $2}'):0.0
/etc/profile, ~/.bashrc, ~/.zshrc, etc.
if it is desired to have them be run automaticallyInbound Rule
for your x-server has been created and can be used by the127.16.0.0/12
rangeThe text was updated successfully, but these errors were encountered: