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
Bump min version of DVC to 2.57.0 (Live share to studio config option) (#3976)
* remove custom logic for live sharing experiments to studio (moved to dvc config)
* give indicator that the checkbox reflects config option
* test and refactor
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,6 @@ These are the VS Code [settings] available for the Extension:
151
151
|`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. |
152
152
|`dvc.pythonPath`| Path to the desired Python interpreter to use with DVC. Should only be utilized when using a virtual environment without Microsoft's [Python extension]. |
153
153
|`dvc.experimentsTableHeadMaxHeight`| Maximum height of experiment table head rows. |
154
-
|`dvc.studio.shareExperimentsLive`| Automatically share all new experiment metrics and plots logged with DVCLive to Studio. This option will only take effect once Studio is connected. |
155
154
|`dvc.focusedProjects`| A subset of paths to the workspace's available DVC projects. Using this option will override project auto-discovery. |
156
155
|`dvc.doNotShowWalkthroughAfterInstall`| Do not prompt to show the Get Started page after installing. Useful for pre-configured development environments |
157
156
|`dvc.doNotRecommendAddStudioToken`| Do not prompt to add a [studio.token] to the global DVC config, which enables automatic sharing of experiments to [Studio]. |
Copy file name to clipboardExpand all lines: extension/package.json
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -643,11 +643,6 @@
643
643
"description": "Path to the desired Python interpreter to use with DVC. Required when using a virtual environment. Overrides any other extension's settings for this extension's purposes.",
644
644
"type": "string",
645
645
"default": null
646
-
},
647
-
"dvc.studio.shareExperimentsLive": {
648
-
"description": "Automatically share all new experiment metrics and plots logged with DVCLive to Studio. This option will only take effect once Studio is connected (studio.token is set).",
0 commit comments