vknabel / vscode-swiftformat

SwiftFormat for VS Code
https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swiftformat
MIT License
43 stars 8 forks source link

Handle spaces in path only on Windows #40

Closed vinocher-bc closed 4 months ago

vinocher-bc commented 4 months ago

Fixes #39

Handle spaces in path only on Windows to prevent breaking Linux and macOS, because only the Windows code path, which calls spawnSync with shell:true, needs this.

tristanlabelle commented 4 months ago

@vknabel , what's the process for publishing a release? I see you added the workflow, do I just use "draft a new release" from here and replicate the format you used previously, and that will kick off the workflow?

vknabel commented 4 months ago

@tristanlabelle sorry for not describing yet.

Update: now mentioned in CONTRIBUTING.md