I would rather be playing Hell Divers 2.

This commit is contained in:
coolnsx
2025-02-03 17:15:30 +05:30
parent 014f28a2ce
commit 3b7b76130c
19 changed files with 317 additions and 150 deletions

View File

@@ -38,8 +38,9 @@
"buffer_font_size": 14,
"ui_font_family": "IBM Plex Sans",
"buffer_font_family": "Helvetica",
"format_on_save": "off",
"theme": {
"mode": "system",
"mode": "dark",
"light": "Base16 Monokai",
"dark": "Base16 Monokai"
},

View File

@@ -4,7 +4,7 @@
"command": "php artisan serve",
"use_new_terminal": false,
"allow_concurrent_runs": false,
"reveal": "always",
"reveal": "never",
"hide": "never",
"shell": "system"
},
@@ -19,7 +19,7 @@
},
{
"label": "Laravel Sail Start",
"command": "./vendor/bin/sail up",
"command": "systemctl is-active docker.socket && ./vendor/bin/sail up",
"use_new_terminal": false,
"allow_concurrent_runs": true,
"reveal": "always",
@@ -28,7 +28,7 @@
},
{
"label": "Laravel Sail NPM Start",
"command": "./vendor/bin/sail npm run dev",
"command": "systemctl is-active docker.socket && ./vendor/bin/sail npm run dev",
"use_new_terminal": false,
"allow_concurrent_runs": true,
"reveal": "always",