Skip to content
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

while installed VSCode reports the versions differences between client and server for every change #264

Closed
evshvarov opened this issue Jun 19, 2023 · 5 comments · Fixed by #311
Assignees
Labels
bug Something isn't working customer Based on customer feedback (as opposed to something identified by developers)

Comments

@evshvarov
Copy link

evshvarov commented Jun 19, 2023

I see this popup window with EVERY VSCode change in ObjectScript file which is under git-source-control
Screenshot 2023-06-19 at 2 16 19 PM

@isc-tleavitt
Copy link
Collaborator

What's your VSCode setup? I'd assume you're not using isfs?

@evshvarov
Copy link
Author

evshvarov commented Jun 21, 2023 via email

@evshvarov
Copy link
Author

evshvarov commented Jun 21, 2023 via email

@isc-tleavitt isc-tleavitt self-assigned this Jun 30, 2023
@isc-tleavitt isc-tleavitt added bug Something isn't working customer Based on customer feedback (as opposed to something identified by developers) labels Jun 30, 2023
@isc-tleavitt
Copy link
Collaborator

I think this is happening because our export of the file (server-side) adds a newline at the end. If we can keep that from happening it should fix the problem.

@isc-tleavitt
Copy link
Collaborator

More detail on the use case:
This happens when editing a file on the instance's filesystem (rather than over isfs) when the server is configured to re-export to the same file that's being edited. git-source-control should work seamlessly in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working customer Based on customer feedback (as opposed to something identified by developers)
Projects
None yet
2 participants