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
|`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. Required when using a virtual environment. |
153
+
|`dvc.expTableHeadMaxLayers`| Maximum depth of experiment table head rows (minimum is 3). |
153
154
|`dvc.doNotShowWalkthroughAfterInstall`| Do not prompt to show the Get Started page after installing. Useful for pre-configured development environments |
154
155
|`dvc.doNotRecommendRedHatExtension`| Do not prompt to install the Red Hat YAML extension, which helps with DVC YAML schema validation (`dvc.yaml` and `.dvc` files). |
155
156
|`dvc.doNotShowCliUnavailable`| Do not warn when the workspace contains a DVC project but the DVC binary is unavailable. |
Copy file name to clipboardExpand all lines: extension/package.nls.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,8 @@
84
84
"config.doNotShowUnableToFilter.title": "Do not warn before disabling auto-apply filters to experiment selection.",
85
85
"config.dvcPath.description": "Path or shell command to the DVC binary. Required unless Microsoft's Python extension is installed and the `dvc` package found in its environment.",
"config.expTableHeadMaxLayers.title": "Maximum depth of Experiment table head rows",
88
+
"config.expTableHeadMaxLayers.description": "Minimum is three.",
87
89
"config.pythonPath.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.",
0 commit comments