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

Add vscode.workspace.fs.chmod(). #84513

Closed
ericsnowcurrently opened this issue Nov 11, 2019 · 3 comments
Closed

Add vscode.workspace.fs.chmod(). #84513

ericsnowcurrently opened this issue Nov 11, 2019 · 3 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@ericsnowcurrently
Copy link
Member

(see #84175)

For the Python extension, we need the ability to change file permissions. For example: https://github.com/microsoft/vscode-python/blob/master/src/client/activation/languageServer/downloader.ts#L165. Currently we are using node's fs.chmod().

@jrieken

@ericsnowcurrently
Copy link
Member Author

According to #84175 (comment), this is a dupe of #73122. However, that issue is about seeing if a file is readonly or not. This one is about changing the permissions on the filesystem (including the "executable" bit). A more closely related issue is #48659.

@jrieken jrieken added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 12, 2019
@vscodebot
Copy link

vscodebot bot commented Nov 12, 2019

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Nov 12, 2019
@jrieken
Copy link
Member

jrieken commented Nov 12, 2019

this is a dupe of #73122. However, that issue is about seeing if a file is readonly or not. This one is about changing the permissions on the filesystem (including the "executable" bit). A more closely related issue is #48659.

Once we start on this, we won't do something half-baked

@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants