FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sim/.devcontainer/devcontainer.json at refs/heads/staging · simstudioai/sim · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
simstudioai
/
sim
Public
Notifications
You must be signed in to change notification settings
Fork
3.8k
Star
29.5k
Code
Issues
119
Pull requests
178
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sim
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (33 loc) · 1 KB
Breadcrumbs
sim
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
37 lines (33 loc) · 1 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name"
:
"
Sim Dev Environment
"
,
"dockerComposeFile"
:
"
docker-compose.yml
"
,
"service"
:
"
app
"
,
"workspaceFolder"
:
"
/workspace
"
,
"workspaceMount"
:
"
source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached
"
,
"customizations"
: {
"vscode"
: {
"settings"
: {
"editor.formatOnSave"
:
true
,
"editor.codeActionsOnSave"
: {
"source.fixAll.biome"
:
"
explicit
"
,
"source.organizeImports.biome"
:
"
explicit
"
},
"terminal.integrated.shellIntegration.enabled"
:
true
},
"extensions"
: [
"
biomejs.biome
"
,
"
bradlc.vscode-tailwindcss
"
,
"
ms-vscode.vscode-typescript-next
"
,
"
github.copilot
"
,
"
github.copilot-chat
"
,
"
mikestead.dotenv
"
,
"
dsznajder.es7-react-js-snippets
"
,
"
steoates.autoimport
"
,
"
oven.bun-vscode
"
]
}
},
"forwardPorts"
: [
3000
,
3002
,
5432
],
"postCreateCommand"
:
"
bash -c 'bash .devcontainer/post-create.sh || true'
"
,
"remoteUser"
:
"
bun
"
}
Back
|
FazBrowse Home
|
New Git URL