-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsflo.code-workspace
More file actions
42 lines (42 loc) · 1.1 KB
/
sflo.code-workspace
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"folders": [
{
"path": "."
},
{
"path": "ontology"
}
],
"settings": {
"dendron.rootDir": ".",
"dendron.enableSelfContainedVaultWorkspace": true,
"files.autoSave": "onFocusChange",
"pasteImage.path": "${currentFileDir}/assets/images",
"pasteImage.prefix": "/",
"editor.snippetSuggestions": "inline",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggest.showSnippets": true,
"editor.tabCompletion": "on",
"js/ts.preferences.includePackageJsonAutoImports": "auto",
"js/ts.suggest.autoImports": true,
"files.exclude": {
"docs/**": true
}
},
"extensions": {
"recommendations": [
"dendron.dendron",
"dendron.dendron-paste-image",
"dendron.dendron-markdown-shortcuts",
"redhat.vscode-yaml"
],
"unwantedRecommendations": [
"dendron.dendron-markdown-links",
"dendron.dendron-markdown-notes",
"dendron.dendron-markdown-preview-enhanced",
"shd101wyy.markdown-preview-enhanced",
"kortina.vscode-markdown-notes",
"mushan.vscode-paste-image"
]
}
}