aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2026-06-02 08:39:57 +0200
committerWilliam Boman <william@redwill.se>2026-06-02 08:39:57 +0200
commitc2fbbef9016815710b914a7213ff2017fdc2bc52 (patch)
treea6c03706f701e6a5a35cf7fc9a1a7e93fff6ec4f
parent[WIP]: (diff)
downloadmason-feat/lockfile.tar
mason-feat/lockfile.tar.gz
mason-feat/lockfile.tar.bz2
mason-feat/lockfile.tar.lz
mason-feat/lockfile.tar.xz
mason-feat/lockfile.tar.zst
mason-feat/lockfile.zip
-rw-r--r--README.md5
-rw-r--r--lua/mason-core/lock/ui/instance.lua2
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 858c8a90..9a06aac0 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@
- [Registries](#registries)
- [Screenshots](#screenshots)
- [Firewall (socket.dev)](#firewall-socketdev)
+- [Lockfile](#lockfile)
- [Configuration](#configuration)
## Introduction
@@ -168,6 +169,10 @@ For more information refer to the [Socket.dev](https://socket.dev/) documentatio
> If you already use the Socket.dev firewall in a proxy service configuration you don't need to enable the firewall in
> `mason.nvim`.
+## Lockfile
+
+
+
## Configuration
> [`:h mason-settings`][help-mason-settings]
diff --git a/lua/mason-core/lock/ui/instance.lua b/lua/mason-core/lock/ui/instance.lua
index a24f1df5..6264a30e 100644
--- a/lua/mason-core/lock/ui/instance.lua
+++ b/lua/mason-core/lock/ui/instance.lua
@@ -24,7 +24,7 @@ local INITIAL_STATE = {
restore = {
---@type string?
expanded_log = nil,
- ---@type nil | '"PREPARING"' | '"RUNNING"' | '"FINISHED"'
+ ---@type nil | "PREPARING" | "RUNNING" | "FINISHED"
state = nil,
---@type LockfileRestore?
instance = nil,