19 lines
661 B
JSON
19 lines
661 B
JSON
{
|
|
"frontMatter.preview.host": "http://localhost:1313",
|
|
"[markdown]": {
|
|
"editor.fontSize": 14,
|
|
"editor.lineHeight": 26,
|
|
"editor.wordWrap": "wordWrapColumn",
|
|
"editor.wordWrapColumn": 64,
|
|
"editor.lineNumbers": "off",
|
|
"editor.quickSuggestions": {
|
|
"comments": "off",
|
|
"strings": "off",
|
|
"other": "off"
|
|
},
|
|
"editor.minimap.enabled": false
|
|
},
|
|
"yaml.schemas": {
|
|
"https://raw.githubusercontent.com/woodpecker-ci/woodpecker/main/pipeline/frontend/yaml/linter/schema/schema.json": "file:///home/andrew/websites/personal/.woodpecker/deploy.yml"
|
|
}
|
|
} |