Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nredick committed Nov 26, 2024
1 parent 9aa59a3 commit b0e7b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ node_modules/
go.sum
.hugo_build.lock
_content
_config
_config
content/authors/admin/old_avatar.jpg
2 changes: 1 addition & 1 deletion content/docs/setting-up-vsc-macos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ We also want to tell the Code Runner extension to use the Python interpreter fro
}
```

You can find this setting by searching for `code-runner.executorMap` in the settings search bar (ooen settings with `cmd + ,`), then clicking the link to edit in `settings.json`.
You can find this setting by searching for `code-runner.executorMap` in the settings search bar (open settings with `cmd + ,`), then clicking the link to edit in `settings.json`.

![Setting up the Code Runner executor map](edit-json-settings.png)

Expand Down

0 comments on commit b0e7b76

Please sign in to comment.