nls example

This commit is contained in:
Alex Dima 2019-03-26 12:32:35 +01:00
parent af895106ca
commit daafcb4ce8
2 changed files with 8 additions and 3 deletions

View file

@ -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() {

View file

@ -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">[&lt;&lt; BACK]</a> <br/>