-
Notifications
You must be signed in to change notification settings - Fork 240
Commit c52e26d
Add the ability to use the Call operator instead of the DotSource operator
With a unit test!1 parent 9cda0eb commit c52e26d
File tree
6 files changed
+32
-13
lines changed- src/PowerShellEditorServices
- Services/DebugAdapter
- Handlers
- Utility
- test/PowerShellEditorServices.Test.E2E
6 files changed
+32
-13
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | + | ||
38 | + | ||
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | - | ||
113 | + | ||
114 | + | ||
115 | + | ||
114 | 116 | | |
115 | - | ||
117 | + | ||
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
| |||
186 | 191 | | |
187 | 192 | | |
188 | 193 | | |
194 | + | ||
189 | 195 | | |
190 | 196 | | |
191 | 197 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | - | ||
97 | + | ||
98 | + | ||
99 | + | ||
98 | 100 | | |
99 | 101 | | |
100 | - | ||
102 | + | ||
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
Lines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | - | ||
14 | + | ||
15 | 15 | | |
16 | - | ||
16 | + | ||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | - | ||
23 | - | ||
24 | - | ||
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
22 | + | ||
23 | + | ||
24 | + | ||
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | + | ||
193 | + | ||
194 | + | ||
195 | + | ||
196 | + | ||
197 | + | ||
198 | + | ||
199 | + | ||
200 | + | ||
201 | + | ||
202 | + | ||
192 | 203 | | |
193 | 204 | | |
194 | 205 | | |
| |||
0 commit comments