Browse Source

make vscode-reasonml work

Dan Korostelev 7 years ago
parent
commit
5cbea0ecfd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

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