Skip to content

Commit

Permalink
UW-626 Update developer_setup.rst documentation with IDE troubleshoot…
Browse files Browse the repository at this point in the history
…ing (#513)

Added language for VS Code Python interpreter troubleshooting to the developer setup docs.
  • Loading branch information
lexbuko22 committed Jun 20, 2024
1 parent fd5bdae commit e654f1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sections/contributor_guide/developer_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 interpreter belonging to the conda environment providing uwtools is selected. In VS Code, this can be changed by using the Command Palette and searching "Python: Select Interpreter".

Using a ``bash`` Development Shell
----------------------------------

Expand Down

0 comments on commit e654f1d

Please sign in to comment.