fvm icon indicating copy to clipboard operation
fvm copied to clipboard

[Feat] Auto update vscode settings and .gitginore

Open lollipopkit opened this issue 2 years ago • 0 comments

First of all, fvm is an awesome tool that has greatly improved my productivity.
Second, thanks for your code review.

auto config vsc settings and .gitignore

This change is to avoid the tediousness of manually adding settings.

Here are three points:

  • use --config-vsc to update .vscode/settings.json: image

  • if without --config-vsc, it will ask for confirm: image

  • confirmation on setting auto merge: image

add () to Y/n in console_utils.confirm()

This change allows users to quickly and accurately know what to type.

image

All code is formatted.
If you have any suggestion, I will revise it asap.

lollipopkit avatar Aug 24 '22 10:08 lollipopkit