We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9657ffa commit 6f43e1cCopy full SHA for 6f43e1c
extension/package.json
@@ -601,7 +601,7 @@
601
},
602
{
603
"command": "dvc.init",
604
- "when": "false"
+ "when": "dvc.commands.available && !dvc.cli.incompatible && !dvc.project.available"
605
606
607
"command": "dvc.moveTargets",
extension/package.nls.json
@@ -20,8 +20,7 @@
20
"command.getStarted": "Get Started",
21
"command.gitStageAll": "Stage All Git Tracked",
22
"command.gitUnstageAll": "Unstage All Git Tracked",
23
- "command.init": "Init DVC",
24
- "command.initNoScm": "Init DVC --no-scm",
+ "command.init": "Initialize a DVC Project",
25
"command.openToTheSide": "Open to the Side",
26
"command.moveTargets": "Add Data",
27
"command.pull": "Pull",
0 commit comments