{ "version": "2.0.0", "tasks": [ // https://github.com/apple/swift-docc-plugin#previewing-documentation { "type": "swift", "command": "swift", "args": [ "package", "--disable-sandbox", "preview-documentation", "--target", "AlphabetEncoder" ], "cwd": "${workspaceFolder:AlphabetEncoder}", "problemMatcher": ["$swiftc"], "label": "swift: Preview Documentation for `AlphabetEncoder`", "detail": "Preview DocC Documentation for the `AlphabetEncoder` target" } ] }