mirrored 11 minutes ago
0
tsuky_chenUpdate c6bf789c-ba3a-4209-971d-b63abf0ab733.jsond2d4a54
{
  "id": "c6bf789c-ba3a-4209-971d-b63abf0ab733",
  "snapshot": "vscode",
  "instruction": "Please help me modify VS Code setting to hide all \"__pycache__\" folders in the explorer view.",
  "source": "https://download.microsoft.com/download/8/A/4/8A48E46A-C355-4E5C-8417-E6ACD8A207D4/VisualStudioCode-TipsAndTricks-Vol.1.pdf",
  "config": [
    {
      "type": "download",
      "parameters": {
        "files": [
          {
            "url": "https://drive.usercontent.google.com/download?id=1ITuXkSbTF0BcbTQ3v4A1qnSzbTPrP5ax&export=download&authuser=0&confirm=t&uuid=c6c45cbf-63bc-4cb0-b76c-5a663c0ed820&at=APZUnTVrE-pn_e6HGTp_Eg4ziQhi:1710938673095",
            "path": "/home/user/Downloads/hw_python_oop-master.zip"
          }
        ]
      }
    },
    {
      "type": "execute",
      "parameters": {
        "command": [
          "/bin/bash",
          "-c",
          "cd /home/user/Downloads && unzip -q hw_python_oop-master.zip"
        ]
      }
    },
    {
      "type": "launch",
      "parameters": {
        "command": [
          "code",
          "/home/user/Downloads/hw_python_oop-master"
        ]
      }
    },
    {
      "type": "activate_window",
      "parameters": {
        "window_name": "Visual Studio Code"
      }
    }
  ],
  "trajectory": "trajectories/",
  "related_apps": [
    "vscode"
  ],
  "evaluator": {
    "func": "check_json_settings",
    "expected": {
      "type": "rule",
      "rules": {
        "expected": {
          "files.exclude": {
            "**/__pycache__": true
          }
        }
      }
    },
    "result": {
      "type": "vm_file",
      "path": "/home/user/.config/Code/User/settings.json",
      "dest": "settings.json"
    }
  }
}