BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

Auto Save upon Run #130

Closed LenKrause closed 1 week ago

LenKrause commented 2 months ago

Consider Auto Save upon run of bbj program: (BBj, BUI, or DWC), or implement a setting like eclipse: Auto Save on Run (true/false).

minionhub commented 2 months ago

Okay, I will fix this

minionhub commented 2 months ago

I finished this feature, Len What do I have to do now? Do I have to provide .vsix file or make the pull request?

minionhub commented 2 months ago

image It is working now on my side.

StephanWald commented 2 months ago

@minionhub you can submit a PR, we'll review it then.

minionhub commented 2 months ago

Okay sure

minionhub commented 2 months ago

I cannot push the code into test branch. @StephanWald I wanted to submit a PR after pushing the code to the test branch.

minionhub commented 2 months ago

image

minionhub commented 2 months ago

@LenKrause , Please check this.

StephanWald commented 2 months ago

The process for contributing to a public repository in GitHub starts by forking the repository, then pushing the change onto the forked, then creating a pull request onto the original repository. After that comes the role of the project owner to review and take action (merge/decline) of the requested code change.

For more details, please check the below helpful article:

https://akrabat.com/the-beginners-guide-to-contributing-to-a-github-project

minionhub commented 2 months ago

@StephanWald @LenKrause I submit the pull request.

StephanWald commented 1 week ago

fixed with https://github.com/BBx-Kitchen/bbj-language-server/pull/131, published in v0.0.27