Commit 6c30b1c
authored
fix(windows-dev-env): windows dev env start task (#47634)
### What does this PR do?
This PR removes the change of directory before the setup, otherwise `windows-dev-env.start` can't find `.python-version` and the task fails.
### Motivation
Improve Windows dev env experience
### Describe how you validated your changes
### Additional Notes
Co-authored-by: maxime.chambre <maxime.chambre@datadoghq.com>1 parent 304ebeb commit 6c30b1c
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | | - | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
0 commit comments