diff options
author | DrSergei <serzhdruzhok@gmail.com> | 2025-06-16 22:56:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-16 14:56:02 -0500 |
commit | a637584fadb1f0b9a4fc526a2952345b14147634 (patch) | |
tree | 9d3328592ce97b96f8ec91f514d65b7ba6ea9140 /clang/lib/CodeGen/ModuleBuilder.cpp | |
parent | b0378e7ca953c2390168f352c5a88fd325cde894 (diff) | |
download | llvm-a637584fadb1f0b9a4fc526a2952345b14147634.zip llvm-a637584fadb1f0b9a4fc526a2952345b14147634.tar.gz llvm-a637584fadb1f0b9a4fc526a2952345b14147634.tar.bz2 |
[lldb-dap] Add supported languages in package.json (#144414)
This patch fixes the [problem]. It was caused by missing supported
languages list in `package.json`. VSCode uses `guessDebugger` [function]
to find supported debuggers based on supported languages in case of
opened file. It uses `interestedInLanguage` [function][1] to do that, so
we should provide list of supported languages. Also, fixed typo in
`fortran`.
[problem]: https://github.com/llvm/llvm-project/issues/144239
[function]: https://github.com/microsoft/vscode/blob/main/src/vs/workbench/contrib/debug/browser/debugAdapterManager.ts#L344
[1]: https://github.com/microsoft/vscode/blob/main/src/vs/workbench/contrib/debug/common/debugger.ts#L171
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions