Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore execute bits on deactivate scripts #23620

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

covracer
Copy link

@covracer covracer commented Jun 14, 2024

#22921 removed executable bits:

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 #23449 and Fixes #23195

@covracer covracer changed the title Set executable bit on deactivate scripts Restore execute bits on deactivate scripts Jun 14, 2024
@covracer
Copy link
Author

@microsoft-github-policy-service agree

@karthiknadig karthiknadig self-assigned this Jun 17, 2024
@karthiknadig karthiknadig added the bug Issue identified by VS Code Team member as probable bug label Jun 17, 2024
@karthiknadig karthiknadig enabled auto-merge (squash) June 17, 2024 16:21
@anthonykim1
Copy link

Thank you for doing this

@karthiknadig karthiknadig merged commit c066a3f into microsoft:main Jun 17, 2024
41 of 42 checks passed
@covracer covracer deleted the chmod+x branch June 22, 2024 12:51
DonJayamanne pushed a commit that referenced this pull request Jun 24, 2024
#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 #23449 and #23195
eleanorjboyd pushed a commit to eleanorjboyd/vscode-python that referenced this pull request Jun 28, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
3 participants