AoShen commited on
Commit
fb6e40d
·
verified ·
1 Parent(s): 64bea8b

Upload find_replace/c4f50950-3d6f-4023-bdbc-4f5ad0cdc1d7/setup.json with huggingface_hub

Browse files
find_replace/c4f50950-3d6f-4023-bdbc-4f5ad0cdc1d7/setup.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "c4f50950-3d6f-4023-bdbc-4f5ad0cdc1d7",
3
+ "snapshot": "vscode",
4
+ "instruction": "I need to substitute all \"bug\" with \"issue\".",
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/c4f50950-3d6f-4023-bdbc-4f5ad0cdc1d7/input_simple_word_replace.txt",
13
+ "path": "/home/user/Desktop/input_simple_word_replace.txt"
14
+ }
15
+ ]
16
+ }
17
+ },
18
+ {
19
+ "type": "launch",
20
+ "parameters": {
21
+ "command": [
22
+ "code",
23
+ "/home/user/Desktop/input_simple_word_replace.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": "bug",
40
+ "new_word": "issue",
41
+ "category": "simple_word_replace"
42
+ }
43
+ }