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

Ensure resource is passed into isInstalled method #1895

Merged
merged 2 commits into from
Jun 7, 2018

Conversation

DonJayamanne
Copy link

Fixes #1893
FYI: Line 77 is what has changed return this.isInstalled(product, resource)
The other changes are to remove the import *

This pull request:

  • Has a title summarizes what is changing
  • Includes a news entry file (remember to thank yourself!)

@DonJayamanne DonJayamanne requested a review from d3r3kk June 7, 2018 16:35
Copy link

@d3r3kk d3r3kk left a comment

Choose a reason for hiding this comment

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

Like the specific use of members in VSCode - better for testing! 👍

@@ -1,7 +1,7 @@
import { inject, injectable, named } from 'inversify';
import * as os from 'os';
import * as path from 'path';
import * as vscode from 'vscode';
import { OutputChannel, Uri } from 'vscode';
Copy link

Choose a reason for hiding this comment

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

Nice!

@DonJayamanne DonJayamanne merged commit 4ddebe2 into microsoft:master Jun 7, 2018
@DonJayamanne DonJayamanne deleted the issue1893md branch June 20, 2018 03:13
@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Checking whether a tool is installed is not scoped to the workspace
2 participants