Proper JSON format
This commit is contained in:
parent
a0df9afca1
commit
f9b464fa6b
5
.vscode/launch.json
vendored
5
.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",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
@ -12,7 +9,7 @@
|
|||||||
"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"
|
||||||
|
Reference in New Issue
Block a user