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
+8
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,14 @@
155
155
"default": "true",
156
156
"description": "Mark ghost statements in the code (requires restart and Dafny 3.4.0+)"
157
157
},
158
+
"dafny.dafnyPlugins": {
159
+
"type": "array",
160
+
"items": {
161
+
"type": "string"
162
+
},
163
+
"default": [],
164
+
"description": "Absolute paths to assemblies to be used as plugins (requires restart and Dafny 3.4.0+).\nExample 1: /user/home/dafnyplugin.dll\nExample 2: /user/home/dafnyplugin.dll,oneArgument\nExample 3: /user/home/dafnyplugin.dll,\"argument with space and \\\" escaped quote\" secondArgument"
0 commit comments