mirror of
https://github.com/coder/code-server.git
synced 2026-05-12 15:27:25 +02:00
Make extension sidebar work
This commit is contained in:
3
uriTransformerHttps.js
Normal file
3
uriTransformerHttps.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = (remoteAuthority) => {
|
||||
return require("./uriTransformer")(remoteAuthority, true);
|
||||
};
|
||||
Reference in New Issue
Block a user