Skip to content

Commit

Permalink
feat(cppdb): Add asm filetype to configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriks74 authored and jay-babu committed Feb 17, 2023
1 parent d31a781 commit b7309e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-nvim-dap/mappings/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ M.adapter_to_configs = {
['chrome'] = { 'javascriptreact', 'typescriptreact', 'typescript', 'javascript' },
['codelldb'] = { 'c', 'cpp', 'rust' },
['coreclr'] = { 'cs', 'fsharp' },
['cppdbg'] = { 'c', 'cpp', 'rust' },
['cppdbg'] = { 'c', 'cpp', 'rust', 'asm' },
['dart'] = { 'dart' },
['delve'] = { 'go' },
['firefox'] = { 'javascriptreact', 'typescriptreact', 'typescript', 'javascript' },
Expand Down

0 comments on commit b7309e3

Please sign in to comment.