vercel / vercel/hyper

Disabling the auto-deletion of legacy config on Windows

Open
#6,625 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
44.7k
Forks
3.6k
Avg merge
21m
Merged PRs (30d)
1

Description

I am sharing my home directory across multiple different platforms (macOS, Linux, and Windows).

However, on Windows, Hyper deletes the ~/.hyper.js that is still in use by the other platforms (in favor of ~/AppData/Roaming/Hyper/.hyper.js).

I'm perfectly happy maintaining both config files, but is there a way to configure Hyper on Windows to just ignore (as in, do not delete) ~/.hyper.js?

Right now, I can't use Hyper on Windows without breaking my other platforms.

Thanks.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Windows configuration migration or deletion logic that handles ~/.hyper.js and ~/AppData/Roaming/Hyper/.hyper.js. Check how the two paths are selected and whether an opt-out can be represented in the existing configuration flow. Done means Hyper on Windows no longer deletes the shared legacy file while still using its Windows configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli, operating-systems
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.