Updated VSCode Extension to non depraciated ones

This commit is contained in:
valmojr
2023-07-01 14:06:15 -03:00
parent abc25d48f4
commit 564166e4bb

View File

@ -2,6 +2,8 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.vscode-typescript-tslint-plugin"
"yzhang.markdown-all-in-one",
"dbaeumer.vscode-eslint",
"ms-vscode.vscode-typescript-next"
]
}