chrishasz / spgo

SPGo: A Lightweight, Open Source, SharePoint IDE for Visual Studio Code
https://www.chrishasz.com/spgo
MIT License
60 stars 11 forks source link

Feature Request: PublishWorkspaceOptions 'improvements' #115

Closed ianoel230982 closed 4 years ago

ianoel230982 commented 4 years ago

Note: for support questions, please use stackoverflow and tag the post with #spgo. Edit - sorry it has added the 'bug' label. It's not a bug.

I don't believe you can currently do this, please accept my apologies if i have missed it. When 'publishing workspace', I do not believe the glob pattern allows for multiple specific files to be published. I can use "globPattern": "*.aspx" which would publish all aspx files, or i can choose all files in a specific folder etc, but if i have a lot of files in my project, i don't want to have to publish everything again if i have only been working on a couple of files.

Ideally it would be nice to declare an array of some type where i can use a glob pattern that can specify a subset of files, e.g.

[
 "/folder/js/file1.js", 
 "/folder/css/file1.css", 
 "/folder/*.aspx",
"/folder/images/*.*"
]

I hope that makes sense.

Thanks for your continued support with this amazing extension.

ianoel230982 commented 4 years ago

Not a bug, will re open as blank issue.