Simulator: fix port issues in devcontainer (#29977)

* fix sim devcontainer

* use host.docker.internal instead

* devcontainer supports jsonc
old-commit-hash: 1f8ceb4ca15b2aa71d88e74c7df54519ed5968e9
This commit is contained in:
Justin Newberry
2023-09-20 16:34:29 -07:00
committed by GitHub
parent fa41029b01
commit 62d61e9b55
4 changed files with 7 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ repos:
- id: check-ast
exclude: '^(third_party)/'
- id: check-json
exclude: '.devcontainer/devcontainer.json' # this supports JSON with comments
- id: check-toml
- id: check-xml
- id: check-yaml