.vscode/settings.json in convox_installer-2.0.0 vs .vscode/settings.json in convox_installer-3.0.0

- old
+ new

@@ -1,4 +1,5 @@ { - "editor.formatOnSave": false, - "editor.formatOnSaveTimeout": 5000 + "editor.formatOnSave": true, + "editor.formatOnSaveTimeout": 5000, + "ruby.rubocop.executePath": "/usr/local/bin/rubocop-daemon-wrapper/" }