PicGo / vs-picgo

A VSCode plugin of PicGo
https://marketplace.visualstudio.com/items?itemName=Spades.vs-picgo
MIT License
368 stars 50 forks source link

Setting description missing #19

Closed upupming closed 5 years ago

upupming commented 5 years ago

image

We should give user suggestion which settings are available and give them a description of each setting.

upupming commented 5 years ago
  1. We should also prevent the PicGo-Core from modifying user settings.json file:

image

upupming commented 5 years ago

Now I have added configPath and logPath: image

Still working on picBed...

Spades-S commented 5 years ago

@upupming This way does work! VSC can get value from the property which looks like picgo.config in usersetting.json. The only thing we should pay attention to is these changes should be compatible. image