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
+1-1
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@
324
324
},
325
325
"markdownDescription": "Additional arguments to pass to `swift build` and `swift test`. Keys and values should be provided as individual entries in the list. If you have created a copy of the build task in `tasks.json` then these build arguments will not be propagated to that task."
326
326
},
327
-
"swift.script.defaultSwiftVersion": {
327
+
"swift.defaultSwiftVersion": {
328
328
"type": "number",
329
329
"default": null,
330
330
"description": "The default Swift version to use when running Swift scripts. If set, skips the version selection dialog.",
0 commit comments