Skip to content

Commit c68d7b2

Browse files
committed
update docc
1 parent e1a6c1c commit c68d7b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/swift-openapi-generator/Documentation.docc/Swift-OpenAPI-Generator.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ The generated code, runtime library, and transports are supported on more platfo
107107
| Generator plugin and CLI | ✅ 10.15+ || ✖️ | ✖️ | ✖️ | ✖️ |
108108
| Generated code and runtime library | ✅ 10.15+ || ✅ 13+ | ✅ 13+ | ✅ 6+ | ✅ 1+ |
109109

110+
> [!NOTE]
111+
> When using Visual Studio Code or other editors that rely on [SourceKit-LSP](https://github.com/swiftlang/sourcekit-lsp), the editor may not correctly recognize generated code within the same module. As a workaround, consider creating a separate target for code generation and importing this from another module. For more details, see the discussion in [swiftlang/sourcekit-lsp#665](https://github.com/swiftlang/sourcekit-lsp/issues/665#issuecomment-2093169169).
112+
110113
### Documentation and example projects
111114

112115
To get started, check out the topics below, or one of the <doc:Swift-OpenAPI-Generator> tutorials.

0 commit comments

Comments
 (0)