mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-03 17:34:35 +02:00
update
This commit is contained in:
parent
e53a643e3d
commit
1ab37bd478
209 changed files with 79957 additions and 0 deletions
15
my-snippets/laravel-blade/.vscode/tasks.json
vendored
Normal file
15
my-snippets/laravel-blade/.vscode/tasks.json
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"type": "shell",
|
||||
"command": "npm",
|
||||
// run the custom script "compile" as defined in package.json
|
||||
"args": [
|
||||
"run",
|
||||
"compile",
|
||||
"--loglevel",
|
||||
"silent"
|
||||
],
|
||||
"isBackground": true,
|
||||
// The tsc compiler is started in watching mode
|
||||
"problemMatcher": "$tsc-watch"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue