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.

settings.json 200B

1234567
  1. // Place your settings in this file to overwrite default and user settings.
  2. {
  3. "files.eol": "\n",
  4. "debug.openDebug": "neverOpen",
  5. "python.linting.enabled": false,
  6. "python.languageServer": "None"
  7. }