From daafcb4ce88be8eca9b6303e7624308d7c26d51b Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Tue, 26 Mar 2019 12:32:35 +0100 Subject: [PATCH] nls example --- test/dev-setup.js | 7 ++++++- ...acting-with-the-editor-line-and-inline-decorations.html | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/test/dev-setup.js b/test/dev-setup.js index ca818888..53962463 100644 --- a/test/dev-setup.js +++ b/test/dev-setup.js @@ -166,7 +166,12 @@ console.log(JSON.stringify(loaderPathsConfig, null, '\t')); require.config({ - paths: loaderPathsConfig + paths: loaderPathsConfig, + // 'vs/nls' : { + // availableLanguages: { + // '*': 'de' + // } + // } }); require(['vs/editor/editor.main'], function() { diff --git a/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html b/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html index 05263b27..731536f8 100644 --- a/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html +++ b/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html @@ -17,13 +17,13 @@ font-weight: bold; font-style: oblique; } + .myLineDecoration { background: lightblue; width: 5px !important; - left: 3px; + margin-left: 3px; } - /*----------------------------------------SAMPLE CSS END*/ [<< BACK]