summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 808b831..2fc142c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,6 @@
1{ 1{
2 "git.enableCommitSigning": false 2 "git.enableCommitSigning": false,
3 "Lua.diagnostics.globals": [
4 "pandoc"
5 ]
3} 6}