diff --git a/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.ts b/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.ts index 7f1e9a0e2eec7133defcf4d8f41116323879bcda..baac4e388be371bc8acb4faa8200448c2b034a5b 100644 --- a/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.ts +++ b/src/vs/workbench/parts/emmet/electron-browser/emmet.contribution.ts @@ -62,7 +62,7 @@ configurationRegistry.registerConfiguration({ }, 'emmet.useNewEmmet': { 'type': 'boolean', - 'default': true, + 'default': false, 'description': nls.localize('useNewEmmet', 'Try out the new emmet modules (which will eventually replace the old single emmet library) for all emmet features.') } }