diff options
| author | RblSb <msrblsb@gmail.com> | 2024-02-21 20:43:14 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2024-02-21 20:43:14 +0300 |
| commit | 00f12e898954cb4683cdf7aa9ff0ef04a33ada23 (patch) | |
| tree | 239d6b56fc6c9969b355e2906abb7c31a631c07b /.vscode/settings.json | |
| parent | bd072e03fc14aeda0eae623ee9353a7c74645081 (diff) | |
Update docker and ws
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 575d45b..abef51a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,7 +10,8 @@ "[haxe]": { "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit", + "source.fixAll": "explicit" } }, "[html]": { |
