Skip to content

Commit 4b9f612

Browse files
committed
revert
1 parent 6699287 commit 4b9f612

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.vscode/settings.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"editor.insertSpaces": false,
3-
"tslint.enable": true,
4-
"typescript.tsc.autoDetect": "off",
5-
"typescript.preferences.quoteStyle": "single",
6-
"editor.codeActionsOnSave": {
7-
"source.fixAll.eslint": true
8-
},
9-
"ocaml.sandbox": {
10-
"kind": "opam",
11-
"switch": "4.14.0"
12-
}
13-
}
2+
"editor.insertSpaces": false,
3+
"tslint.enable": true,
4+
"typescript.tsc.autoDetect": "off",
5+
"typescript.preferences.quoteStyle": "single",
6+
"editor.codeActionsOnSave": {
7+
"source.fixAll.eslint": true
8+
},
9+
"ocaml.sandbox": {
10+
"kind": "opam",
11+
"switch": "${workspaceFolder:rescript-vscode}/analysis"
12+
}
13+
}

0 commit comments

Comments
 (0)