Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[API Doc] vscode builtins should be excluded (plugins folder) #12291

Closed
marcdumais-work opened this issue Mar 13, 2023 · 0 comments
Closed

[API Doc] vscode builtins should be excluded (plugins folder) #12291

marcdumais-work opened this issue Mar 13, 2023 · 0 comments
Labels
documentation issues related to documentation

Comments

@marcdumais-work
Copy link
Contributor

Bug Description:

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
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/EditorConfig.EditorConfig/extension/out/api.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/EditorConfig.EditorConfig/extension/out/commands/generateEditorConfig.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/EditorConfig.EditorConfig/extension/out/editorConfigMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/EditorConfig.EditorConfig/extension/out/languageExtensionMap.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/EditorConfig.EditorConfig/extension/out/transformations/InsertFinalNewline.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/EditorConfig.EditorConfig/extension/out/transformations/PreSaveTransformation.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/EditorConfig.EditorConfig/extension/out/transformations/SetEndOfLine.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/EditorConfig.EditorConfig/extension/out/transformations/TrimTrailingWhitespace.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/EditorConfig.EditorConfig/extension/out/transformations/index.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/dbaeumer.vscode-eslint/extension/client/out/extension.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/dbaeumer.vscode-eslint/extension/server/out/eslintServer.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/ms-vscode.js-debug/extension/src/bootloader.bundle.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/ms-vscode.js-debug/extension/src/diagnosticTool.bundle.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/ms-vscode.js-debug/extension/src/extension.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/ms-vscode.js-debug/extension/src/hash.bundle.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/ms-vscode.js-debug/extension/src/watchdog.bundle.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.configuration-editing/extension/dist/configurationEditingMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.css-language-features/extension/client/dist/node/cssClientMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.css-language-features/extension/server/dist/node/cssServerMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.debug-auto-launch/extension/dist/extension.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.debug-server-ready/extension/dist/extension.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.emmet/extension/dist/node/emmetNodeMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.grunt/extension/dist/main.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.gulp/extension/dist/main.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.html-language-features/extension/client/dist/node/htmlClientMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.html-language-features/extension/server/dist/node/htmlServerMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.html-language-features/extension/server/lib/jquery.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.image-preview/extension/dist/extension.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.image-preview/extension/media/main.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.jake/extension/dist/main.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.json-language-features/extension/client/dist/node/201.jsonClientMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.json-language-features/extension/client/dist/node/278.jsonClientMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.json-language-features/extension/client/dist/node/493.jsonClientMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.json-language-features/extension/client/dist/node/jsonClientMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.json-language-features/extension/server/dist/node/jsonServerMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.markdown-language-features/extension/dist/extension.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.markdown-math/extension/dist/extension.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.merge-conflict/extension/dist/mergeConflictMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.npm/extension/dist/npmMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.php-language-features/extension/dist/phpMain.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.references-view/extension/dist/extension.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.search-result/extension/dist/extension.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.simple-browser/extension/dist/extension.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/cancellationToken.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.dom.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.dom.iterable.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2015.collection.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2015.core.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2015.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2015.generator.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2015.iterable.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2015.promise.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2015.proxy.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2015.reflect.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2015.symbol.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2015.symbol.wellknown.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2016.array.include.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2016.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2016.full.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2017.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2017.full.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2017.intl.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2017.object.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2017.sharedmemory.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2017.string.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2017.typedarrays.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2018.asyncgenerator.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2018.asynciterable.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2018.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2018.full.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2018.intl.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2018.promise.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2018.regexp.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2019.array.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2019.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2019.full.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2019.object.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2019.string.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2019.symbol.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2020.bigint.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2020.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2020.date.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2020.full.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2020.intl.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2020.number.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2020.promise.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2020.sharedmemory.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2020.string.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2020.symbol.wellknown.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2021.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2021.full.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2021.intl.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2021.promise.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2021.string.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2021.weakref.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2022.array.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2022.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2022.error.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2022.full.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2022.intl.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2022.object.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es2022.string.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es5.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.es6.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.esnext.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.esnext.full.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.esnext.intl.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.esnext.promise.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.esnext.string.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.esnext.weakref.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.scripthost.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.webworker.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.webworker.importscripts.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/lib.webworker.iterable.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/protocol.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/tsserver.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/typescript.d.ts
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/typescript.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/typingsInstaller.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/deps/typescript/lib/watchGuard.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/dist/164.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/dist/391.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/dist/939.js
Warning: Unable to locate entry point: /home/lmcmcds/theia/plugins/vscode.typescript-language-features/extension/dist/extension.js

Steps to Reproduce:

Additional Information

  • Operating System:
  • Theia Version:
@marcdumais-work marcdumais-work added the documentation issues related to documentation label Mar 13, 2023
marcdumais-work added a commit that referenced this issue Mar 13, 2023
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation issues related to documentation
Projects
None yet
Development

No branches or pull requests

1 participant