AoShen commited on
Commit
6a2048e
·
verified ·
1 Parent(s): 12a4d49

Upload find_replace/2638fdb4-9617-47d4-97ec-291df3917bd3/setup.json with huggingface_hub

Browse files
find_replace/2638fdb4-9617-47d4-97ec-291df3917bd3/setup.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "2638fdb4-9617-47d4-97ec-291df3917bd3",
3
+ "snapshot": "vscode",
4
+ "instruction": "I need to substitute all \"TODO\" with \"DONE\".",
5
+ "source": "generated_find_replace_task",
6
+ "config": [
7
+ {
8
+ "type": "download",
9
+ "parameters": {
10
+ "files": [
11
+ {
12
+ "url": "file:///data_btrfs/sandbox-platform/sandbox-platform-task/text-editing-tasks/tasks_final/2638fdb4-9617-47d4-97ec-291df3917bd3/input_case_change.txt",
13
+ "path": "/home/user/Desktop/input_case_change.txt"
14
+ }
15
+ ]
16
+ }
17
+ },
18
+ {
19
+ "type": "launch",
20
+ "parameters": {
21
+ "command": [
22
+ "code",
23
+ "/home/user/Desktop/input_case_change.txt"
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "type": "activate_window",
29
+ "parameters": {
30
+ "window_name": "Visual Studio Code"
31
+ }
32
+ }
33
+ ],
34
+ "related_apps": [
35
+ "vscode"
36
+ ],
37
+ "task_type": "find_replace",
38
+ "find_replace_info": {
39
+ "old_word": "TODO",
40
+ "new_word": "DONE",
41
+ "category": "case_change"
42
+ }
43
+ }