Skip to content

Commit

Permalink
Version 0.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Apr 5, 2024
1 parent dda2e4c commit 70bc167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ The ZenML VSCode extension seamlessly integrates with [ZenML](https://github.com
- **Server, Stacks, and Pipeline Runs Views**: Interact directly with ML stacks, pipeline runs, and server configurations from the Activity Bar.
- **Python Tool Integration**: Utilizes a Language Server Protocol (LSP) server for real-time synchronization with the ZenML environment.
- **Real-Time Configuration Monitoring**: Leverages `watchdog` to dynamically update configurations, keeping the extension in sync with your ZenML setup.
- **Status Bar Indicators**: Display the current stack name and connection status.
- **Status Bar**: Display the current stack name and connection status. You can
also change your active stack from the status bar.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "ZenML",
"displayName": "ZenML Studio",
"description": "Integrates ZenML directly into VS Code, enhancing machine learning workflow with support for pipelines, stacks, and server management.",
"version": "0.0.3",
"version": "0.0.4",
"icon": "resources/extension-logo.png",
"preview": true,
"license": "Apache-2.0",
Expand Down

0 comments on commit 70bc167

Please sign in to comment.