-
Notifications
You must be signed in to change notification settings - Fork 513
Starting Visual Studio Code changes display resolution from 4K to FullHD with Powershell plugin installed (and enabled) #2423
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
Comments
@dirk-adams is this issue ongoing? If it's not, what fixed it? |
Hi Robert,
Thanks for checking in. The issue has indeed been fixed.
Apparently my ‘modules’ were getting parsed (executed?) in the background. One of the module files contains a function ‘set-screenresolution’ (the name explains what it does…) that had an executable line for testing (outside of the function block) which called the function… Removing this line stopped the behavior…
A mystery however remains why this all of a sudden started occurring, as that file has always been there (unchanged) for quite a number of weeks…
Kind regards,
Dirk
…--
Dirk Adams
Zaakvoerder
AS-Consultants bvba
Zakstraat 12
3700 Tongeren – Belgium
<mailto:[email protected]> mailto:[email protected]
Confidentiality Notice: This e-mail and any attachments or associated files are transmitted for the exclusive and confidential use of the intended recipient(s), and may contain information that is privileged, confidential, information that constitutes a trade secretor or otherwise protected from disclosure. Where opinions are expressed, they are not necessarily those of AS-Consultants bvba. If you receive this e-mail in error, please immediately notify AS-Consultants (e-mail <mailto:[email protected]> [email protected]), delete the e-mail and its attachments from your computer system, and destroy all copies.
From: Robert Holt <[email protected]>
Sent: donderdag 16 januari 2020 22:07
To: PowerShell/vscode-powershell <[email protected]>
Cc: dirk-adams <[email protected]>; Mention <[email protected]>
Subject: Re: [PowerShell/vscode-powershell] Starting Visual Studio Code changes display resolution from 4K to FullHD with Powershell plugin installed (and enabled) (#2423)
<https://github.com/dirk-adams> @dirk-adams is this issue ongoing? If it's not, what fixed it?
—
You are receiving this because you were mentioned.
Reply to this email directly, <#2423?email_source=notifications&email_token=ANVBRTB6QGAEJ5URZZLQJ23Q6DD7PA5CNFSM4KHZ5RH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJFRR4Q#issuecomment-575346930> view it on GitHub, or <https://github.com/notifications/unsubscribe-auth/ANVBRTFI4KHMXBF5POITP7LQ6DD7PANCNFSM4KHZ5RHQ> unsubscribe. <https://github.com/notifications/beacon/ANVBRTH4GCGRC5QJDZ5AS43Q6DD7PA5CNFSM4KHZ5RH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJFRR4Q.gif>
|
Possibly related to #715 |
I did think we had a more recent issue for this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very strange (but very annoying) behavior since this afternoon (started after reload from Powershell plugin update to v2020.1.0).
After starting Visual Studio Code (not immediately, but a few seconds later) the display resolution of my screen is downgraded (from 3840x2160 to 1920x1080) (consistently, every time). Uninstalling (or disabling) the Powershell plugin in Visual Studio Code stops this behavior.
The text was updated successfully, but these errors were encountered: