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]