forked from Orchid/orchid
bug fixes and performance improvements
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"[markdown]": {
|
||||
"[markdown][latex]": {
|
||||
"editor.unicodeHighlight.ambiguousCharacters": false,
|
||||
"editor.unicodeHighlight.invisibleCharacters": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
@@ -23,13 +23,43 @@
|
||||
},
|
||||
"[rust]": {
|
||||
"editor.rulers": [74]
|
||||
}
|
||||
},
|
||||
"rust-analyzer.showUnlinkedFileNotification": false,
|
||||
"files.associations": {
|
||||
"*.mjsd": "markdown"
|
||||
},
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
"tomoki1207.pdf",
|
||||
"james-yu.latex-workshop",
|
||||
"bungcip.better-toml"
|
||||
"bungcip.better-toml",
|
||||
"maptz.regionfolder",
|
||||
"serayuzgur.crates",
|
||||
"tamasfe.even-better-toml",
|
||||
"haskell.haskell",
|
||||
"justusadam.language-haskell",
|
||||
"yzhang.markdown-all-in-one",
|
||||
"goessner.mdmath",
|
||||
"gruntfuggly.todo-tree"
|
||||
]
|
||||
},
|
||||
"launch": {
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "lldb",
|
||||
"request": "launch",
|
||||
"name": "Cargo launch",
|
||||
"cwd": "${workspaceFolder:orchid}",
|
||||
"program": "${workspaceFolder}/target/debug/orchid",
|
||||
"cargo": {
|
||||
"args": [
|
||||
"run",
|
||||
]
|
||||
},
|
||||
"args": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user