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
31{
4- "version" : " 2.0.0" ,
5- "tasks" : [
6- {
2+ "version" : " 2.0.0" ,
3+ "tasks" : [
4+ {
75 "label" : " watch" ,
86 "dependsOn" : [
97 " npm: watch:tsc" ,
2927 "reveal" : " never"
3028 }
3129 },
32- {
30+ {
3331 "type" : " npm" ,
3432 "script" : " watch:tsc" ,
3533 "group" : " build" ,
4139 "reveal" : " never"
4240 }
4341 },
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 22 "name" : " neuma-api-flutter" ,
33 "displayName" : " Neuma API Flutter" ,
44 "description" : " Transform JSON collection to folders with request and response model" ,
5- "version" : " 0.0.1 " ,
5+ "version" : " 0.0.2 " ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " https://github.com/abelherl/neuma-api-flutter.git"
You can’t perform that action at this time.
0 commit comments