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: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "opendream",
3
-
"version": "0.2.4",
3
+
"version": "0.2.5",
4
4
"displayName": "OpenDream Dev Tools",
5
5
"icon": "OD.png",
6
6
"description": "Developer tools for OpenDream",
@@ -38,7 +38,7 @@
38
38
"opendream.sourcePath": {
39
39
"type": "string",
40
40
"default": null,
41
-
"description": "Path to your copy of the OpenDream source code. This should be the top level folder containing OpenDream.sln. Leave empty to use pre-compiled binaries instead."
41
+
"description": "Path to your copy of the OpenDream source code. This should be the top level folder containing OpenDream.slnx. Leave empty to use pre-compiled binaries instead."
0 commit comments