mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
use test extension to test extensions
This commit is contained in:
committed by
Aaron Munger
parent
7314532ae9
commit
583d56685f
@@ -20,6 +20,16 @@ const extensions = [
|
||||
workspaceFolder: `extensions/markdown-language-features/test-workspace`,
|
||||
mocha: { timeout: 60_000 }
|
||||
},
|
||||
{
|
||||
label: 'ipynb',
|
||||
workspaceFolder: '%TEMPDIR%/ipynb-%RANDOM%',
|
||||
mocha: { timeout: 60_000 }
|
||||
},
|
||||
{
|
||||
label: 'notebook-renderers',
|
||||
workspaceFolder: '%TEMPDIR%/nbout-%RANDOM%',
|
||||
mocha: { timeout: 60_000 }
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user