Commit 305c4ac
committed
Enable debugging of untitled script files
This change enables the debugging of untitled script files by executing
their contents directly, not as a script file. Since the language server
has already received the contents of the untitled file, we can easily
access them in the server for execution purposes.
Part of PowerShell/vscode-powershell#555.1 parent 0439152 commit 305c4ac
File tree
1 file changed
+23
-3
lines changed- src/PowerShellEditorServices.Protocol/Server
1 file changed
+23
-3
lines changedLines changed: 23 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
108 | 128 | | |
109 | 129 | | |
110 | 130 | | |
| |||
0 commit comments