AoShen commited on
Commit
a70fe3b
·
verified ·
1 Parent(s): e5988df

Upload find_replace/a4aa6a5c-4be3-4241-80fb-31cf071a3daf/setup.json with huggingface_hub

Browse files
find_replace/a4aa6a5c-4be3-4241-80fb-31cf071a3daf/setup.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "a4aa6a5c-4be3-4241-80fb-31cf071a3daf",
3
+ "snapshot": "vscode",
4
+ "instruction": "I need to substitute all \"data\" with \"information\".",
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/a4aa6a5c-4be3-4241-80fb-31cf071a3daf/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": "data",
40
+ "new_word": "information",
41
+ "category": "simple_word_replace"
42
+ }
43
+ }