add more recommended extensions

This commit is contained in:
Pavel Prichodko 2022-06-09 14:45:28 +02:00 committed by Felicio Mununga
parent 128dbbe5f1
commit cd0549a418
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
{
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"zxh404.vscode-proto3",
"ms-vscode.hexeditor"
]
}