We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1668666 commit 9e7f19fCopy full SHA for 9e7f19f
markdown/step_00.md
package.json
@@ -2,7 +2,7 @@
2
"name": "union-workspace",
3
"displayName": "Union Workspace Onboarding",
4
"description": "Visual Studio Code onboarding experience for Union Workspaces",
5
- "version": "0.0.14",
+ "version": "0.0.15",
6
"publisher": "unionai",
7
"engines": {
8
"vscode": "^1.71.0"
@@ -49,12 +49,6 @@
49
"title": "Getting Started with Union",
50
"description": "This quick start gives an overview of how to get up and running with Union.",
51
"steps": [
52
- {
53
- "id": "union-workspace.start",
54
- "title": "Login",
55
- "media": {"markdown": "./markdown/step_00.md"},
56
- "completionEvents": ["onStepSelected"]
57
- },
58
{
59
"id": "union-workspace.train-model",
60
"title": "Step 1: Train a Model",
0 commit comments