diff options
| author | Matti Picus <matti.picus@gmail.com> | 2022-03-13 16:10:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-13 16:10:46 +0200 |
| commit | 27e4970bf0beace0678d56db24f899f6bded3ea0 (patch) | |
| tree | 71c97373bdd1d62a64dc853d9107f522100286eb | |
| parent | 2a11acd3769f62ed716fdc6e87d2d5c109673b7c (diff) | |
| parent | ffa6839bf84cf91fa9f27c7ff83c9955147c1410 (diff) | |
| download | numpy-27e4970bf0beace0678d56db24f899f6bded3ea0.tar.gz | |
Merge pull request #21189 from bhavukkalra/fix-removedeprecatedProperty
DEV: Remove deprecated "python.pythonPath"
| -rw-r--r-- | tools/gitpod/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gitpod/settings.json b/tools/gitpod/settings.json index 8f070c04c..ea0775f68 100644 --- a/tools/gitpod/settings.json +++ b/tools/gitpod/settings.json @@ -5,5 +5,5 @@ "restructuredtext.updateOnTextChanged": "true", "restructuredtext.updateDelay": 300, "restructuredtext.linter.disabled": true, - "python.pythonPath": "/home/gitpod/mambaforge3/envs/numpy-dev/bin/python" + "python.defaultInterpreterPath": "/home/gitpod/mambaforge3/envs/numpy-dev/bin/python" }
\ No newline at end of file |
