Updated build system.
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
@@ -19,5 +19,10 @@
|
||||
"HTML": {
|
||||
"format_on_save": "off",
|
||||
},
|
||||
"Python": {
|
||||
"format_on_save": "off",
|
||||
},
|
||||
},
|
||||
"soft_wrap": "preferred_line_length",
|
||||
"preferred_line_length": 80,
|
||||
}
|
||||
|
||||
@@ -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}",
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user