type-theory/.vscode/settings.json

8 lines
221 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-06-18 15:34:11 +00:00
"agdaMode.connection.commandLineOptions": ""
2023-12-22 16:20:33 +00:00
}