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.
1 parent 11e06f6 commit 1899453Copy full SHA for 1899453
1 file changed
tests/test-runner.lua
@@ -44,6 +44,9 @@ require("mason").setup {
44
log_level = vim.log.levels[DEBUG and "DEBUG" or "INFO"],
45
registries = {
46
"file:" .. vim.env.REGISTRY
47
+ },
48
+ firewall = {
49
+ enabled = true
50
}
51
52
registry.refresh()
0 commit comments