Updated build system.

This commit is contained in:
Bokuan Li
2026-01-05 20:11:28 -05:00
parent abbed78434
commit a807369ab0
12 changed files with 438 additions and 47 deletions

View File

@@ -6,6 +6,13 @@
"workspace::Save",
["task::Spawn", { "task_name": "Build and Serve" }],
],
"ctrl-b": "editor::MoveLeft",
"ctrl-i": [
"editor::InsertSnippet",
{
"snippet": "\\textit{$1}$0",
},
],
},
},
]

View File

@@ -19,5 +19,10 @@
"HTML": {
"format_on_save": "off",
},
"Python": {
"format_on_save": "off",
},
},
"soft_wrap": "preferred_line_length",
"preferred_line_length": 80,
}

View File

@@ -5,4 +5,10 @@
"args": ["bash", "build-serve.sh"],
"cwd": "${ZED_WORKTREE_ROOT}",
},
{
"label": "Upload to Server",
"command": "wsl",
"args": ["bash", "upload.sh"],
"cwd": "${ZED_WORKTREE_ROOT}",
},
]