@@ -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() {
@@ -17,13 +17,13 @@
font-weight: bold;
font-style: oblique;
}
+
.myLineDecoration {
background: lightblue;
width: 5px !important;
- left: 3px;
+ margin-left: 3px;
-
/*----------------------------------------SAMPLE CSS END*/
</style>
<a class="loading-opts" href="playground.generated/index.html">[<< BACK]</a> <br/>