mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Text save participants are overwritten for each extension host (fixes #90359)
This commit is contained in:
@@ -215,13 +215,6 @@ suite('workspace-namespace', () => {
|
||||
});
|
||||
|
||||
test('eol, change via onWillSave', async function () {
|
||||
if (vscode.env.uiKind === vscode.UIKind.Web) {
|
||||
// TODO@Jo Test seems to fail when running in web due to
|
||||
// onWillSaveTextDocument not getting called
|
||||
this.skip();
|
||||
return;
|
||||
}
|
||||
|
||||
let called = false;
|
||||
let sub = vscode.workspace.onWillSaveTextDocument(e => {
|
||||
called = true;
|
||||
|
||||
Reference in New Issue
Block a user