@@ -85,5 +85,5 @@ lspconfig["pyright"].setup({
|
||||
lspconfig["powershell_es"].setup({
|
||||
capabilities = capabilities,
|
||||
on_attach = on_attach,
|
||||
bundle_path = vim.fn.stdpath("data") .. "/mason/packages/powershell-editor-services"
|
||||
bundle_path = vim.fn.stdpath("data") .. "/mason/packages/powershell-editor-services",
|
||||
})
|
||||
|
||||
@@ -23,7 +23,6 @@ mason_lspconfig.setup({
|
||||
"lua_ls",
|
||||
"pyright",
|
||||
"powershell_es",
|
||||
|
||||
},
|
||||
automatic_installation = true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user