Files
page-agent/.vscode/settings.json
T

30 lines
523 B
JSON
Raw Normal View History

2025-09-29 16:33:15 +08:00
{
"editor.fontLigatures": true,
2025-12-22 16:12:34 +08:00
"cSpell.words": [
2025-12-22 19:41:47 +08:00
"deepseek",
2025-12-22 16:12:34 +08:00
"HITL",
"innerhtml",
"llms",
2026-01-16 14:50:56 +08:00
"onwarn",
2025-12-22 16:12:34 +08:00
"opensource",
2025-12-22 19:41:47 +08:00
"qwen",
2025-12-22 16:12:34 +08:00
"retryable",
"shadcn",
2025-12-22 16:12:34 +08:00
"wouter"
],
"markdownlint.config": {
// "comment": "Relaxed rules",
"default": true,
"whitespace": false,
"line_length": false,
"ul-indent": false,
"no-inline-html": false,
"no-bare-urls": false,
"fenced-code-language": false,
"first-line-h1": false,
"block-spacing": false,
"blanks-around-lists": false,
"ol-prefix": false
}
2025-09-29 16:33:15 +08:00
}