-
Notifications
You must be signed in to change notification settings - Fork 100
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
Automatic vscode settings migration #133
Comments
Strongly agreed with this use case. Here's a rough proposal:
I'd like to keep the logic here editor-agnostic to users, so after this is done, we can file a followup issue for Atom support. |
Wait, there are other editors? 😨 I hope to find some time soon, but I'm usually swamped... Whoever invented the 24h day? |
@JoshuaKGoldberg I'll give it a try tomorrow. Looks like a nice task to implement while keeping everything clean in the code base. |
@JoshuaKGoldberg @nicojs I started working on this with WIP-PR (#250). It was quite hard for me to fit into the existing structure and using this kind of DI ;) However finally I got a first version into working. There are still some things left (see TODOs). Maybe you should have a look at it first if this approach would suite your needs? |
Ahh, yes, welcome to the light side. It takes a bit to get used to 😝 |
🚀 Feature Request
It would be awesome if this tool could migrate .vscode settings from tslint to eslint. For example:
Change this:
To:
Vscode settings can reside in either
.vscode/settings.json
or a*.vscode-workspace
file.Existing Behavior
No vscode support, bro. 🥺
Change Proposal
Probably this should be under a compiler flag.
Also, thanks for this awesome tool 👏, I will check it out later when I have some time.
The text was updated successfully, but these errors were encountered: