mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-10 00:20:06 +08:00
dev
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
"name": "Open-Assistant",
|
||||
"image": "mcr.microsoft.com/vscode/devcontainers/universal",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {"version": "2.0.1"}
|
||||
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {"version": "latest"}
|
||||
},
|
||||
"postCreateCommand": "post_create_command.sh",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": ["GitHub.copilot"]
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo 'hello!!!!!!!!'
|
||||
Reference in New Issue
Block a user