Skip to content

Commit 27da2e0

Browse files
authored
Merge pull request #3673 from mtzguido/fixvscode
src: Fix VS code config to match Makefile
2 parents bc1b12e + 780a0a6 commit 27da2e0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/FStarCompiler.fst.config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"--lax",
77
"--cache_dir", "../stage1/fstarc.checked",
88
"--warn_error",
9-
"-271-272-241-319-274"
9+
"-271-272-241-319-274",
10+
"--no_default_includes"
1011
],
1112
"include_dirs": [
12-
"."
13+
".", "../ulib"
1314
]
1415
}

0 commit comments

Comments
 (0)