Files
orchid/orchid.code-workspace
2023-03-10 13:58:16 +00:00

28 lines
534 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"[markdown]": {
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.unicodeHighlight.invisibleCharacters": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 100,
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
}
},
"extensions": {
"recommendations": [
"tomoki1207.pdf",
"james-yu.latex-workshop",
"bungcip.better-toml"
]
}
}