You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jrieken this is because in order to preserve the contents of a model when renaming, I go through our backup service which happens to be disabled when running in a test environment. Once I remove this check for extensions, the test runs green:
@bpasero Is that backupPath something we can simply set to a temp-directory when running like this? Now, almost every extension test I wrote for the workspace edit is partially commented out which doesn't increase my confidence ;-)
See https://github.com/Microsoft/vscode/blob/c93d5e7d9200d4839bd8718c39b577568ab3d78a/extensions/vscode-api-tests/src/singlefolder-tests/workspace.test.ts#L556. The test fails because the document just contains
AFTER
notAFTERBEFORE
The text was updated successfully, but these errors were encountered: