repository to manage all files related to the makeathon farm bot project (Software + Documentation).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

extensions.json 479B

12345678910111213
  1. {
  2. // See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
  3. // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
  4. // List of extensions which should be recommended for users of this workspace.
  5. "recommendations": [
  6. "lego-education.ev3-micropython"
  7. ],
  8. // List of extensions recommended by VS Code that should not be recommended for users of this workspace.
  9. "unwantedRecommendations": [
  10. "ms-python.python"
  11. ]
  12. }