From b0e7b76059e3d680c7df919e2a640e4869f2528d Mon Sep 17 00:00:00 2001 From: Nathalie Redick Date: Tue, 26 Nov 2024 07:49:54 -0800 Subject: [PATCH] fix typo --- .gitignore | 3 ++- content/docs/setting-up-vsc-macos/index.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c725325..43486d3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ node_modules/ go.sum .hugo_build.lock _content -_config \ No newline at end of file +_config +content/authors/admin/old_avatar.jpg \ No newline at end of file diff --git a/content/docs/setting-up-vsc-macos/index.md b/content/docs/setting-up-vsc-macos/index.md index 40eae35..7faeba3 100644 --- a/content/docs/setting-up-vsc-macos/index.md +++ b/content/docs/setting-up-vsc-macos/index.md @@ -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)