Replies: 1 comment 1 reply
-
The .svelte-kit folder is created by sveltekit. The contents are auto generated stuff for types (so you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Then, VS Code tries also to change and save files in
.svelte-kit
(i.e.proxy+page.server.ts
) which seem to be affected by the refactoring.This, of course, doesn't work because
.svelte-kit
is a folder created by Docker androot
which VS Code can't and shouldn't write to. Now, I've tried everything to stop VS Code from doing this (tested all possibleexclude
settings) but nothing worked.Anyone knows more about these
proxy...
files?Beta Was this translation helpful? Give feedback.
All reactions