Fix up some vscode stuff
This commit is contained in:
Vendored
+23
@@ -44,8 +44,28 @@
|
||||
"group": "none",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Clean (Windows)",
|
||||
"type": "shell",
|
||||
"command": "bundle",
|
||||
"args": [
|
||||
"exec",
|
||||
"jekyll",
|
||||
"clean",
|
||||
"--destination",
|
||||
"build"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Build (Windows)",
|
||||
"dependsOn": [
|
||||
"Clean (Windows)"
|
||||
],
|
||||
"type": "shell",
|
||||
"command": "bundle",
|
||||
"args": [
|
||||
@@ -64,6 +84,9 @@
|
||||
},
|
||||
{
|
||||
"label": "Build (WSL)",
|
||||
"dependsOn": [
|
||||
"Clean (Windows)"
|
||||
],
|
||||
"type": "process",
|
||||
"options": {
|
||||
"cwd": "build"
|
||||
|
||||
@@ -17,6 +17,12 @@
|
||||
"editor.formatOnSave": false,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.autoIndent": "keep"
|
||||
}
|
||||
},
|
||||
"html.format.contentUnformatted": [
|
||||
"pre",
|
||||
"code",
|
||||
"samp"
|
||||
],
|
||||
"html.format.wrapLineLength": 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user