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