Skip to content

Commit 785bf41

Browse files
Fix formatting
1 parent c7c3d83 commit 785bf41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Content/posts/6-1-released.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Prior to this release, WebAssembly/WASI targets did not have any code coverage s
4040

4141
With this foundation in place, code coverage support is now available in Swift + WebAssembly projects ([Issue #5591](https://github.com/swiftwasm/swift/issues/5591)). You can now use the standard SwiftPM code coverage `--enable-code-coverage` flag to generate coverage data and LLVM tools to process them.
4242

43-
<img src="/images/6.1-release-coverage-support.png" alt="HTML report of JavaScriptKit test coverage" width="100%">
43+
<img src="/images/6.1-release-coverage-support.png" alt="HTML report of JavaScriptKit test coverage" width="80%" />
4444

45-
### Improved IDE Support
45+
### VSCode Support
4646

47-
VSCode + sourcekit-lsp setup is now officially supported with the Swift SDK, making the development experience smoother. See our [VSCode setup guide](https://book.swiftwasm.org/getting-started/vscode.html) for details.
47+
VSCode + sourcekit-lsp setup is now supported with the Swift SDK, making the development experience smoother. See our [VSCode setup guide](https://book.swiftwasm.org/getting-started/vscode.html) for details.
4848

49-
<img src="/images/6.1-vscode-editing.png" alt="Editing Swift file with VSCode" width="100%">
49+
<img src="/images/6.1-vscode-editing.png" alt="Editing Swift file with VSCode" width="80%" />
5050

5151
## Getting Started
5252

0 commit comments

Comments
 (0)