-
Notifications
You must be signed in to change notification settings - Fork 48
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
Re-enables auto-downloading of Lean via elan, and add Select Interpreter
#35
Re-enables auto-downloading of Lean via elan, and add Select Interpreter
#35
Commits on Sep 8, 2021
-
Write abbreviation rewriter errors to a new "Lean: Client" OutputChan…
…nel so we can better debug the issue of \ sometimes not wroking.
Configuration menu - View commit details
-
Copy full SHA for 8fc56e2 - Browse repository at this point
Copy the full SHA 8fc56e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c0d7fe - Browse repository at this point
Copy the full SHA 7c0d7feView commit details
Commits on Sep 24, 2021
-
feat: add 'Lean 4: Select Interpreter' so user can enter a path that …
…is workspace specific. fix: auto open of infoview should only happen once per vscode session. fix: auto open of infoview should not happen on markdown files.
Configuration menu - View commit details
-
Copy full SHA for abacb47 - Browse repository at this point
Copy the full SHA abacb47View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccd86dd - Browse repository at this point
Copy the full SHA ccd86ddView commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ef5947f - Browse repository at this point
Copy the full SHA ef5947fView commit details
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3cfecf9 - Browse repository at this point
Copy the full SHA 3cfecf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 353bb86 - Browse repository at this point
Copy the full SHA 353bb86View commit details -
Configuration menu - View commit details
-
Copy full SHA for db9620b - Browse repository at this point
Copy the full SHA db9620bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9330db5 - Browse repository at this point
Copy the full SHA 9330db5View commit details -
fix: windows elan install to specify powershell terminal in case user…
… has set a different default.
Configuration menu - View commit details
-
Copy full SHA for bf5cad2 - Browse repository at this point
Copy the full SHA bf5cad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5afe6ba - Browse repository at this point
Copy the full SHA 5afe6baView commit details -
fix: Error [ERR_STREAM_WRITE_AFTER_END]: write after end by moving to…
… vscode-languageclient version 8.0.0 as per recommendation from microsoft/vscode-languageserver-node#825 this also means we've moved to vscode-languageserver-protocol 3.17. Everything seems to work, but probably needs more testing...
Configuration menu - View commit details
-
Copy full SHA for c677314 - Browse repository at this point
Copy the full SHA c677314View commit details -
Merge branch 'clovett/logging_errors' of github.com:lovettchris/vscod…
…e-lean4 into clovett/logging_errors
Configuration menu - View commit details
-
Copy full SHA for 9f91404 - Browse repository at this point
Copy the full SHA 9f91404View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c0b69 - Browse repository at this point
Copy the full SHA e0c0b69View commit details
Commits on Oct 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f724b32 - Browse repository at this point
Copy the full SHA f724b32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 685be11 - Browse repository at this point
Copy the full SHA 685be11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 188239d - Browse repository at this point
Copy the full SHA 188239dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2bfaf8 - Browse repository at this point
Copy the full SHA d2bfaf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd025c3 - Browse repository at this point
Copy the full SHA bd025c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74046fc - Browse repository at this point
Copy the full SHA 74046fcView commit details
Commits on Oct 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d9ee835 - Browse repository at this point
Copy the full SHA d9ee835View commit details -
re-enable capturing of output from lean --version in extension.ts bec…
…ause that may result in a long running "downloading lean" session so this output helps explain to the user why the big delay.
Configuration menu - View commit details
-
Copy full SHA for 856c98a - Browse repository at this point
Copy the full SHA 856c98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f7aef - Browse repository at this point
Copy the full SHA 10f7aefView commit details
Commits on Oct 12, 2021
-
fix: logic should not be dependent on literal string 'program not found'
fix: read lean version from the leanpkg.toml file so that installation from elan is set to install the right version from the get go (this avoids duplicate installation of 2 versions during bootstraping). fix: bring in the LeanPkg service from the old code, updated to new vscode api's with some functionality disabled for now.
Configuration menu - View commit details
-
Copy full SHA for bfec5bf - Browse repository at this point
Copy the full SHA bfec5bfView commit details -
Update vscode-lean4/src/utils/leanInstaller.ts
Co-authored-by: Wojciech Nawrocki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30a68c6 - Browse repository at this point
Copy the full SHA 30a68c6View commit details
Commits on Oct 13, 2021
-
fix: addDefaultElanPath so PATH environment is not needed.
fix: move selectToolchain UI out of LeanClient and into LeanInstaller. fix: add Select Toolchain command that lets user pick from elan toolchain list fix: when user switches toolchain automatically update the leanpkg.toml file.
Configuration menu - View commit details
-
Copy full SHA for fce1b7d - Browse repository at this point
Copy the full SHA fce1b7dView commit details -
Merge branch 'clovett/logging_errors' of github.com:lovettchris/vscod…
…e-lean4 into clovett/logging_errors
Configuration menu - View commit details
-
Copy full SHA for e9bda71 - Browse repository at this point
Copy the full SHA e9bda71View commit details -
fix: Hide the LanguageClient object inside LeanClient to reduce bleed…
… on client.running state.
Configuration menu - View commit details
-
Copy full SHA for d1e5c61 - Browse repository at this point
Copy the full SHA d1e5c61View commit details
Commits on Oct 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c44fad5 - Browse repository at this point
Copy the full SHA c44fad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 518ab66 - Browse repository at this point
Copy the full SHA 518ab66View commit details
Commits on Oct 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a1b432a - Browse repository at this point
Copy the full SHA a1b432aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7099a07 - Browse repository at this point
Copy the full SHA 7099a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad702c0 - Browse repository at this point
Copy the full SHA ad702c0View commit details
Commits on Oct 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc6acba - Browse repository at this point
Copy the full SHA dc6acbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff63f0c - Browse repository at this point
Copy the full SHA ff63f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf7600 - Browse repository at this point
Copy the full SHA cdf7600View commit details
Commits on Oct 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 04f3c4c - Browse repository at this point
Copy the full SHA 04f3c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c3070 - Browse repository at this point
Copy the full SHA 89c3070View commit details -
Configuration menu - View commit details
-
Copy full SHA for c256b57 - Browse repository at this point
Copy the full SHA c256b57View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0994b4 - Browse repository at this point
Copy the full SHA d0994b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b806a5 - Browse repository at this point
Copy the full SHA 0b806a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a8a77a - Browse repository at this point
Copy the full SHA 7a8a77aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f716149 - Browse repository at this point
Copy the full SHA f716149View commit details
Commits on Oct 22, 2021
-
also monitor and read "lean-toolchain" files and do not set --default…
…-toolchain to something specific.
Configuration menu - View commit details
-
Copy full SHA for a075640 - Browse repository at this point
Copy the full SHA a075640View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb97974 - Browse repository at this point
Copy the full SHA fb97974View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d5502e - Browse repository at this point
Copy the full SHA 0d5502eView commit details -
Configuration menu - View commit details
-
Copy full SHA for db7b704 - Browse repository at this point
Copy the full SHA db7b704View commit details
Commits on Oct 25, 2021
-
Update lean4-infoview/src/infoview/main.tsx
Co-authored-by: Gabriel Ebner <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1017da - Browse repository at this point
Copy the full SHA e1017daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 326f560 - Browse repository at this point
Copy the full SHA 326f560View commit details