19 lines
558 B
JSON
19 lines
558 B
JSON
{
|
|
"kotlin.java.home": "/home/user/Git@Kawomi/Githug-Android/jdk",
|
|
"kotlin.compiler.jvm.target": "17",
|
|
"java.jdt.ls.java.home": "/home/user/Git@Kawomi/Githug-Android/jdk",
|
|
"java.configuration.runtimes": [
|
|
{
|
|
"name": "JavaSE-17",
|
|
"path": "/home/user/Git@Kawomi/Githug-Android/jdk",
|
|
"default": true
|
|
}
|
|
],
|
|
"chat.tools.terminal.autoApprove": {
|
|
"/^bash \\./SetupBuildEnvironment\\.sh --build$/": {
|
|
"approve": true,
|
|
"matchCommandLine": true
|
|
}
|
|
}
|
|
}
|