-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add support for global deployment file #15
Conversation
Seems less confusing as "local" also has the meaning as in "local" vs. "remote"
-- get the remote path for rsync | ||
-- @param local_path string | ||
-- @return string | ||
---get the remote path for rsync |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason to change comment style?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bug in your highlighting. Treesitter itself and other popular lua plugins use --space in their codebase.
-- convert the given local absolute path to a relative project root path | ||
-- @param absolute_path string | ||
-- @return string | ||
---convert the given local absolute path to a relative project root path |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep the format "-- comment", not "---comment"
Tbh, I didn't think that this would require so many changes to the codebase 😅. Not sure if I can finish this as I am not too knowledgeable with the existing code base regarding the path handling in |
I will close this PR, if someone else wants to implement this feature, feel free to do so using my code |
Still WIP, feedback appreciated.
Closes #14.