This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Commit 2f15ddd
committed
Use VSCode Range type for better type safety
- Update resolveDialecticUrlPlacement return type to use vscode.Range
- Better type safety and consistency with VSCode APIs
- Range represents position + extent in document more precisely than separate line/column1 parent 8155807 commit 2f15ddd
File tree
1 file changed
+5
-2
lines changed- extension/src
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
0 commit comments