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

Extension doesn't play nice with msys2 #346

Open
Kreijstal opened this issue Oct 30, 2023 · 0 comments
Open

Extension doesn't play nice with msys2 #346

Kreijstal opened this issue Oct 30, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Kreijstal
Copy link

Kreijstal commented Oct 30, 2023

Description

I need to program stuff with mingw, so I open vscode on mingw, once 1 window has been opened in mingw, all other windows will inherit this context, so it doesn't matter if they are open on

Context

I have lots of vscodium sessions open, and I would like to have lean open simmulataneously with the others

Steps to Reproduce

  1. go to directory with lean project
  2. run mingw this changes the path, but it should be additive, not substractive
  3. run code .

or

  1. open unrelated project in vscode in mingw.
  2. open vscode normally
  3. open lean project

Expected behavior: [Clear and concise description of what you expect to happen]
LSP starts and works

Actual behavior: [Clear and concise description of what actually happens]
LSP fails and crashes

Versions

[Version of vscode-lean4 (Hover over 'lean4' in the 'Extensions' menu)]
0.0.117
[Output of lean --version in the folder that the issue occured in]
Lean (version 4.2.0-rc4, commit 819b5eaceaa4, Release)
[OS version]
windows 10

Additional Information

I would love to know how to debug LSPs so I can figure out the exact bug, but it's been annoying me for a while. I've never developed a vscode extension

@Kreijstal Kreijstal added the bug Something isn't working label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant