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",
"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"
]
}
]