Browse Source

make vscode-reasonml work

Dan Korostelev 8 năm trước cách đây
mục cha
commit
5cbea0ecfd
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

@@ -8,5 +8,6 @@
 	},
 	"files.exclude": {
 		"**/_build": true
-	}
+	},
+	"reason.server.languages": ["ocaml"]
 }