mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
add todo
This commit is contained in:
@@ -47,6 +47,10 @@ suite('vscode', function () {
|
||||
}
|
||||
assert.strictEqual(rpcPaths.length, 0, rpcPaths.join('\n'));
|
||||
assert.strictEqual(proxyPaths.length, 0, proxyPaths.join('\n'));
|
||||
|
||||
// todo@jrieken
|
||||
// this should be run after/before each test because some objects are short lived,
|
||||
// like notebook-editor, documents etc.
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user