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
* Make the Get Started webview a class
* Add test
* Add other test
* Make the get started webview dynamic
* Flow from not installed to show experiments
* Remove interval
* Fix timer problems for jest tests
* Fix all tests
* Add tests for webview
* Revert demo project
* Revert demo
* Add get started test
* Replace currently open folder to current workspace
Copy file name to clipboardExpand all lines: extension/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1375,7 +1375,7 @@
1375
1375
},
1376
1376
{
1377
1377
"view": "dvc.views.welcome",
1378
-
"contents": "The currently open folder 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).",
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