Skip to content

Add quickfix functionality #344

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
merged 3 commits into from
Dec 5, 2016
Merged

Add quickfix functionality #344

merged 3 commits into from
Dec 5, 2016

Conversation

kapilmb
Copy link

@kapilmb kapilmb commented Nov 21, 2016

No description provided.

@msftclas
Copy link

Hi @kapilmb, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!


It looks like you're a Microsoft contributor (Kapil Borle). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

Copy link
Contributor

@rkeithhill rkeithhill left a comment

Choose a reason for hiding this comment

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

LGTM

@daviwil
Copy link
Contributor

daviwil commented Nov 22, 2016

Nice! I'll hold on this for a bit because I'll need to fix up the code slightly due to some refactoring I'm finishing up now.

@kapilmb
Copy link
Author

kapilmb commented Dec 2, 2016

@daviwil do you want me to rebase the changes over the refactored changes?

daviwil and others added 2 commits December 2, 2016 17:43
EditorServices invokes PSScriptAnalyzer by passing `ScriptDefinition` paramter and not `Path` parameter. This results in null value of `ScriptPath` property of the returned diagnostic record which in turns leads to null value of `edit.file`. Therefore, we need to retrieve file path from the active editor.
@kapilmb kapilmb force-pushed the kapilmb/code-actions branch from 0cc5639 to 378a4cb Compare December 3, 2016 02:21
@kapilmb
Copy link
Author

kapilmb commented Dec 3, 2016

@daviwil rebased on recent changes to master.

@daviwil
Copy link
Contributor

daviwil commented Dec 5, 2016

Thanks a lot for rebasing this on the new extension design. Looks great!

@daviwil daviwil merged commit 80c26b1 into master Dec 5, 2016
@daviwil daviwil deleted the kapilmb/code-actions branch December 5, 2016 14:26
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.

4 participants