|
70 | 70 | "module": "pbsync",
|
71 | 71 | "console": "integratedTerminal"
|
72 | 72 | },
|
73 |
| - { |
74 |
| - "name": "Sync Engine Version", |
75 |
| - "args": ["--sync", "engineversion", "--debugpath", "${input:debugPath}"], |
76 |
| - "type": "python", |
77 |
| - "justMyCode": false, |
78 |
| - "request": "launch", |
79 |
| - "module": "pbsync", |
80 |
| - "console": "integratedTerminal" |
81 |
| - }, |
82 | 73 | {
|
83 | 74 | "name": "Pull Binaries",
|
84 | 75 | "args": ["--sync", "binaries", "--debugpath", "${input:debugPath}"],
|
|
96 | 87 | "module": "pbsync",
|
97 | 88 | "console": "integratedTerminal"
|
98 | 89 | },
|
99 |
| - { |
100 |
| - "name": "Sync DDC", |
101 |
| - "args": ["--sync", "ddc", "--debugpath", "${input:debugPath}"], |
102 |
| - "type": "python", |
103 |
| - "request": "launch", |
104 |
| - "module": "pbsync", |
105 |
| - "console": "integratedTerminal" |
106 |
| - }, |
107 | 90 | {
|
108 | 91 | "name": "Generate DDC",
|
109 | 92 | "args": [
|
|
170 | 153 | "module": "pbsync",
|
171 | 154 | "console": "integratedTerminal"
|
172 | 155 | },
|
173 |
| - { |
174 |
| - "name": "Update Engine Version to Latest", |
175 |
| - "args": ["--sync", "engineversion", "--debugpath", "${input:debugPath}"], |
176 |
| - "type": "python", |
177 |
| - "request": "launch", |
178 |
| - "module": "pbsync", |
179 |
| - "console": "integratedTerminal" |
180 |
| - }, |
181 |
| - { |
182 |
| - "name": "Print Latest Engine Version", |
183 |
| - "args": ["--printversion", "latest-engine", "--debugpath", "${input:debugPath}"], |
184 |
| - "type": "python", |
185 |
| - "request": "launch", |
186 |
| - "module": "pbsync", |
187 |
| - "console": "integratedTerminal" |
188 |
| - }, |
189 | 156 | {
|
190 | 157 | "name": "Print Information",
|
191 | 158 | "args": ["--printversion", "${input:printSelection}", "--debugpath", "${input:debugPath}"],
|
|
0 commit comments