diff --git a/.vscode/launch.json b/.vscode/launch.json index ce5130b..79f3f7b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,8 +5,14 @@ "version": "0.2.0", "configurations": [ { - "command": "yarn build", - "name": "Rebuild Gatsby Site", + "name": "👷 Rebuild Gatsby Site", + "command": "yarn exec gatsby build", + "request": "launch", + "type": "node-terminal" + }, + { + "name": "🗑️ Clean Gatsby Build", + "command": "yarn exec gatsby clean", "request": "launch", "type": "node-terminal" } diff --git a/DeveloperWebsite.code-workspace b/DeveloperWebsite.code-workspace index aa17505..050eafe 100644 --- a/DeveloperWebsite.code-workspace +++ b/DeveloperWebsite.code-workspace @@ -15,7 +15,7 @@ ], "settings": { // TODO: Add your own site name here. Replace "GATSBYDOCS" with your site name or "QRiS Docs -" or whatever you want to see in the window title. - "window.title": "GATSBYDOCS -${separator}${activeEditorShort}${separator}${rootName}", + "window.title": "Developer Docs${separator}${activeEditorShort}${separator}${rootName}", "[mdx]": { "editor.wordWrap": "bounded", "editor.wordWrapColumn": 80