Skip to content

Commit

Permalink
Associate .fantomasignore with ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Mar 5, 2024
1 parent f8392a8 commit d665f28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"*.fs": "${basename}.fsi, ${basename}.fs.js, ${basename}.fs.js.map",
"*.fsl": "${basename}.fsi, ${basename}.fs",
"*.fsy": "${basename}.fsi, ${basename}.fs"
},
"files.associations": {
".fantomasignore": "ignore"
}
},
"colors": [
Expand Down Expand Up @@ -1788,4 +1791,4 @@
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.18.1"
}
}

0 comments on commit d665f28

Please sign in to comment.