From f44967e19c81f9b8805d4a3477470c0ba936ab90 Mon Sep 17 00:00:00 2001 From: lexbuko22 <119462215+lexbuko22@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:06:12 -0600 Subject: [PATCH] Update developer_setup.rst Added language for VS Code Python interpreter troubleshooting. --- docs/sections/contributor_guide/developer_setup.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sections/contributor_guide/developer_setup.rst b/docs/sections/contributor_guide/developer_setup.rst index 833fa250a..cb208cd47 100644 --- a/docs/sections/contributor_guide/developer_setup.rst +++ b/docs/sections/contributor_guide/developer_setup.rst @@ -31,6 +31,8 @@ Future ``make devshell`` invocations will be almost instantaneous, as the underl If your development shell misses any functionality you’re used to in your main (``bash``) shell, you can create a ``~/.condevrc`` file, which will be sourced by ``make devshell``, and add desired environment-setup commands to it. +If using an IDE such as VS Code, ensure that the correct Python interpretor, Python 3.12.3 ('DEV-uwtools'), is being used for the environment. In VS Code, this can be changed by using the Command Pallet and searching "Python: Select Interpretor". + Using a ``bash`` Development Shell ----------------------------------