{
"workbench.colorTheme": "Tomorrow Night Blue",
"files.autoGuessEncoding": true,
"debug.allowBreakpointsEverywhere": true,
"editor.lineHeight": 15,
"editor.emptySelectionClipboard": false,
"editor.renderWhitespace": "all",
"language-hsp3.compiler": "D:\\Tool\\hsp37beta5_vscode\\hspc.exe",
"language-hsp3.helpman.path.local": "D:\\Tool\\hsp37beta5_vscode\\hsphelp\\helpman.exe",
"language-hsp3.makeCommands": [
"-PmCa",
"%FILEPATH%"
],
"language-hsp3.runCommands": [
"-dwCRa",
"%FILEPATH%"
],
"hsp3-debug-window-adapter.hsp3-root": "D:\\Tool\\hsp37beta5_vscode",
"language-hsp3.executor.paths": {
"3.51": {
"hide": false,
"path": "C:\\hsp351\\hspc.exe",
"encoding": "Shift_JIS",
"buffer": 204800,
"helpman": "C:\\hsp351\\helphsp\\helpman.exe",
"commands": {
"run": [
"-dwCra",
"%FILEPATH%"
],
"make": [
"-PmCa",
"%FILEPATH%"
]
}
}
},
"workbench.startupEditor": "none"
}