We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6699287 commit 4b9f612Copy full SHA for 4b9f612
.vscode/settings.json
@@ -1,13 +1,13 @@
1
{
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
-}
+ "editor.insertSpaces": false,
+ "tslint.enable": true,
+ "typescript.tsc.autoDetect": "off",
+ "typescript.preferences.quoteStyle": "single",
+ "editor.codeActionsOnSave": {
+ "source.fixAll.eslint": true
+ },
+ "ocaml.sandbox": {
+ "kind": "opam",
+ "switch": "${workspaceFolder:rescript-vscode}/analysis"
+ }
+}
0 commit comments