From 5c375ef21cc9f7bd2b98b72945ede70e2f6306df Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Mon, 22 Jun 2020 15:24:07 -0700 Subject: [PATCH] Use array of class names instead of string --- src/vs/editor/common/config/editorOptions.ts | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/vs/editor/common/config/editorOptions.ts b/src/vs/editor/common/config/editorOptions.ts index d5044decf11..f5c0a077c63 100644 --- a/src/vs/editor/common/config/editorOptions.ts +++ b/src/vs/editor/common/config/editorOptions.ts @@ -1217,26 +1217,28 @@ class EditorClassName extends ComputedEditorOption