1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

meta: Add vscode config

This commit is contained in:
Maksim Eltyshev 2022-08-09 19:36:08 +02:00
parent ce1c5a3c69
commit cf1fba9267
3 changed files with 23 additions and 1 deletions

5
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"recommendations": [
"dbaeumer.vscode-eslint"
]
}