1
0
Alex Dima 6 жил өмнө
parent
commit
daafcb4ce8

+ 6 - 1
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() {

+ 2 - 2
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*/
 </style>
 <a class="loading-opts" href="playground.generated/index.html">[&lt;&lt; BACK]</a> <br/>