diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 21307826e6..fb4c651675 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,5 +1,5 @@ { // See http://go.microsoft.com/fwlink/?LinkId=827846 // for the documentation about the extensions.json format - "recommendations": ["nickelpack.oxlint"] + "recommendations": ["esbenp.prettier-vscode", "oxc.oxc-vscode"] }