2024-07-28 22:58:42 +00:00
|
|
|
{
|
|
|
|
"editor.formatOnType": true,
|
|
|
|
"editor.unicodeHighlight.ambiguousCharacters": false,
|
|
|
|
"editor.tabSize": 2,
|
2024-07-29 05:02:17 +00:00
|
|
|
"vscoq.path": "/Users/michael/.opam/5.1.0/bin/vscoqtop",
|
2024-07-28 22:58:42 +00:00
|
|
|
"vscoq.args": [
|
|
|
|
"-noinit",
|
|
|
|
"-indices-matter",
|
|
|
|
"-type-in-type",
|
|
|
|
"-w",
|
|
|
|
"-notation-overridden",
|
|
|
|
"-Q",
|
2024-07-29 05:02:17 +00:00
|
|
|
"/Users/michael/opt/UniMath/UniMath",
|
2024-07-28 22:58:42 +00:00
|
|
|
"UniMath"
|
|
|
|
]
|
|
|
|
}
|