Skip to content

Commit

Permalink
Use stringly typed booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Aug 3, 2023
1 parent ad0bf10 commit e39d87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dotnet/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"containerEnv": {
"DOTNET_ROOT": "/usr/share/dotnet",
"PATH": "$PATH:$DOTNET_ROOT:~/.dotnet/tools",
"DOTNET_RUNNING_IN_CONTAINER": true,
"DOTNET_USE_POLLING_FILE_WATCHER": true
"DOTNET_RUNNING_IN_CONTAINER": "true",
"DOTNET_USE_POLLING_FILE_WATCHER": "true"
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit e39d87b

Please sign in to comment.