Commit 2388fa2
Windows fixes (#71)
* Add windows fixes for files
* Remove dependencies not in original repo
* Change const to let again
* Remove amusing letants
* Remove space
* Remove the two first spaces since it is trimmed
* Refactor separatefileandlocation function
* Fix spacing
* Add one space
* Move findlocationseparator into other function
* Reformatted some code
* Revert package.json
Reverting package.json as it is a unnecessary change
* Update from comments
* Revert clien package-lock.json
* Use vscode uri utils for file scheme
* Add semicolons
* Add two semicolons
* Remove trim call as to follow repos best practices
* Move to lockfile package 2
This is a reversion
* Include spaces in colon separator search
* We need to remove the spaces for URI.file to work
Co-authored-by: mewhhaha <kopatheonlyone@hotmail.com>1 parent 2084121 commit 2388fa2
File tree
4 files changed
+49
-12
lines changed- server
- src
4 files changed
+49
-12
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
| |||
154 | 160 | | |
155 | 161 | | |
156 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
157 | 182 | | |
158 | 183 | | |
159 | 184 | | |
| |||
273 | 298 | | |
274 | 299 | | |
275 | 300 | | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
280 | 305 | | |
281 | 306 | | |
282 | 307 | | |
| |||
0 commit comments