Commit 12676a1
committed
fix: remove on_disk settings from Qdrant configuration to fix Windows 11 crash
The on_disk: true settings added in v3.26.1 were causing the extension host to crash
on Windows 11 with VS Code Insiders. This commit removes these settings from both
the vector store implementation and its tests.
Fixes #74821 parent 548d3b4 commit 12676a1
File tree
2 files changed
+0
-10
lines changed- src/services/code-index/vector-store
- __tests__
2 files changed
+0
-10
lines changedLines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | | - | |
536 | 535 | | |
537 | 536 | | |
538 | 537 | | |
539 | 538 | | |
540 | | - | |
541 | 539 | | |
542 | 540 | | |
543 | 541 | | |
| |||
616 | 614 | | |
617 | 615 | | |
618 | 616 | | |
619 | | - | |
620 | 617 | | |
621 | 618 | | |
622 | 619 | | |
623 | 620 | | |
624 | | - | |
625 | 621 | | |
626 | 622 | | |
627 | 623 | | |
| |||
915 | 911 | | |
916 | 912 | | |
917 | 913 | | |
918 | | - | |
919 | 914 | | |
920 | 915 | | |
921 | 916 | | |
922 | 917 | | |
923 | | - | |
924 | 918 | | |
925 | 919 | | |
926 | 920 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | 158 | | |
160 | 159 | | |
161 | 160 | | |
162 | 161 | | |
163 | | - | |
164 | 162 | | |
165 | 163 | | |
166 | 164 | | |
| |||
250 | 248 | | |
251 | 249 | | |
252 | 250 | | |
253 | | - | |
254 | 251 | | |
255 | 252 | | |
256 | 253 | | |
257 | 254 | | |
258 | | - | |
259 | 255 | | |
260 | 256 | | |
261 | 257 | | |
| |||
0 commit comments