We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bicep-params
1 parent 24439ac commit 36255beCopy full SHA for 36255be
lsp/bicep.lua
@@ -32,7 +32,7 @@
32
--- && unzip -d /usr/local/bin/bicep-langserver bicep-langserver.zip)
33
--- ```
34
return {
35
- filetypes = { 'bicep' },
+ filetypes = { 'bicep', 'bicep-params' },
36
root_markers = { '.git' },
37
init_options = {},
38
}
lua/lspconfig/configs/bicep.lua
@@ -1,6 +1,6 @@
1
2
default_config = {
3
4
root_dir = function(fname)
5
return vim.fs.dirname(vim.fs.find('.git', { path = fname, upward = true })[1])
6
end,
0 commit comments