mirror of
https://github.com/coder/code-server.git
synced 2025-08-01 09:05:24 +08: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