Skip to content

Commit

Permalink
Replace tabs with spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Doru Blanzeanu <[email protected]>
  • Loading branch information
dblnz committed Nov 12, 2024
1 parent b318d25 commit b19da46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
// For more info on the configuration below, check out the link:
// https://code.visualstudio.com/docs/devcontainers/create-dev-container
{
"name": "Hyperlight",
"name": "Hyperlight",

"build": {
"dockerfile": "Dockerfile"
},

"remoteUser": "vscode",
"remoteUser": "vscode",

"runArgs": [
"runArgs": [
"--env-file", ".devcontainer/.env",
"--device=/dev/kvm"
],

// Use 'initializeCommand' to run commands before container image build
"initializeCommand": "bash .devcontainer/create_env.sh",
// Use 'initializeCommand' to run commands before container image build
"initializeCommand": "bash .devcontainer/create_env.sh",

"customizations": {
"vscode": {
Expand Down

0 comments on commit b19da46

Please sign in to comment.