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

Fix unintentional module import #1484

Merged
merged 1 commit into from
May 24, 2021
Merged

Fix unintentional module import #1484

merged 1 commit into from
May 24, 2021

Conversation

MartinGC94
Copy link
Contributor

Fixes PowerShell/vscode-powershell#715 by not getting command documentation unless the module has already been imported.

This should greatly help with the command IntelliSense experience

@MartinGC94 MartinGC94 requested a review from rjmholt as a code owner May 24, 2021 14:53
@andyleejordan andyleejordan enabled auto-merge (squash) May 24, 2021 17:34
@andyleejordan andyleejordan merged commit 03fc256 into PowerShell:master May 24, 2021
@MartinGC94 MartinGC94 deleted the PreventIntellisenseFromImportingModules branch May 24, 2021 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IntelliSense in the editor causes modules to be loaded
3 participants