type-theory/.vscode/settings.json

12 lines
378 B
JSON
Raw Normal View History

2023-12-22 16:20:33 +00: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 22:13:09 +00:00
"gitdoc.commitMessageFormat": "'auto gitdoc commit'",
2024-07-17 17:52:29 +00:00
"agdaMode.connection.commandLineOptions": "--without-K",
2024-06-24 16:34:14 +00:00
"search.exclude": {
2024-06-29 18:25:34 +00:00
"src/CubicalHott/**": true
2024-07-15 16:44:17 +00:00
},
"editor.fontFamily": "'PragmataPro Mono Liga', 'Droid Sans Mono', 'monospace', monospace"
2023-12-22 16:20:33 +00:00
}