Skip to content

Commit

Permalink
feat: add vscode launch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed Jan 11, 2025
1 parent dde4971 commit 2e96133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"configurations": [
{
"name": "Jekyll Live Server",
"type": "PowerShell",
"type": "node-terminal",
"request": "launch",
"script": "npx gulp watch",
"command": "npx gulp watch",
"cwd": "${workspaceFolder}"
}

Expand Down

0 comments on commit 2e96133

Please sign in to comment.