Skip to content

Commit

Permalink
include global variable in .devcon file
Browse files Browse the repository at this point in the history
  • Loading branch information
harivyasi committed Nov 5, 2024
1 parent 7cf9777 commit c88a3ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,10 @@
"postCreateCommand": "npm install",

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "node"
"remoteUser": "node",

//Remote env variable remoteEnv
"remoteEnv": {
"DOCUSAURUS_IGNORE_SSG_WARNINGS": "true"
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c88a3ec

Please sign in to comment.