Parcourir la source

add opam sandbox

Simon Krajewski il y a 5 mois
Parent
commit
2388b89e93
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      .vscode/settings.json

+ 5 - 1
.vscode/settings.json

@@ -28,5 +28,9 @@
 			],
 			"url": "./.vscode/schemas/meta.schema.json"
 		}
-	]
+	],
+	"ocaml.sandbox": {
+		"kind": "opam",
+		"switch": "default"
+	}
 }