mlops-club / vscode-clearml-session-manager

VS Code extension for create remote workstations (sessions) using ClearML.
Apache License 2.0
16 stars 3 forks source link

feat: cleaned up settings.ts and added doc functions to extension.ts #7

Closed phitoduck closed 10 months ago

phitoduck commented 10 months ago

Reworked settings.ts and registered our first setting with package.json!

Users can now write .vscode/settings.json files like this:

{
    "clearml-session-manager.clearmlConfigFilePath": "~/clearml.conf"
}

I validated that this works by running a manual test.