File tree 1 file changed +14
-7
lines changed
1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 10
10
"group" : {
11
11
"kind" : " build" ,
12
12
"isDefault" : true
13
- }
13
+ },
14
+ "problemMatcher" : []
14
15
},
15
16
{
16
17
"label" : " Run Server" ,
17
18
"type" : " shell" ,
18
- "command" : " source $(dirname ${config:python.pythonPath})/activate && make devserver"
19
+ "command" : " source $(dirname ${config:python.pythonPath})/activate && make devserver" ,
20
+ "problemMatcher" : []
19
21
},
20
22
{
21
23
"label" : " Stop Dev server" ,
22
24
"type" : " shell" ,
23
- "command" : " source $(dirname ${config:python.pythonPath})/activate && make stopserver"
25
+ "command" : " source $(dirname ${config:python.pythonPath})/activate && make stopserver" ,
26
+ "problemMatcher" : []
24
27
},
25
28
{
26
29
"label" : " Open Site in Browser" ,
27
30
"type" : " shell" ,
28
- "command" : " open https://www.codependentcodr.com"
31
+ "command" : " open https://www.codependentcodr.com" ,
32
+ "problemMatcher" : []
29
33
},
30
34
{
31
35
"label" : " Open Site in Browser (via S3 URL)" ,
32
36
"type" : " shell" ,
33
- "command" : " open http://www.codependentcodr.com.s3-website.ca-central-1.amazonaws.com/index.html"
37
+ "command" : " open http://www.codependentcodr.com.s3-website.ca-central-1.amazonaws.com/index.html" ,
38
+ "problemMatcher" : []
34
39
},
35
40
{
36
41
"label" : " Open Site in Browser (via CF URL)" ,
37
42
"type" : " shell" ,
38
- "command" : " open https://d1c3rffik0endi.cloudfront.net"
43
+ "command" : " open https://d1c3rffik0endi.cloudfront.net" ,
44
+ "problemMatcher" : []
39
45
},
40
46
{
41
47
"label" : " Invalidate Cloudfront Cache" ,
42
48
"type" : " shell" ,
43
- "command" : " source envs && make cfinvalidate"
49
+ "command" : " source envs && make cfinvalidate" ,
50
+ "problemMatcher" : []
44
51
},
45
52
]
46
53
}
You can’t perform that action at this time.
0 commit comments