@@ -60,14 +60,12 @@ databases are required.
6060
61611 . [ Install DVC] ( https://dvc.org/doc/install ) on your system.
62622 . Install [ this extension] in VS Code.
63- 3 . Follow the [ Get Started ] ( #useful-commands ) walkthrough !
63+ 3 . Follow the steps set out on the [ Setup ] ( #useful-commands ) page !
6464
6565<!-- prettier-ignore -->
6666> 💡 Feel free to try our [ example DVC project] first! Opening it [ with Github
6767> Codespaces] will include this extension automatically.
6868
69- ![ Initial Get Started page] ( https://raw.githubusercontent.com/iterative/vscode-dvc/main/extension/docs/walkthroughs.png )
70-
7169[ this extension] :
7270 https://marketplace.visualstudio.com/items?itemName=Iterative.dvc
7371[ example dvc project ] : https://github.com/iterative/example-get-started
@@ -76,10 +74,10 @@ databases are required.
7674
7775### Learn more about DVC (Data Version Control)
7876
79- See the DVC documentation to Get Started with [ Experiment Versioning ] or [ Data
80- Management] . For deeper learning, try our [ free course] ! [ More resources]
77+ See the DVC documentation to Get Started with [ Experiments ] or [ Data
78+ Management] . For deeper learning, try our [ free course] ! [ More resources] .
8179
82- [ experiment versioning ] : https://dvc.org/doc/start/experiments
80+ [ experiments ] : https://dvc.org/doc/start/experiments
8381[ data management ] : https://dvc.org/doc/start/data-management
8482[ free course ] : https://learn.iterative.ai/
8583[ more resources] :
@@ -167,15 +165,24 @@ the Python extension's selected interpreter will be used to locate DVC. The
167165` PYTHONPATH ` environment variable identified via the [ python.envFile] config
168166setting is also respected.
169167
168+ ### Studio
169+
170+ [ Studio] is a collaboration platform for Machine Learning teams. The extension
171+ will help you to connect to [ Studio] by providing guidance and managing the
172+ required [ DVC config options] . See the Studio section of the Setup page for more
173+ information.
174+
170175[ python extension] :
171176 https://marketplace.visualstudio.com/items?itemName=ms-python.python
172177[ studio.token] :
173178 https://dvc.org/doc/user-guide/project-structure/configuration#studio
174- [ Studio ] : https://studio.iterative.ai
179+ [ studio ] : https://studio.iterative.ai
175180[ workspace level] :
176181 https://code.visualstudio.com/docs/getstarted/settings#_workspace-settings
177182[ python.envFile] :
178183 https://code.visualstudio.com/docs/python/environments#_use-of-the-pythonpath-variable
184+ [ dvc config options] :
185+ https://dvc.org/doc/user-guide/project-structure/configuration#studio
179186
180187## Debugging
181188
0 commit comments