Merge pull request #53 from valmojr/master

Updated VSCode Extension to non depraciated ones
This commit is contained in:
MaxenceG2M
2023-08-25 02:59:16 +02:00
committed by GitHub

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"
]
}