Skip to content

Commit

Permalink
nls example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Mar 26, 2019
1 parent af89510 commit daafcb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion test/dev-setup.js
Expand Up @@ -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() {
Expand Down
Expand Up @@ -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/>
Expand Down

0 comments on commit daafcb4

Please sign in to comment.