rename readme to contributing and expand it a bit

This commit is contained in:
David Lechner
2020-06-04 11:28:13 -05:00
committed by David Lechner
parent bbad88a502
commit d873ad2520
3 changed files with 128 additions and 46 deletions
+1 -5
View File
@@ -3,11 +3,7 @@
// 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",
"mrmlnc.vscode-json5"
],
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
}