Skip to content

Commit 17add9d

Browse files
corbobTylerLeonhardt
authored andcommitted
Add commands to set and unset ISE Compatibility features (#2335)
* Add commands to set and unset ISE Compatibility features * Rename to Enable/Disable ISE Mode. Some formatting changes due to vscode format document. Remove option to hide PSIC Check that user hasn't modified settings from ISE settings before returning them to default. * use async await * Update Variable Names. Add interface for settings. * Change foreach to for. * Allow testing on Linux. Caveat: This is sometimes inconsistent if there were compile errors. Sometimes need to run Invoke-Build Clean before Invoke-Build Test will pick up code changes. * Add some tests. * change registerCommand to fix tests * line length * move to static * skip tests on linux * additional checks * move to new lib to update timeout * color check * launch args * revert change that shouldn't have been in * try to run on linux again * change changelog and no ci on linux * command explorer
1 parent 71a0b1f commit 17add9d

11 files changed

+273
-474
lines changed

Diff for: CHANGELOG.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
### Wednesday, December 11, 2019
55
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
66

7+
- ✨ 📺 [vscode-PowerShell #2335](https://github.com/PowerShell/vscode-powershell/pull/2335) -
8+
Add editor command `PowerShell: Enable/Disable ISE Mode` for ISE emulation in VS Code.
79
- ⚡️ 🛫 [vscode-PowerShell #2348](https://github.com/PowerShell/vscode-PowerShell/pull/2348) -
810
Start EditorServices without start script.
911
- ✨ 📟 [vscode-PowerShell #2316](https://github.com/PowerShell/vscode-PowerShell/pull/2316) -
10-
Handle clearTerminal message by using vscode clear command.
12+
Add `powershell.integratedConsole.forceClearScrollbackBuffer` setting to enable `Clear-Host` to clear scrollback buffer.
1113
- 🐛 📺 [vscode-PowerShell #2325](https://github.com/PowerShell/vscode-PowerShell/pull/2325) -
12-
Fix update powershell feature on windows.
14+
Fix update PowerShell feature on windows.
1315
- 🔧 📁 🐛 [vscode-powershell #2099](https://github.com/PowerShell/vscode-PowerShell/pull/2304) -
1416
Use `powerShellDefaultVersion` everywhere and stop using `powerShellExePath`.
1517
- 🐛 📺 [vscode-PowerShell #2294](https://github.com/PowerShell/vscode-PowerShell/pull/2294) -
@@ -22,11 +24,11 @@
2224
- 🛫 🐛 ⚡️ [vscode-powershell #2292](https://github.com/PowerShell/PowerShellEditorServices/pull/1118) -
2325
Isolate PSES dependencies from PowerShell on load + make PSES a pure binary module.
2426
- ✨ 📟 [PowerShellEditorServices #1108](https://github.com/PowerShell/PowerShellEditorServices/pull/1108) -
25-
Clear the terminal via the LSP.
27+
Clear the terminal via the LSP message `editor/clearTerminal`.
2628
- 🔍 🐛 [vscode-powershell #2319](https://github.com/PowerShell/PowerShellEditorServices/pull/1117) -
2729
Run one invocation per SetBreakpoints request. (Thanks @SeeminglyScience!)
2830
- 🐛 [PowerShellEditorServices #1114](https://github.com/PowerShell/PowerShellEditorServices/pull/1114) -
29-
Fix Import-EditorCommand -Module. (Thanks @sk82jack!)
31+
Fix `Import-EditorCommand -Module`. (Thanks @sk82jack!)
3032
- 🐛 🔍 [PowerShellEditorServices #1112](https://github.com/PowerShell/PowerShellEditorServices/pull/1112) -
3133
Fix breakpoint setting deadlock.
3234
- 🔗 🐛 [vscode-powershell #2306](https://github.com/PowerShell/PowerShellEditorServices/pull/1110) -
@@ -40,7 +42,7 @@
4042
- 👮‍ 🐛 [vscode-powershell #2288](https://github.com/PowerShell/PowerShellEditorServices/pull/1094) -
4143
Use RootUri.LocalPath for workspace path.
4244
- 🐛 👮‍ [PowerShellEditorServices #1101](https://github.com/PowerShell/PowerShellEditorServices/pull/1101) -
43-
Add PSAvoidAssignmentToAutomaticVariable to the default set of PSSA rules. (Thanks @bergmeister!)
45+
Add `PSAvoidAssignmentToAutomaticVariable` to the default set of PSSA rules. (Thanks @bergmeister!)
4446
- 👮‍ 🔗 🐛 [vscode-powershell #2290](https://github.com/PowerShell/PowerShellEditorServices/pull/1098) -
4547
Fix diagnostics not showing in untitled files and now also show CodeLens.
4648
- 🔍 🐛 [vscode-powershell #1850](https://github.com/PowerShell/PowerShellEditorServices/pull/1097) -

0 commit comments

Comments
 (0)