From 17e09cc3f41567e23b972ffc565f1e0db72797a6 Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Sun, 18 Dec 2022 02:08:20 -0300 Subject: [PATCH] add vscode sandbox --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index a0dfd585e..11909bf1d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,9 @@ "typescript.preferences.quoteStyle": "single", "editor.codeActionsOnSave": { "source.fixAll.eslint": true + }, + "ocaml.sandbox": { + "kind": "opam", + "switch": "${workspaceFolder:rescript-vscode}/analysis" } } \ No newline at end of file