Skip to content

Commit

Permalink
Restore execute bits on deactivate scripts (microsoft#23620)
Browse files Browse the repository at this point in the history
microsoft#22921 removed executable bits:
```diff
diff --git a/pythonFiles/deactivate/bash/deactivate b/python_files/deactivate/bash/deactivate
old mode 100755
new mode 100644
similarity index 100%
rename from pythonFiles/deactivate/bash/deactivate
rename to python_files/deactivate/bash/deactivate
```


https://github.com/microsoft/vscode-python/pull/22921/files#diff-796809259ce3b33f54a33371e898048faf2f7f912cd1bbe11059feb40a63a58d

Set them back.


Fixes microsoft#23449 and microsoft#23195
  • Loading branch information
covracer authored and eleanorjboyd committed Jun 28, 2024
1 parent 89d6fcc commit bfeabd1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 0 deletions.
Empty file modified python_files/deactivate/bash/deactivate
100644 → 100755
Empty file.
Empty file modified python_files/deactivate/fish/deactivate
100644 → 100755
Empty file.
Empty file modified python_files/deactivate/zsh/deactivate
100644 → 100755
Empty file.

0 comments on commit bfeabd1

Please sign in to comment.