Updated components of item 1.16.100

This commit is contained in:
DaanV2
2021-01-05 00:06:46 +01:00
parent 3397f9a928
commit 42238d3f0a
16 changed files with 450 additions and 59 deletions

10
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}