Commit afef1ab
authored
Accept a trailing colon in --goto format. (microsoft#186174)
* Accept a trailing colon in --goto format.
This is useful because many tools add a comma after file[:line[:col]].
* Support trailing comma after line:col in search.1 parent 5d94be3 commit afef1ab
File tree
2 files changed
+3
-3
lines changed- src/vs
- platform/environment/node
- workbench/contrib/search/common
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
| 151 | + | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments