VS Code Plugin - AUDELA ML SDK Tools
Guide officiel pour construire, packager et publier le plugin VS Code AUDELA sur Marketplace.
Démo rapide
Laissez simplement votre adresse e-mail pour demander une démonstration.
1. Repository location
The extension source is in:
vscode/audela-ml-sdk-extension
2. Commands provided
AUDELA: Open ML SDK DocsAUDELA: Insert Notebook SDK BootstrapAUDELA: Insert train_and_register Example
3. Build and package
cd vscode/audela-ml-sdk-extension
npm install
npm run compile
npx @vscode/vsce package
The generated .vsix can be installed locally in VS Code.
4. Publish on Marketplace
- Create a publisher in Visual Studio Marketplace (if not already created).
- Set your publisher id in
package.json. - Login and publish:
npx @vscode/vsce login audela
npx @vscode/vsce publish
For your public docs integration, use: https://audeladedonnees.fr/docs/ml-sdk.
5. Quality checklist
- Update extension icon and README screenshots
- Ensure semantic version bump before each publish
- Keep changelog updated
- Run
npm run compilebefore packaging