Reccomend lit-plugin (#4)

This commit is contained in:
Justin Fagnani
2019-12-18 13:07:49 -08:00
committed by GitHub
parent 7b6b9cf0b4
commit 51806b8d86
2 changed files with 26 additions and 1 deletions

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

@@ -0,0 +1,13 @@
{
// 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": [
"runem.lit-plugin"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
]
}