I'm trying to move my connections from SQL Developer to VS Code. Since there's no option to export and import existent connections to VS Code, I tried creating a connection by adding it manually in settings.json file, but that didn't work. When I tried the built-in ‘+’ option that's the same as in SQL Developer, I could successfully perform a test but when trying to save or connect, I got an error:
“Error: The resource identified by : T_AK1vPCJUMxVtuEVJgqNQ could not be created due to an unexpected error. An unexpected error occurred during the create operation: C:\Users\USER\AppData\Roaming\DBTools\connections\T_AK1vPCJUMxVtuEVJgqNQ.temp -> C:\Users\USER\AppData\Roaming\DBTools\connections\T_AK1vPCJUMxVtuEVJgqNQ.Ensure the resource is correctly formed”
I'm not sure what's causing the problem, but I've read that it could have something to do with permissions or corrupt files (highly unlikely since I just downloaded VS Code and the extension).