Description
I started seeing this folder in every project. On Friday I attended a Hackathon and was required to use RocketRide. I installed the VS Code extension and since have seen it pollute every project folder with this .rocketride folder with several files. This is not wanted and I have now disabled this extension. Others who install this extension surely won't want these files added to every single project. No other extension I've used has done this.
Steps to Reproduce
- Install RocketRide extension in VS Code
- Open any project folder
- See unwanted folder added to project
Expected vs Actual Behavior
It should never added unwanted files to every VS Code project.
Resolution
This command removes all of these unwanted folders from my Developer folder.
find ~/Developer -type d -name .rocketride -exec rm -rf {} \;
Severity
P1 - High (major feature broken, no workaround)
Platform
Version / Environment
No response
Screenshots / Logs
No response
Description
I started seeing this folder in every project. On Friday I attended a Hackathon and was required to use RocketRide. I installed the VS Code extension and since have seen it pollute every project folder with this .rocketride folder with several files. This is not wanted and I have now disabled this extension. Others who install this extension surely won't want these files added to every single project. No other extension I've used has done this.
Steps to Reproduce
Expected vs Actual Behavior
It should never added unwanted files to every VS Code project.
Resolution
This command removes all of these unwanted folders from my Developer folder.
Severity
P1 - High (major feature broken, no workaround)
Platform
Version / Environment
No response
Screenshots / Logs
No response