|
59 | 59 | "alignment": "right", |
60 | 60 | "task": "HTML", |
61 | 61 | "description": "Create HTML of the current file.", |
62 | | - "tooltip": "Compile a HTML from the current file." |
| 62 | + "tooltip": "Compile (and publish) HTML \nfrom the current file." |
63 | 63 | }, |
64 | 64 | { |
65 | 65 | "label": "SERVE", |
|
91 | 91 | "description": "Remove all generated files", |
92 | 92 | "problemMatcher": [], |
93 | 93 | }, |
94 | | - |
95 | | - { |
96 | | - "label": "Bake", |
97 | | - "alignment": "right", |
98 | | - "task": "Bake", |
99 | | - "description": "Bake this project (make .html files).", |
100 | | - "tooltip": "Bake this project." |
101 | | - }, |
102 | | - { |
103 | | - "task": "Bake pdf", |
104 | | - "label": "Bake PDF's (with answers)", |
105 | | - "description": "Make PDF's.", |
106 | | - "problemMatcher": [], |
107 | | - }, |
108 | | - { |
109 | | - "task": "Bake pdf (force rebuild)", |
110 | | - "label": "Force (re-)Bake PDF's (with answers)", |
111 | | - "description": "Make PDF's.", |
112 | | - "problemMatcher": [], |
113 | | - }, |
114 | | - { |
115 | | - "task": "Bake handout", |
116 | | - "label": "Bake handout PDF's (without answers)", |
117 | | - "description": "Make handout PDF's.", |
118 | | - "problemMatcher": [], |
119 | | - }, |
120 | | - { |
121 | | - "task": "Bake handout (fore rebuild)", |
122 | | - "label": "Force (re-)Bake handout PDF's (without answers)", |
123 | | - "description": "Make handout PDF's.", |
124 | | - "problemMatcher": [], |
125 | | - }, |
126 | | - { |
127 | | - "label": "Frost", |
128 | | - "alignment": "right", |
129 | | - "task": "Frost", |
130 | | - "description": "Frost this project.", |
131 | | - "tooltip": "Frost this project." |
132 | | - }, |
133 | | - { |
134 | | - "label": "Serve", |
135 | | - "alignment": "right", |
136 | | - "task": "Serve", |
137 | | - "description": "Serve this project.", |
138 | | - "tooltip": "Serve this project." |
139 | | - }, |
| 94 | + // { |
| 95 | + // "label": "Bake", |
| 96 | + // "alignment": "right", |
| 97 | + // "task": "Bake", |
| 98 | + // "description": "Bake this project (make .html files).", |
| 99 | + // "tooltip": "Bake this project." |
| 100 | + // }, |
| 101 | + // { |
| 102 | + // "task": "Bake pdf", |
| 103 | + // "label": "Bake PDF's (with answers)", |
| 104 | + // "description": "Make PDF's.", |
| 105 | + // "problemMatcher": [], |
| 106 | + // }, |
| 107 | + // { |
| 108 | + // "task": "Bake pdf (force rebuild)", |
| 109 | + // "label": "Force (re-)Bake PDF's (with answers)", |
| 110 | + // "description": "Make PDF's.", |
| 111 | + // "problemMatcher": [], |
| 112 | + // }, |
| 113 | + // { |
| 114 | + // "task": "Bake handout", |
| 115 | + // "label": "Bake handout PDF's (without answers)", |
| 116 | + // "description": "Make handout PDF's.", |
| 117 | + // "problemMatcher": [], |
| 118 | + // }, |
| 119 | + // { |
| 120 | + // "task": "Bake handout (fore rebuild)", |
| 121 | + // "label": "Force (re-)Bake handout PDF's (without answers)", |
| 122 | + // "description": "Make handout PDF's.", |
| 123 | + // "problemMatcher": [], |
| 124 | + // }, |
| 125 | + // { |
| 126 | + // "label": "Frost", |
| 127 | + // "alignment": "right", |
| 128 | + // "task": "Frost", |
| 129 | + // "description": "Frost this project.", |
| 130 | + // "tooltip": "Frost this project." |
| 131 | + // }, |
| 132 | + // { |
| 133 | + // "label": "Serve", |
| 134 | + // "alignment": "right", |
| 135 | + // "task": "Serve", |
| 136 | + // "description": "Serve this project.", |
| 137 | + // "tooltip": "Serve this project." |
| 138 | + // }, |
140 | 139 | { |
141 | 140 | "task": "Update DevEnv", |
142 | 141 | "label": "Update the build environment", |
|
0 commit comments