I've just run IntelliJ IDEA 2023.2.1 (Community Ed...
# intellij
k
I've just run IntelliJ IDEA 2023.2.1 (Community Edition) from the Linux command line (
./idea.sh
) and got the following warning followed by an exception stacktrace:
Copy code
2023-08-31 22:26:03,175 [   7765]   WARN - #c.i.i.c.t.p.v.p.StateDatabaseParser - No suitable driver found for jdbc:sqlite:/home/klitos/.config/Code/User/globalStorage/state.vscdb
java.sql.SQLException: No suitable driver found for jdbc:sqlite:/home/klitos/.config/Code/User/globalStorage/state.vscdb
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:706)
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:252)
	at com.intellij.ide.customize.transferSettings.providers.vscode.parsers.StateDatabaseParser.process(StateDatabaseParser.kt:27)
	at com.intellij.ide.customize.transferSettings.providers.vscode.VSCodeSettingsProcessor.getProcessedSettings(VSCodeSettingsProcessor.kt:54)
Should I be concerned? (I notice the stacktrace has something about VS Code, which I have installed but don't use.)