Skip to content

Commit 1b99aec

Browse files
committed
0.1.65
1 parent 60077b9 commit 1b99aec

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "commonjs",
44
"displayName": "SweetPad (iOS/Swift development)",
55
"description": "Develop Swift/iOS projects in VS Code",
6-
"version": "0.1.64",
6+
"version": "0.1.65",
77
"publisher": "sweetpad",
88
"icon": "images/logo.png",
99
"license": "MIT",
@@ -665,16 +665,27 @@
665665
"properties": {
666666
"sweetpad.format.path": {
667667
"type": "string",
668-
"examples": ["swift-format"],
668+
"examples": [
669+
"swift-format"
670+
],
669671
"description": "Command or path to formatter executable."
670672
},
671673
"sweetpad.format.args": {
672-
"type": ["array", "null"],
674+
"type": [
675+
"array",
676+
"null"
677+
],
673678
"items": {
674679
"type": "string"
675680
},
676681
"default": null,
677-
"examples": [["--parallel", "--in-place", "${file}"]],
682+
"examples": [
683+
[
684+
"--parallel",
685+
"--in-place",
686+
"${file}"
687+
]
688+
],
678689
"description": "Command or path to formatter executable. Use ${file} as a placeholder for the file path. Placeholder ${file} is supported only as a separate item in the array."
679690
},
680691
"sweetpad.build.xcbeautifyEnabled": {
@@ -718,7 +729,12 @@
718729
"type": "string"
719730
},
720731
"default": [],
721-
"examples": [["-skipMacroValidation", "-disablePackageRepositoryCache"]],
732+
"examples": [
733+
[
734+
"-skipMacroValidation",
735+
"-disablePackageRepositoryCache"
736+
]
737+
],
722738
"description": "Additional arguments to pass to the build command. You can also override the default arguments"
723739
},
724740
"sweetpad.build.env": {

0 commit comments

Comments
 (0)