diff options
Diffstat (limited to '.vscode/extensions.json')
-rw-r--r-- | .vscode/extensions.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 81d8ad2b..5685abff 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,11 +2,11 @@ // See http://go.microsoft.com/fwlink/?LinkId=827846 // for the documentation about the extensions.json format "recommendations": [ - // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp "dbaeumer.vscode-eslint", - "wix.vscode-import-cost", "esbenp.prettier-vscode", - "shinnn.stylelint", - "wayou.vscode-todo-highlight" + "wayou.vscode-todo-highlight", + "wix.vscode-import-cost", + "stylelint.vscode-stylelint", + "pflannery.vscode-versionlens" ] } |