Skip to content

Commit

Permalink
Merge pull request #3017 from mtzguido/vscode-config
Browse files Browse the repository at this point in the history
Add FStar.fst.config.json
  • Loading branch information
nikswamy authored Aug 23, 2023
2 parents d020577 + f41fb04 commit 32a58b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions FStar.fst.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"fstar_exe": "fstar.exe",
"options": [
"--cache_dir", ".cache"
],
"include_dirs": [
"ulib/",
"ulib/experimental",
"ulib/legacy"
]
}

0 comments on commit 32a58b5

Please sign in to comment.