cubical-hott/.vscode/settings.json

7 lines
131 B
JSON
Raw Normal View History

2024-09-12 05:43:14 +00:00
{
"agdaMode.connection.commandLineOptions": "--safe --cubical --without-K",
"files.associations": {
"*.lagda.typ": "agda"
}
}