Skip to content

ISFS File Editable Status Not Refreshed on Checkout #1781

@isc-egabhart

Description

@isc-egabhart

Are you using client-side or server-side editing?: Server-side

  • VS Code Version: 1.115.0
  • Extension Version: 3.8.1
  • OS: Windows
  • Server $ZVERSION (if applicable): IRIS for Windows (x86-64) 2026.1 (Build 234U) Fri Mar 27 2026 13:58:24 EDT

Steps to Reproduce:

  1. Configure a namespace for server-side source control (built in CCR Client Tools are what I used)
  2. Set workspace setting to respect server-side source control editability:
    "objectscript.serverSourceControl.respectEditableStatus": true,
  3. Open a file that is currently read-only due to not being checked out
  4. Check it out via server-side source control menu
  5. See that item is not editable
  6. Open another file, then return to original file
  7. See it is now editable

It seems the GetStatus call is not occurring after checkout until removing the file from focus and coming back. Should renew the read-only state with a GetStatus call on attempt to interact with the file (if possible). Otherwise respecting server-side source control is a bit clunky.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions