Skip to content

change rmDirSync to rmSync - #43

Merged
jsjoeio merged 1 commit into
coder:mainfrom
f0x52:patch-1
Feb 9, 2022
Merged

change rmDirSync to rmSync#43
jsjoeio merged 1 commit into
coder:mainfrom
f0x52:patch-1

Conversation

@f0x52

@f0x52f0x52 commented Feb 8, 2022

Copy link
Copy Markdown

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

@jsjoeiojsjoeio self-assigned this Feb 9, 2022

@jsjoeiojsjoeio left a comment

Copy link
Copy Markdown

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)

@code-ashercode-asher left a comment

Copy link
Copy Markdown
Member

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:mainFeb 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 freeto 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

@f0x52@jsjoeio@code-asher