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
VS Code has a mode, where it runs in the Windows Subsystem for linux.
KiteAPI fails to detect, that kite is already installed and running in Windows, which prevents the use of Kite in Vs code WSL mode.
Please add a check, that prevents a search for kite in WSL. (/proc/version contains the string "Microsoft"
IsRunning could only check for the open port on localhost. IsInstalled would always be true.
The text was updated successfully, but these errors were encountered:
Related issues are: kiteco/issue-tracker#133 https://github.com/kiteco/vscode-plugin/issues/266
Sorry, something went wrong.
install an Xserver and set your display env
No branches or pull requests
VS Code has a mode, where it runs in the Windows Subsystem for linux.
KiteAPI fails to detect, that kite is already installed and running in Windows, which prevents the use of Kite in Vs code WSL mode.
Please add a check, that prevents a search for kite in WSL.
(/proc/version contains the string "Microsoft"
IsRunning could only check for the open port on localhost. IsInstalled would always be true.
The text was updated successfully, but these errors were encountered: