File tree Expand file tree Collapse file tree 2 files changed +36
-28
lines changed Expand file tree Collapse file tree 2 files changed +36
-28
lines changed Original file line number Diff line number Diff line change 1
- // See https://go.microsoft.com/fwlink/?LinkId=733558
2
- // for the documentation about the tasks.json format
3
1
{
4
- "version" : " 2.0.0" ,
5
- "tasks" : [
6
- {
2
+ "version" : " 2.0.0" ,
3
+ "tasks" : [
4
+ {
7
5
"label" : " watch" ,
8
6
"dependsOn" : [
9
7
" npm: watch:tsc" ,
29
27
"reveal" : " never"
30
28
}
31
29
},
32
- {
30
+ {
33
31
"type" : " npm" ,
34
32
"script" : " watch:tsc" ,
35
33
"group" : " build" ,
41
39
"reveal" : " never"
42
40
}
43
41
},
44
- {
45
- "type" : " npm" ,
46
- "script" : " watch-tests" ,
47
- "problemMatcher" : " $tsc-watch" ,
48
- "isBackground" : true ,
49
- "presentation" : {
50
- "reveal" : " never" ,
51
- "group" : " watchers"
52
- },
53
- "group" : " build"
54
- },
55
- {
56
- "label" : " tasks: watch-tests" ,
57
- "dependsOn" : [
58
- " npm: watch" ,
59
- " npm: watch-tests"
60
- ],
61
- "problemMatcher" : []
62
- }
63
- ]
64
- }
42
+ {
43
+ "type" : " npm" ,
44
+ "script" : " watch-tests" ,
45
+ "problemMatcher" : " $tsc-watch" ,
46
+ "isBackground" : true ,
47
+ "presentation" : {
48
+ "reveal" : " never" ,
49
+ "group" : " watchers"
50
+ },
51
+ "group" : " build"
52
+ },
53
+ {
54
+ "label" : " tasks: watch-tests" ,
55
+ "dependsOn" : [
56
+ " npm: watch" ,
57
+ " npm: watch-tests"
58
+ ],
59
+ "problemMatcher" : []
60
+ },
61
+ {
62
+ "label" : " package-vsix" ,
63
+ "type" : " shell" ,
64
+ "command" : " npx vsce package" ,
65
+ "problemMatcher" : [],
66
+ "presentation" : {
67
+ "reveal" : " always"
68
+ },
69
+ "group" : " build"
70
+ }
71
+ ]
72
+ }
Original file line number Diff line number Diff line change 2
2
"name" : " neuma-api-flutter" ,
3
3
"displayName" : " Neuma API Flutter" ,
4
4
"description" : " Transform JSON collection to folders with request and response model" ,
5
- "version" : " 0.0.1 " ,
5
+ "version" : " 0.0.2 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " https://github.com/abelherl/neuma-api-flutter.git"
You can’t perform that action at this time.
0 commit comments