()
| 61 | } |
| 62 | |
| 63 | function isNotebookPerfTestWithoutJupyter() { |
| 64 | return process.env.VSC_JUPYTER_CI_TEST_GREP === '@notebookPerformance'; |
| 65 | } |
| 66 | |
| 67 | const channel = (process.env.VSC_JUPYTER_CI_TEST_VSC_CHANNEL || '').toLowerCase().includes('stable') |
| 68 | ? 'stable' |
no outgoing calls
no test coverage detected