Skip to content

Commit

Permalink
Updated web/system reference
Browse files Browse the repository at this point in the history
  • Loading branch information
DaSpors committed Dec 19, 2023
1 parent 56347ec commit 8f0dbcd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion WebFramework.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@
"path": "web"
}
],
"settings": {}
"settings": {
"php.stubs": [
"*",
"posix"
]
}
}
4 changes: 4 additions & 0 deletions web/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"type": "shell",
"group": "build",
"command": "php -c ${workspaceFolder}/../tools/build/php.ini ${workspaceFolder}/../tools/build/build.php",
"presentation": {
"reveal": "silent",
"close": true
}
}
]
}

0 comments on commit 8f0dbcd

Please sign in to comment.