Skip to content

Partial fix for issue 95 - set all scopes but Local as expensive. #169

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

Merged

Conversation

rkeithhill
Copy link
Contributor

This makes the debug hover tips work better. But if you want to look at a variable in a higher scope, you have to select that scope in the callstack so the variable is a "local" variable in that scope.

This makes the debug hover tips work better.  But if you want to look at a variable in a higher scope, you have to select that scope in the callstack so the variable is a "local" variable in that scope.
@daviwil
Copy link
Contributor

daviwil commented Feb 25, 2016

Looks good!

@daviwil
Copy link
Contributor

daviwil commented Feb 25, 2016

By the way, I was thinking about releasing an 0.4.3 of Editor Services for a couple small fixes I need for initial ISE Preview integration. I was going to avoid shipping a new update of the VS Code extension with this update since it wouldn't be relevant.

Would you like this change to be pulled into 0.4.3 even though we probably won't update VS Code yet, or would it be alright to put this in Editor Services 0.5.0?

@rkeithhill
Copy link
Contributor Author

If you're not releasing an update via the VSCode marketplace, then we might as well wait until 0.5.0 to release it.

rkeithhill added a commit that referenced this pull request Feb 25, 2016
…ver-tips

Partial fix for issue 95 - set all scopes but Local as expensive.
@rkeithhill rkeithhill merged commit f901c6a into PowerShell:master Feb 25, 2016
@rkeithhill
Copy link
Contributor Author

Um yeah, so it just occurs to me now that you might have been waiting on accepting this PR until after you create 0.4.3. If so, sorry. I don't think there should be any issue with this being in 0.4.3. BTW are we using the develop branch? Should I be creating PRs to develop instead of master?

@daviwil
Copy link
Contributor

daviwil commented Feb 25, 2016

Nah you did the right thing. I had already created a release/0.4.3 branch to take fixes for that release. Though I guess the question now becomes whether release tags work against non-master branches. There hasn't been a reason to use the develop branch before, but if it turns out to be a pain to have tags on branches other than master, we may start using develop.

@rkeithhill
Copy link
Contributor Author

Sounds good.

@rkeithhill rkeithhill deleted the rkeithhill/is95-partialfix-hover-tips branch February 25, 2016 21:07
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.

3 participants