andreabbondanza / vscode-iisee

Visual studio code IIS Express executer
2 stars 0 forks source link

RunningFolder with a . (dot) in the foldername #2

Closed marienho closed 7 years ago

marienho commented 7 years ago

Hi,

Thank you for writing this great extension! We use it all the time and have only run into one problem: when the RunningFolder contains a . (dot) IISExpress ignores the entire folder and shows the content of the parent folder.

Here is an example: I have a project located in c:\projects\foo.bar

When I run the start server command a site is added to the applicationHost.config of IIS Express with a physicalPath of c:\projects

Hope you can fix this some time. Many thanks in advance!

andreabbondanza commented 7 years ago

Hi, Thank you for the report, I'll check it soon as possible!

Have a nice day,

Andrew

andreabbondanza commented 7 years ago

Hi marienho, I've fixed the problem and tested and it works fine now with dotted folders. I've also already published the update on the store. Please if you have some other issue about this let me know.

Thank you for the support!,

Andrew

marienho commented 7 years ago

Awesome Andrew! Thanks a lot! Have already updated the extension and tested it. Works great!