-
Notifications
You must be signed in to change notification settings - Fork 0
/
writing.code-workspace
56 lines (56 loc) · 1.77 KB
/
writing.code-workspace
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
{
"folders": [
{
"name": "Content",
"path": "content"
},
{
"name": "Theme",
"path": "themes/blank"
}
],
"settings": {
"editor.fontSize": 16,
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.tabSize": 2,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"editor.lineNumbers": "off",
"editor.smoothScrolling": true,
"markdown.preview.fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'Ubuntu', 'Droid Sans', sans-serif",
"markdown.preview.fontSize": 20,
"markdown.styles": ["http://localhost:1313/style/writing-preview.css", "https://colelawrence.com/style/paper/base.min.f85f752d095d03b1955b2e94a24ae0b5.css"],
"pasteImage.path": "${currentFileDir}/images",
"pasteImage.basePath": "${currentFileDir}",
"pasteImage.forceUnixStyleSeparator": true,
"pasteImage.prefix": "",
"pasteImage.showFilePathConfirmInputBox": true,
"pasteImage.filePathConfirmInputBoxMode": "onlyName",
"workbench.activityBar.visible": false,
"workbench.statusBar.feedback.visible": false,
"scm.diffDecorations": "none",
"workbench.statusBar.visible": false,
"workbench.colorTheme": "Gray Matter Light",
"workbench.editor.labelFormat": "short",
"workbench.editor.enablePreview": true,
"editor.codeLens": false,
"editor.cursorSmoothCaretAnimation": true,
"editor.emptySelectionClipboard": false,
"editor.minimap.enabled": false,
"workbench.editor.showIcons": false,
"workbench.colorCustomizations": {
"[Verdandi]": {
"editorGroup.border": "#00000008"
}
},
"git.decorations.enabled": false
},
"extensions": {
"recommendations": [
"davidanson.vscode-markdownlint",
"mushan.vscode-paste-image",
"patrykpeszko.vscode-proselint",
"philipbe.theme-gray-matter"
]
}
}