diff --git a/.vscode/settings.json b/.vscode/settings.json index 01fc723..8d07d5e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,8 @@ "eslint.alwaysShowStatus": true, "files.associations": { "*.js.cmd": "javascript" + }, + "[javascript]": { + "files.encoding": "shiftjis" } }