Skip to content

Commit

Permalink
tweaking a few settings
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Jan 12, 2024
1 parent 5b14830 commit dbc14cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion DeveloperWebsite.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbc14cf

Please sign in to comment.