Skip to content

change rmDirSync to rmSync #43

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

Merged
merged 1 commit into from
Feb 9, 2022
Merged

change rmDirSync to rmSync #43

merged 1 commit into from
Feb 9, 2022

Conversation

f0x52
Copy link

@f0x52 f0x52 commented Feb 8, 2022

fixes the issue from my comment on db0490f#commitcomment-66284504

rmSync with recursive will handle files and directories, and is closer to rimraf as such

@jsjoeio jsjoeio self-assigned this Feb 9, 2022
Copy link

@jsjoeio jsjoeio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh fantastic! Thanks for adding that. TIL rmSync handles files.

@code-asher do you see any issues with merging this?

(Note: we'll also need to update in code-server)

Copy link
Member

@code-asher code-asher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much better!

@jsjoeio jsjoeio merged commit 96e2413 into coder:main Feb 9, 2022
jsjoeio added a commit to coder/code-server that referenced this pull request Feb 11, 2022
This includes two fixes from coder/vscode:
- coder/vscode#43
- coder/vscode#42
jsjoeio added a commit to coder/code-server that referenced this pull request Feb 15, 2022
* chore: update vscode commit

This includes two fixes from coder/vscode:
- coder/vscode#43
- coder/vscode#42

* fix: use double-bracket in ext. e2e test
TinLe pushed a commit to TinLe/code-server that referenced this pull request Apr 23, 2022
* chore: update vscode commit

This includes two fixes from coder/vscode:
- coder/vscode#43
- coder/vscode#42

* fix: use double-bracket in ext. e2e test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants