Skip to content

Commit

Permalink
Add a custom build for swift-docc-render (#1229)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Ward <[email protected]>
  • Loading branch information
matthewbastien and award999 authored Dec 12, 2024
1 parent 98519ba commit 25ee843
Show file tree
Hide file tree
Showing 9 changed files with 981 additions and 15 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ default.profraw
*.vsix
.vscode-test
.build
assets/test/**/Package.resolved
assets/test/**/Package.resolved
assets/swift-docc-render
3 changes: 2 additions & 1 deletion .unacceptablelanguageignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
assets/swift-docc-render
src/utilities/utilities.ts
src/tasks/SwiftProcess.ts
src/tasks/SwiftProcess.ts
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
"testConfigurationLabel": "unitTests",
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
"preLaunchTask": "compile-tests"
},
{
"name": "Update swift-docc-render",
"type": "node",
"request": "launch",
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/tsx",
"runtimeArgs": ["${workspaceFolder}/scripts/update_swift_docc_render.ts"]
}
]
}
Loading

0 comments on commit 25ee843

Please sign in to comment.