IntelliJ using Vim .swp file; unable to run otherwise functioning code
Answered
Error:resources: ~\...\.Table_BASE_8948.java.swp (The system cannot find the file specified)
I cleaned up the swap files created after a Vim crash, and can no longer run my code. Does anyone know how to fix this?
Please sign in to leave a comment.
Please provide more details. What error do you get when running the code? What code do you run? How does it depend on Vim?
Does your code run without errors outside of IntelliJ IDEA?
Hello, thank you for your response.
>What error do you get when running the code?
Error:resources: ~\...\.Table_BASE_8948.java.swp (The system cannot find the file specified) (first line of original post).
>What code do you run?
Java 8.
>How does it depend on Vim?
I used Vimdiff to solve a merge conflict.
>Does your code run without errors outside of IntelliJ IDEA?
Does it help if you restart IDEA or reboot?
No.
Please submit a ticket to support with idea.log and the full command line from the run console: https://intellij-support.jetbrains.com/hc/en-us/requests/new.
Does it happen with any project?