Commit 7d233ef
authored
Remove newline to enable hyperlink in VS Code (#11719)
When inspecting/hovering over the Edge class in VS Code, the link for the MSEdgedriver executable does not correctly display as a hyperlink.
Removing the newline here should fix the problem.
I only have the Python VS code extenstion is installed.
[skip ci]1 parent 63e8543 commit 7d233ef
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
0 commit comments