Proper JSON format

This commit is contained in:
Matthew Ross 2020-09-05 14:22:57 -04:00
parent a0df9afca1
commit f9b464fa6b

7
.vscode/launch.json vendored
View File

@ -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", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
@ -12,10 +9,10 @@
"log": true, "log": true,
"externalConsole": false, "externalConsole": false,
"pathMappings": { "pathMappings": {
"/var/www/html/api": "${workspaceRoot}/src/api", "/var/www/html/api": "${workspaceRoot}/src/api"
}, },
"ignore": [ "ignore": [
"**/vendor/**/*.php" "**/vendor/**/*.php"
] ]
} }
] ]