Skip to content

Commit 03b7ea3

Browse files
chore: remove extra script args in configuration
1 parent d779f90 commit 03b7ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
},
325325
"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."
326326
},
327-
"swift.script.defaultSwiftVersion": {
327+
"swift.defaultSwiftVersion": {
328328
"type": "number",
329329
"default": null,
330330
"description": "The default Swift version to use when running Swift scripts. If set, skips the version selection dialog.",

0 commit comments

Comments
 (0)