mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
update cmd line
This commit is contained in:
parent
67a507d530
commit
8c55f6b749
214 changed files with 48553 additions and 48489 deletions
19
snippets/laravel-blade/.vscode/launch.json
vendored
Normal file
19
snippets/laravel-blade/.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
// A launch configuration that launches the extension inside a new window
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch Extension",
|
||||
"type": "extensionHost",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "${execPath}",
|
||||
"args": [
|
||||
"--extensionDevelopmentPath=${workspaceRoot}"
|
||||
],
|
||||
"outFiles": [
|
||||
"${workspaceRoot}/out/**/*.js"
|
||||
],
|
||||
"preLaunchTask": "npm"
|
||||
}
|
||||
]
|
||||
}
|
4
snippets/laravel-blade/.vscode/settings.json
vendored
Normal file
4
snippets/laravel-blade/.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"emmet.triggerExpansionOnTab": true,
|
||||
"blade.format.enable": true
|
||||
}
|
15
snippets/laravel-blade/.vscode/tasks.json
vendored
Normal file
15
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