chore: generate
This commit is contained in:
parent
ffcb45d7c9
commit
ada5b31bb0
11 changed files with 69 additions and 33 deletions
|
|
@ -30,7 +30,9 @@ export const Plugin = {
|
|||
local(entry)
|
||||
? new Reference.LocalSource({
|
||||
type: "local",
|
||||
path: AbsolutePath.make(localPath(directory, global.home, typeof entry === "string" ? entry : entry.path)),
|
||||
path: AbsolutePath.make(
|
||||
localPath(directory, global.home, typeof entry === "string" ? entry : entry.path),
|
||||
),
|
||||
})
|
||||
: new Reference.GitSource({
|
||||
type: "git",
|
||||
|
|
|
|||
|
|
@ -627,6 +627,4 @@ export const layer = Layer.effect(
|
|||
}),
|
||||
)
|
||||
|
||||
export const locationLayer = layer.pipe(
|
||||
Layer.provide(Ripgrep.defaultLayer),
|
||||
)
|
||||
export const locationLayer = layer.pipe(Layer.provide(Ripgrep.defaultLayer))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue