Commit ec2c814
committed
Fix issues when invoking default values of input and choice fields
This change fixes a couple of issues that appear when the user presses
Enter to accept default values of input or choice prompts. This issue
appeared when running through the default New Project template that is
shipped with Plaster.
Fixes PowerShell/vscode-powershell#504.1 parent c242a1f commit ec2c814
File tree
2 files changed
+11
-2
lines changed- src/PowerShellEditorServices
- Console
- Session
2 files changed
+11
-2
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
204 | 211 | | |
205 | 212 | | |
206 | 213 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
0 commit comments