forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit1422322
Fix go to definition to symbols defined in referenced assemblies and have not normalized file paths (#3773)
* fix Solution.TryGetDocumentFromPath for relative paths* temp logging* debug* normalize range.filename in TaskPickle* remove debug* Revert "normalize range.filename in TaskPickle"This reverts commit 31967a5833b566ad3cfb6270d685c0eb012d38f5.* normalize full paths in mkRange* remove null check1 parentd2cb414 commit1422322
File tree
2 files changed
+9
-2
lines changed- src/fsharp
- vsintegration/src/FSharp.Editor/Common
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
174 | 178 | | |
175 | 179 | | |
176 | 180 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
0 commit comments
Comments
(0)