smoke test - disable experiments

This commit is contained in:
Benjamin Pasero 2021-05-27 07:30:18 +02:00
parent 85d8f223c7
commit 5eec3c86e3

View file

@ -24,7 +24,8 @@ async function createWorkspaceFile(workspacePath: string): Promise<string> {
{ path: toUri(path.join(workspacePath, 'views')) }
],
settings: {
'workbench.startupEditor': 'none'
'workbench.startupEditor': 'none',
'workbench.enableExperiments': false
}
};