Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[API doc] exclude plugins folder from typedoc config
I noticed some output of typedoc [1] that indicates it's analysing the content of at least some of our vscode builtins. This was unexpected. This PR adds an exclusion to the tool's config, so that this will stop. [1]: Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/EditorConfig.EditorConfig/extension/out/DocumentWatcher.js Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/EditorConfig.EditorConfig/extension/out/EditorConfigCompletionProvider.js [...] Fixes #12291 Signed-off-by: Marc Dumais <[email protected]>
- Loading branch information