summaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-01-21 21:31:21 +0100
committerVolpeon <git@volpeon.ink>2021-01-21 21:31:21 +0100
commit1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc (patch)
tree1bccea4922f090ce120e83fe75f78010f7e08f05 /.vscode/settings.json
parentCompile drafts in watch/serve mode (diff)
downloadvolpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.tar.gz
volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.tar.bz2
volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.zip
Replace blogs with notebooks (i.e. no dates, grouped by category)
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}