Fix auto detect language for translate service (#19244)

This commit is contained in:
Yamagishi Kazutoshi
2022-09-28 06:33:56 +09:00
committed by GitHub
parent 2635c8dc5c
commit d86dd067ce
4 changed files with 11 additions and 3 deletions

View File

@ -20,7 +20,7 @@
"forwardPorts": [3000, 4000],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bundle install --path vendor/bundle && yarn install && ./bin/rails db:setup",
"postCreateCommand": "bundle install --path vendor/bundle && yarn install && git checkout -- Gemfile.lock && ./bin/rails db:setup",
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"