-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdendron.code-workspace
More file actions
74 lines (74 loc) · 2.74 KB
/
Copy pathdendron.code-workspace
File metadata and controls
74 lines (74 loc) · 2.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"folders": [
{
"path": "."
}
],
"settings": {
"dendron.rootDir": ".",
"files.autoSave": "onFocusChange",
"pasteImage.path": "${currentFileDir}/assets/images",
"pasteImage.prefix": "/",
"markdown-preview-enhanced.enableWikiLinkSyntax": true,
"markdown-preview-enhanced.wikiLinkFileExtension": ".md",
"editor.snippetSuggestions": "inline",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggest.showSnippets": false,
"editor.tabCompletion": "on",
"terminal.integrated.cursorBlinking": true,
"markdown-preview-enhanced.codeBlockTheme": "atom-dark.css",
"editor.minimap.maxColumn": 40,
"ShortcutMenuBar.userButton02Command": "dendron.sitePreview",
"ShortcutMenuBar.userButton01Command": "dendron.siteBuild",
"workbench.editor.centeredLayoutAutoResize": false,
"git.ignoredRepositories": [
".vscode/",
".vscode",
".vscode/*"
],
"workbench.editor.enablePreview": false,
"workbench.editor.revealIfOpen": true,
"editor.quickSuggestions": true,
"editor.wordBasedSuggestions": false,
"editor.fontSize": 17,
"editor.inlineHints.fontSize": 39,
"editor.inlineHints.enabled": false,
"editor.parameterHints.enabled": false,
"browser-preview.ignoreHttpsErrors": true,
"browser-preview.startUrl": "http://localhost:8999",
"editor.lineHeight": 19,
"browser-preview.format": "png",
"textmarker.savedHighlights": [],
"editor.autoSurround": "brackets",
"editor.hover.delay": 9000,
"editor.quickSuggestionsDelay": 9000,
"cSpell.spellCheckDelayMs": 400,
"editor.minimap.showSlider": "always",
"dendron.copyNoteUrlRoot": "/vault/",
"cSpell.words": [
"updated"
],
"files.autoSaveDelay": 10000,
"editor.wordWrapColumn": 70,
"explorer.sortOrder": "modified",
"dendron.dendronDir": "/home/pi/Dendron/"
},
"extensions": {
"recommendations": [
"dendron.dendron-markdown-links",
"github.github-vscode-theme",
"ivangabriele.vscode-git-add-and-commit",
"dendron.dendron-markdown-notes",
"robole.file-bunny",
"streetsidesoftware.code-spell-checker-french",
"artdiniz.quitcontrol-vscode",
"jannisx11.batch-rename-extension",
"dendron.dendron-markdown-shortcuts"
],
"unwantedRecommendations": [
"shd101wyy.markdown-preview-enhanced",
"kortina.vscode-markdown-notes",
"mushan.vscode-paste-image"
]
}
}