Skip to content

Unwanted .rocketride folder is polluting every project I open in VS Code #1186

@brennanMKE

Description

@brennanMKE

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

  1. Install RocketRide extension in VS Code
  2. Open any project folder
  3. 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

  • Windows
  • macOS
  • Linux

Version / Environment

No response

Screenshots / Logs

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions