feat: add recommended extensions

This commit is contained in:
Dmitry Ng
2022-12-22 21:59:04 +03:00
parent 989cc8a0dd
commit 43df33625b
2 changed files with 19 additions and 1 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ tools/sysmon.xml
.idea/
.venv/
.vscode/
.vscode/launch.json
.vscode/settings.json
tmpcwd/*
tmpdir/*
+17
View File
@@ -0,0 +1,17 @@
{
"recommendations": [
"eriklynd.json-tools",
"nickdemayo.vscode-json-editor",
"bubuabu.busted-test-explorer",
"keyring.Lua",
"yinfei.luahelper",
"actboy168.lua-debug",
"satoren.lualint",
"octref.vetur",
"Vue.volar",
"sdras.vue-vscode-snippets",
"hollowtree.vue-snippets",
"ElemeFE.vscode-element-helper",
"infosec-intern.yara"
]
}