diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 4586e1a484..993d74a7e0 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,7 +2,7 @@ "recommendations": [ "redhat.ansible", "redhat.vscode-yaml", - "ybaumes.highlight-trailing-white-spaces", - "bungcip.better-toml" + "tamasfe.even-better-toml", + "ybaumes.highlight-trailing-white-spaces" ] }