aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorBrendan Gannon <bgannon@stsci.edu>2023-05-26 12:44:02 -0400
committerBrendan Gannon <bgannon@stsci.edu>2023-05-26 12:44:02 -0400
commit36e0706269070a0e4ef55b6f6ff8a222b89b7833 (patch)
tree8dc4d4226b996de788911ed4de36d6c33375850c /.vscode
parentb159022ebdcf835bab6367940e5efb2238a789d7 (diff)
downloadastroconda-releases-testing-36e0706269070a0e4ef55b6f6ff8a222b89b7833.tar.gz
debugging
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..08e5e6b
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "ansible.python.interpreterPath": "/usr/local/opt/python@3.9/bin/python3.9"
+}