update writer vscode examples

This commit is contained in:
tsuky_chen
2024-02-08 01:40:39 +08:00
parent 8dd62178be
commit 0e07964c63
31 changed files with 235 additions and 94 deletions

View File

@@ -4,11 +4,33 @@
"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://storage.googleapis.com/drive-bulk-export-anonymous/20240207T140008.374Z/4133399871716478688/c9171ab5-0655-4c8e-aac8-e2cf6705e9f3/1/01132d9e-2db6-4984-a1ae-e1ff9150367b?authuser",
"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"
"code",
"/home/user/Downloads/hw_python_oop-master"
]
}
},
@@ -30,7 +52,7 @@
"rules": {
"expect": {
"files.exclude": {
"**/__pycache__": true
"**/__pycache__": true
}
}
}
@@ -41,4 +63,4 @@
"dest": "settings.json"
}
}
}
}