hide rpc proxies

This commit is contained in:
Johannes Rieken
2021-01-29 13:03:42 +01:00
parent 4cfd5f8508
commit 3114b1c4c5
5 changed files with 63 additions and 62 deletions

View File

@@ -46,8 +46,7 @@ suite('vscode', function () {
assert.fail(err);
}
assert.strictEqual(rpcPaths.length, 0, rpcPaths.join('\n'));
// assert.strictEqual(proxyPaths.length, 0, proxyPaths.join('\n')); // proxies are accessible...
assert.strictEqual(proxyPaths.length, 0, proxyPaths.join('\n'));
});
});