Skip to content

Commit

Permalink
fix: 🐛 tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgrv committed Jan 9, 2025
1 parent 3cfe207 commit f99b36a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/larasets/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Laravel settings",
"version": "3.2.2",
"version": "3.2.3",
"description": "A feature to add useful laravel settings to your shell.",
"containerEnv": {
"APP_DEBUG": "true",
Expand Down
1 change: 1 addition & 0 deletions src/larasets/stubs/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"preLaunchTask": "up",
"port": 9003,
"pathMappings": {
"/var/www/html": "${workspaceFolder}"
Expand Down
7 changes: 3 additions & 4 deletions src/larasets/stubs/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@
{
"label": "up",
"dependsOn": [
"sail up",
"seed",
"queue",
"schedule",
"sail-restart",
"art-queue",
"art-schedule",
"vite"
],
"dependsOrder": "sequence"
Expand Down

0 comments on commit f99b36a

Please sign in to comment.