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
Copy file name to clipboardExpand all lines: extension/package.json
+1-16Lines changed: 1 addition & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1360,24 +1360,9 @@
1360
1360
},
1361
1361
{
1362
1362
"view": "dvc.views.welcome",
1363
-
"contents": "New to the extension?\n[Show Walkthrough](command:dvc.getStarted)\n\n",
1363
+
"contents": "New to the extension?\n[Show Walkthrough](command:dvc.getStarted)\n\nThe extension is currently unable to initialize.\n[Show Setup](command:dvc.showSetup)",
1364
1364
"when": "true"
1365
1365
},
1366
-
{
1367
-
"view": "dvc.views.welcome",
1368
-
"contents": "DVC is currently unavailable, [learn more](https://dvc.org/doc).\n[Setup the Workspace](command:dvc.setupWorkspace)",
"contents": "The located version of DVC is incompatible with the extension.\n[Find Another](command:dvc.setupWorkspace)\nUpgrade DVC then...\n[Check Compatibility](command:dvc.checkCLICompatible)",
1374
-
"when": "dvc.cli.incompatible"
1375
-
},
1376
-
{
1377
-
"view": "dvc.views.welcome",
1378
-
"contents": "The current workspace does not contain a DVC project. You can initialize a project which will enable features powered by DVC.\n[Initialize Project](command:dvc.init)\nTo learn more about how to use DVC please read [our docs](https://dvc.org/doc).",
0 commit comments