mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
return early from confirmSave when we are in extension development mode
This commit is contained in:
@@ -29,6 +29,7 @@ suite('workspace-namespace', () => {
|
||||
test('openTextDocument', () => {
|
||||
return workspace.openTextDocument(join(workspace.rootPath, './far.js')).then(doc => {
|
||||
assert.ok(doc);
|
||||
assert.equal(workspace.textDocuments.length, 1);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user