File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 176
176
" --extensionTestsPath=${workspaceFolder}/out/test"
177
177
],
178
178
"env" : {
179
- "VSC_PYTHON_CI_TEST_GREP" : " Export Python " // Modify this to run a subset of the single workspace tests
179
+ "VSC_PYTHON_CI_TEST_GREP" : " " // Modify this to run a subset of the single workspace tests
180
180
},
181
181
"stopOnEntry" : false ,
182
182
"sourceMaps" : true ,
306
306
" --ui=tdd" ,
307
307
" --recursive" ,
308
308
" --colors" ,
309
- " --grep" , " Convert to python " ,
309
+ // "--grep", "<suite name> ",
310
310
" --timeout=300000"
311
311
],
312
312
"env" : {
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ export function registerTypes(serviceManager: IServiceManager) {
277
277
serviceManager . addSingleton < IExport > ( IExport , ExportToHTML , ExportFormat . html ) ;
278
278
serviceManager . addSingleton < IExport > ( IExport , ExportToPython , ExportFormat . python ) ;
279
279
serviceManager . addSingleton < ExportCommands > ( ExportCommands , ExportCommands ) ;
280
- serviceManager . addSingleton < IExportManagerFilePicker > ( ExportManagerFilePicker , ExportManagerFilePicker ) ;
280
+ serviceManager . addSingleton < IExportManagerFilePicker > ( IExportManagerFilePicker , ExportManagerFilePicker ) ;
281
281
282
282
registerGatherTypes ( serviceManager ) ;
283
283
registerNotebookTypes ( serviceManager ) ;
You can’t perform that action at this time.
0 commit comments