Skip to content

Conversation

@rcmalli
Copy link

@rcmalli rcmalli commented Feb 4, 2021

This update allows users to set their paths for code-server configuration to keep their extension and user settings stored in custom folders (preferably in a Google Drive folder). Each time connection is restarted, all the configuration will be loaded back.

#Example Usage
ColabCode(
        port=10000,
        password="pass",
        mount_drive=True,
        user_data_dir="MyDrivePath/user_data",
        extensions_dir="MyDrivePath/extensions",
        config="MyDrivePath/config.yaml",
    )

@christiancosgrove
Copy link

This is a great feature, @abhishekkrthakur can we approve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants