-
Notifications
You must be signed in to change notification settings - Fork 499
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
PowerShell Integrated Console Does Not Work in Constrained Language Mode [needs test] #3484
PowerShell Integrated Console Does Not Work in Constrained Language Mode [needs test] #3484
Comments
Unfortunately we don't currently have extensive tests for Constrained Language Mode compatibility, so while this feature was at one point implemented, we have no way to guarantee that it will continue to work. We will need to work on our side to add sufficient testing so that we can both get the feature working again and then assert (with some amount of confidence) that it'll continue to work. I'm sorry 😢 |
Is there any update on when this may get fixed? I am still using the ISE because of this issue. |
We are currently targeting CLM support in March. |
Hi there, I tested this out today and it appears now to be functional! I put
I then opened a PowerShell script and confirmed that completions and references were working, and was able to start the debugger. Please let me know if there's anything in particular still broken, but I believe this is resolved! |
I'm going to leave this open and "In Progress" until I write some unit tests to continue to verify the above. |
Ok, we still have tests...I'm not certain they're running in CI since they require admin. Working on it! |
Prerequisites
Summary
When in
ConstrainedLanguage
mode the PowerShell integrated console does not load correctly. All I get is the title message:=====> PowerShell Integrated Console v2021.6.2 <=====
This affects both x32 and x64 terminals.
PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Open VSCode,
Create New PowerShell Document,
Integrated Terminal should open automatically if configured
Wait until the heat-death of the universe for it to complete opening
My settings file contains only the following configured terminals:
Visuals
No response
Logs
Logs.zip
The text was updated successfully, but these errors were encountered: