Fix writeFile file system API when used on members by other extensions - #3445
Open
SanjulaGanepola wants to merge 1 commit into
Open
SanjulaGanepola wants to merge 1 commit into
SanjulaGanepola wants to merge 1 commit into
Conversation
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
SanjulaGanepola
had a problem deploying
to
testing_environment
September 11, 2026 17:31 — with
GitHub Actions
Failure
Contributor
|
馃憢 A new build is available for this PR based on d4c36a9. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
In one of our other extensions, we make use of VS Code's file system APIs to read / write to members using Code4i's custom file system provider for QSYS:
Previously, when the member does not exist and this API is used, it would fail in 2 scenarios:
This PR now fixes both scenarios.
How to test this PR
This is not exactly testable using any functionality in Code4i. You can reproduce the original issue and verify the fix using an extension that uses the
writeFileAPI on auriwith thememberscheme. You can also use the unit tests to validate that nothing has been broken and the new test properly sets the source type now.Checklist