New file called "with" created every time I open VSCode by opening a script in Godot #782
-
Hello everybody, every time I click on a Script (with VSCode not being open yet), VSCode will open on a new file called "with" alongside the script I was clicking. How to prevent this? Many thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
StockerGaming
Feb 2, 2025
Replies: 2 comments 4 replies
-
I don't see how this extension would cause that behavior. What other extensions do you have installed? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Turns out I just had "with {project} --goto {file}:{line}:{col}" instead of "{project} --goto {file}:{line}:{col}" as my Exec Flags, whoops! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
StockerGaming
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Turns out I just had "with {project} --goto {file}:{line}:{col}" instead of "{project} --goto {file}:{line}:{col}" as my Exec Flags, whoops!