totaljs / code

Online collaboration app for everyone.
MIT License
27 stars 21 forks source link

remove trailing '/' from project path (windows) #9

Closed frunjik closed 3 years ago

frunjik commented 3 years ago

This allows me to run code on windows (there is a problem with a trailing '/' in the folder path).

This fixes those problems for me (there may be others, I have not encountered yet - but at least autodection and editing works). I cant tell if I broke something for unix ...

config: backup : D:/Projects/backup/ autodiscover : D:/Projects/web/total4/

images of things fixed: missin-1st-char duplication-in-list

after-auto-discover

petersirka commented 3 years ago

Hi @frunjik, thank you for this pull request, but .... this Code editor isn't optimized for Windows (I know it contains some Windows elements), but it won't work. It's not easy to use it because the Code editor uses many small tools/commands from Linux. Your modification may stop Code working on Linux.

frunjik commented 3 years ago

Ok - thx

Can you give me a hint as to where to look for these features ?