You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* readme: make intro = value prop +
+ fancy note
* readme: spave between VS and Code
per #1816 (review)
* readme: reorg existing content per
per iterative/dvc.org#2443 (comment)
* readme: add features list
* readme: extend/fix/link other parts of the structure
* readme: fix DVC icon
* readme: value prop edited from
https://docs.google.com/document/d/10THN0WwvPaDOAnmWd37xMOSWftJrUSIPlA2m0iHGDNI/edit#
per #1816 (comment)
* Update README.md
Co-authored-by: Dave Berenbaum <[email protected]>
* Update README.md
* readme: rewrap
* readme: add list of high-level features
from https://docs.google.com/document/d/10THN0WwvPaDOAnmWd37xMOSWftJrUSIPlA2m0iHGDNI/edit#
* readme: update features and add competitive advantages
based on https://docs.google.com/document/d/10THN0WwvPaDOAnmWd37xMOSWftJrUSIPlA2m0iHGDNI/edit#
* readme: mention that it's beta
per #1816 (comment)
* readme: small improvements to lists
* readme: better Quick start
* readme: populate Config section
* readme: move Useful commands before Config
* config: update settings descriptions (readme and package)
* contrib: copy edits
* readme: fix vs-code commands lnk
* contrib: kill link to wiki (outdated)
* readme: lint (BROKEN)
* Update README.md
Co-authored-by: mattseddon <[email protected]>
* Update README.md
Co-authored-by: mattseddon <[email protected]>
* fix linter-broken line
* contrib: simpler dev env steps
* readme: better intro wording
per #1816 (review)
* readme: plots view -> dashboard :/
per #1816 (comment)
* readme: support should go to Discord first
per #1816 (review)
and #1816 (review)
* readme: exp bookkeeping -> tracking
per #1816 (review)
* readme: clarify reproducibility feature
per #1816 (review)
* readme: more specific data mgmt use
per #1816 (review)
* readme: improve UI components list
per #1816 (review)
* readme: fix img hack
may not work until repo goes public
* add badges to README
* drop some badges
* preview banner
* update link to point to main
* preview gif
* readme: impro feats
* contrib: move note about DVC projects
* revert to changelog from main and add prettier rule
* Update README.md
Co-authored-by: mattseddon <[email protected]>
* readme: move animation after value prop paragraph
* Apply suggestions from code review
Co-authored-by: mattseddon <[email protected]>
* Update README.md
* Restyled by whitespace
* Restyled by prettier-markdown
* Update README.md
* contrib: valid md new line >:(
* readme: move images to extension/images and
and add screenshot of Get Started page
* readme: move images back to extension/docs/ foler
per #1816 (review)
* swap banner to png
* replace outdated walkthrough screenshot
* update style of inline dvc png so it does not look bonkers
* (fixup) use absolute links for the marketplace and in product
Co-authored-by: Dave Berenbaum <[email protected]>
Co-authored-by: mattseddon <[email protected]>
Co-authored-by: Matt Seddon <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
|`dvc.dvcPath`| Path or shell command to the DVC binary. Required unless Microsoft's [Python extension] is installed and the `dvc` package found in its environment. |
147
+
|`dvc.pythonPath`| Path to the desired Python interpreter to use with DVC. Required when using a virtual environment. |
148
+
|`dvc.doNotShowWalkthroughAfterInstall`| Do not prompt to show the Get Started page after installing. Useful for pre-configured development environments |
149
+
|`dvc.doNotRecommendRedHatExtension`| Do not prompt to install the Red Hat YAML extension, which helps with DVC YAML schema validation (`dvc.yaml` and `.dvc` files). |
150
+
|`dvc.doNotShowCliUnavailable`| Do not warn when the workspace contains a DVC project but the DVC binary is unavailable. |
151
+
|`dvc.doNotShowUnableToFilter`| Do not warn before disabling auto-apply filters when these would result in too many experiments being selected. |
152
+
153
+
> **Note** that the `Setup The Workspace` command helps you set up the basic
154
+
> ones at the [Workspace level] (saved to `.vscode/setting.json`).
0 commit comments