Skip to content

Commit

Permalink
vscode: Set timezone env var
Browse files Browse the repository at this point in the history
This seems to fix an issue that prevents Sphinx from running inside a devcontainer
nektos/act#1853
  • Loading branch information
alcarney committed Jul 7, 2024
1 parent 878ca18 commit 26ffe01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"--folder-uri=${workspaceRoot}/docs",
"--folder-uri=${workspaceRoot}/lib/esbonio/tests/workspaces/demo"
],
"env": {
"TZ": "UTC"
},
"outFiles": [
"${workspaceRoot}/code/dist/node/**/*.js"
],
Expand Down

0 comments on commit 26ffe01

Please sign in to comment.