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

feat: vscode folder removal option #9

Merged
merged 3 commits into from
Mar 7, 2023
Merged

feat: vscode folder removal option #9

merged 3 commits into from
Mar 7, 2023

Conversation

luigieai
Copy link
Member

@luigieai luigieai commented Mar 5, 2023

This add the option to user choose if he wants to keep or remove .vscode folder from Eruption, this should close eruptionjs/core#16 from Core repo.
image
image

/**
* Remove a folder from a given path.
*/
export async function removeFolder(folderName: string, directoryPath: string): Promise<boolean> {
Copy link
Member

Choose a reason for hiding this comment

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

Nice

@raisiqueira raisiqueira merged commit 17dc867 into main Mar 7, 2023
@raisiqueira raisiqueira deleted the vsfolder branch March 7, 2023 21:14
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.

optional .vscode dir
2 participants