Skip to content

Commit

Permalink
Dev Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
grezniczek committed Aug 26, 2022
1 parent 76325b1 commit 9d611e0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,19 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "attach",
"name": "Attach to Chrome",
"port": 9222,
"webRoot": "${workspaceFolder}"
},
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000
"port": 9003
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
"type": "chrome",
"request": "attach",
"name": "Attach to Chrome",
"port": 9222,
"webRoot": "${workspaceFolder}",
"sourceMaps": false
}
],
"compounds": [
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"php.suggest.basic": false
}
18 changes: 18 additions & 0 deletions EM.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"folders": [
{
"path": "."
},
{
"path": "..\\..\\external_modules",
"name": "EM Framework"
},
{
"path": "..\\..\\codebase",
"name": "REDCap"
}
],
"settings": {
"php.suggest.basic": false
}
}

0 comments on commit 9d611e0

Please sign in to comment.