Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 6, 2023
1 parent f77519c commit bfa845a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chunks/lang-python/python_hook.bash
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function pyenv_gitpod_init() {
# Init userbase hook
pyenv global 1>/dev/null

# Set $HOME/.pyenv/shims/python as the default Interpreter for ms-python.python VSCode extension
# Set $HOME/.pyenv/shims/python as the default Interpreter for ms-python.python VS Code extension
vscode::add_settings "/workspace/.vscode-remote/data/Machine/settings.json" "$HOME/.vscode-server/data/Machine/settings.json" >/dev/null 2>&1

touch "$pyenv_init_done"
Expand Down
2 changes: 1 addition & 1 deletion tests/lang-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
assert:
- status == 0

- desc: "VSCode Python settings are correctly applied"
- desc: "VS Code Python settings are correctly applied"
entrypoint: [env, GITPOD_REPO_ROOT=/workspace/test, bash, -lic]
command: [rm /tmp/.vscs_add.lock; for sj in "$HOME/.vscode-server/data/Machine/settings.json" "/workspace/.vscode-remote/data/Machine/settings.json"; do mkdir -p $(dirname "$sj") "$GITPOD_REPO_ROOT" && touch "$sj" && bash -lic 'true' && if ! grep -q 'python' "$sj"; then exit 1; fi; done]
assert:
Expand Down

0 comments on commit bfa845a

Please sign in to comment.