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

Enable starting using a cached nigthly #519

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

keyboardDrummer
Copy link
Member

Fixes #515

When using latest-nightly, enable starting using a cached nigthly when there is no internet connection

@@ -81,42 +81,49 @@ class DafnyToolInstaller {
3.7.1.40621 Downloads: 754
3.7.2.40713 Downloads: 324
*/
private static async getDotnetToolVersionUncached(context: ExtensionContext): Promise<string> {
private async getDotnetToolVersionUncached(context: ExtensionContext): Promise<string> {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes in this file can be ignored since it's not used. Not sure why it's still in the codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

starting Dafny VSCode IDE on a MAC needs to be online or the verification can't start
1 participant