Kaynağa Gözat

Update settings.json

Leonardo Jeanteur 3 yıl önce
ebeveyn
işleme
0b4d2123f9
2 değiştirilmiş dosya ile 8 ekleme ve 1 silme
  1. 7 0
      .vscode/settings.json
  2. 1 1
      hide/comp/cdb/Cell.hx

+ 7 - 0
.vscode/settings.json

@@ -0,0 +1,7 @@
+{
+    "haxe.codeGeneration": {
+        "imports": {
+            "enableAutoImports": false
+        }
+    }
+}

+ 1 - 1
hide/comp/cdb/Cell.hx

@@ -672,7 +672,7 @@ class Cell extends Component {
 				var v = editor.base.parseValue(column.type, i.val());
 				var v = editor.base.parseValue(column.type, i.val());
 
 
 				if (column.type == TId && !isUniqueID((v:String), true)) {
 				if (column.type == TId && !isUniqueID((v:String), true)) {
-						throw v + " is not an unique id";
+					throw v + " is not a unique id";
 				}
 				}
 
 
 				setErrorMessage(null);
 				setErrorMessage(null);