Flip the switch

This commit is contained in:
Alex Dima 2017-10-17 12:13:17 +02:00
parent a93953101e
commit 7b9e4aebff

View file

@ -19,7 +19,7 @@ import * as textModelEvents from 'vs/editor/common/model/textModelEvents';
import { ThemeColor } from 'vs/platform/theme/common/themeService';
import { IntervalNode, IntervalTree } from 'vs/editor/common/model/intervalTree';
export const USE_NEW_DECORATIONS = false;
export const USE_NEW_DECORATIONS = true;
export const ClassName = {
EditorInfoDecoration: 'infosquiggly',