Changed Editor Close button to read "Dismiss" instead.
Configured VSCode Kotlin language server to use the project-local JDK 17.
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@@ -1,8 +1,18 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user