Skip to content

Commit

Permalink
fix: remove not used language_mappings defition (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonpeixoto authored Apr 23, 2023
1 parent a781c7d commit 9512a88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/mason-nvim-dap/api/command.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ local _ = require('mason-core.functional')
--@async
--@param user_args string[]: The arguments, as provided by the user.
local function parse_packages_from_user_args(user_args)
local registry = require('mason-registry')
local Package = require('mason-core.package')
local source_mappings = require('mason-nvim-dap.mappings.source')
local language_mappings = require('mason.mappings.language')

return _.filter_map(function(source_specifier)
local source_name, version = Package.Parse(source_specifier)
Expand Down

0 comments on commit 9512a88

Please sign in to comment.