Explorar el Código

make vscode-reasonml work

Dan Korostelev hace 8 años
padre
commit
5cbea0ecfd
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

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