Skip to content

Commit

Permalink
limit port forwarding and add workspace file
Browse files Browse the repository at this point in the history
  • Loading branch information
limarkxx committed Jul 16, 2023
1 parent 9a64c24 commit 412c4f7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,18 @@
"amodio.tsl-problem-matcher"
]
}
},
"portsAttributes": {
"8000": {
"label": "Laravel",
"onAutoForward": "openBrowser"
},
"8080": {
"label": "Slim",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
}
}
11 changes: 11 additions & 0 deletions fixtures/multi-folder.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"folders": [
{
"path": "sample-laravel-app"
},
{
"path": "sample-slim-webapp"
}
],
"settings": {}
}

0 comments on commit 412c4f7

Please sign in to comment.