type-theory/.vscode/settings.json

11 lines
298 B
JSON
Raw Normal View History

2023-12-22 10:20:33 -06:00
{
2024-04-22 01:24:08 +00:00
"editor.unicodeHighlight.ambiguousCharacters": false,
2024-04-25 20:32:03 +00:00
"gitdoc.enabled": false,
2024-04-22 02:22:34 +00:00
"gitdoc.autoCommitDelay": 300000,
2024-06-02 18:13:09 -04:00
"gitdoc.commitMessageFormat": "'auto gitdoc commit'",
2024-07-14 17:59:07 -04:00
"agdaMode.connection.commandLineOptions": "--rewriting --without-K",
2024-06-24 11:34:14 -05:00
"search.exclude": {
2024-06-29 13:25:34 -05:00
"src/CubicalHott/**": true
2024-06-24 11:34:14 -05:00
}
2023-12-22 10:20:33 -06:00
}