1- # VS Code DVC: Insider Preview
1+ # DVC Extension for Visual Studio Code
22
33<!-- - These will be broken until the repo is public --->
44<!-- - [](https://github.com/iterative/vscode-dvc/actions/workflows/continuous-integration.yml) --->
@@ -14,21 +14,31 @@ users of all technical backgrounds to effectively use [DVC](https://dvc.org/).
1414
1515## Current State
1616
17- This project is currently in closed alpha testing, and constantly evolving.
18- After we conclude alpha and beta testing the repository will become public.
17+ We want early adopter feedback! Please let us know what you like and don't like
18+ about the extension. Feel free to reach out in this repository's
19+ [ issues] ( https://github.com/iterative/vscode-dvc/issues ) or via any of the other
20+ existing [ support channels] ( https://dvc.org/support ) .
1921
2022## Quick Start
2123
2224- ** Step 1.**
2325 [ Install a supported version of DVC on your system] ( https://dvc.org/doc/install )
2426- ** Step 2.**
2527 [ Install the DVC extension for Visual Studio Code] ( https://code.visualstudio.com/docs/editor/extension-gallery ) .
26- - ** Step 3.** See walkthrough .
28+ - ** Step 3.** See Walkthrough .
2729
28- ** Note:** You will be prompted to open our walkthrough after installation. If
29- for any reason you need to revisit the walkthrough, open the Command Palette
30- (⇧⌃P on Windows/Linux or ⇧⌘P on macOS) and select the ` DVC: Get Started `
31- command.
30+ ## Useful commands
31+
32+ Open the Command Palette (` F1 ` or ⇧⌃P on Windows/Linux or ⇧⌘P on macOS) and type
33+ in one of the following commands:
34+
35+ | Command | Description |
36+ | -------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
37+ | ` DVC: Get Started ` | Open the extension's walkthrough. Which details all of the current features and provides links to extra learning resources. |
38+ | ` View: Show DVC ` | Open the extension's view container. |
39+ | ` DVC: Setup The Workspace ` | Activate the extension's workspace setup wizard. |
40+ | ` DVC: Show Experiments ` | Show an interactive version of DVC's ` exp show ` [ command] ( https://dvc.org/doc/command-reference/exp/show ) . |
41+ | ` DVC: Show Plots ` | Show an interactive version of DVC's ` plots diff ` [ command] ( https://dvc.org/doc/command-reference/plots/diff ) . |
3242
3343## Features
3444
@@ -51,6 +61,10 @@ pipelines, and most scripts are capable of running outside of DVC.
5161See development docs and contributing guidelines in
5262[ CONTRIBUTING.md] ( CONTRIBUTING.md )
5363
64+ ## Explore
65+
66+ View [ more resources] ( extension/resources/walkthrough/dvc-learn-more.md ) .
67+
5468## Data and telemetry
5569
5670The DVC Extension for Visual Studio Code collects usage data and sends it to
0 commit comments