Proper JSON format
This commit is contained in:
parent
a0df9afca1
commit
f9b464fa6b
7
.vscode/launch.json
vendored
7
.vscode/launch.json
vendored
@ -1,7 +1,4 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
@ -12,10 +9,10 @@
|
||||
"log": true,
|
||||
"externalConsole": false,
|
||||
"pathMappings": {
|
||||
"/var/www/html/api": "${workspaceRoot}/src/api",
|
||||
"/var/www/html/api": "${workspaceRoot}/src/api"
|
||||
},
|
||||
"ignore": [
|
||||
"**/vendor/**/*.php"
|
||||
"**/vendor/**/*.php"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user