Commit 113e749
authored
fix: handle Windows UNC paths correctly (#1360)
This PR fixes the underlying issue of
eclipse-wildwebdeveloper/wildwebdeveloper#162
When one tries to open a language server supported file on an Windows
UNC Path. Currently the moment one tries to open the file the UI pops-up
error dialogs in loops making it even hard to close the file again.1 parent 47718a7 commit 113e749
2 files changed
Lines changed: 39 additions & 1 deletion
File tree
- org.eclipse.lsp4e.test/src/org/eclipse/lsp4e/test/edit
- org.eclipse.lsp4e/src/org/eclipse/lsp4e
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
300 | 314 | | |
301 | 315 | | |
302 | 316 | | |
| |||
308 | 322 | | |
309 | 323 | | |
310 | 324 | | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
311 | 341 | | |
312 | 342 | | |
313 | 343 | | |
| |||
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1332 | 1332 | | |
1333 | 1333 | | |
1334 | 1334 | | |
1335 | | - | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
1336 | 1344 | | |
1337 | 1345 | | |
1338 | 1346 | | |
| |||
0 commit comments