13 lines
341 B
JSON
13 lines
341 B
JSON
{
|
|
"java.compile.nullAnalysis.mode": "automatic",
|
|
"java.debug.settings.onBuildFailureProceed": true,
|
|
"terminal.integrated.profiles.windows": {
|
|
"PowerShell": {
|
|
"args": ["-NoExit", "-Command", "chcp.com 65001"]
|
|
},
|
|
"Command Prompt": {
|
|
"args": ["/K", "chcp 65001"]
|
|
}
|
|
},
|
|
"kiroAgent.configureMCP": "Disabled"
|
|
} |