Skip to content

Commit

Permalink
Merge pull request #3673 from mtzguido/fixvscode
Browse files Browse the repository at this point in the history
src: Fix VS code config to match Makefile
  • Loading branch information
mtzguido authored Jan 11, 2025
2 parents bc1b12e + 780a0a6 commit 27da2e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/FStarCompiler.fst.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"--lax",
"--cache_dir", "../stage1/fstarc.checked",
"--warn_error",
"-271-272-241-319-274"
"-271-272-241-319-274",
"--no_default_includes"
],
"include_dirs": [
"."
".", "../ulib"
]
}

0 comments on commit 27da2e0

Please sign in to comment.