mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
cff273057a
commit
4305b3ad51
|
@ -25,7 +25,7 @@ func (n *node) init(props *properties, env environmentInfo) {
|
||||||
n.language = &language{
|
n.language = &language{
|
||||||
env: env,
|
env: env,
|
||||||
props: props,
|
props: props,
|
||||||
extensions: []string{"*.js", "*.ts", "package.json", ".nvmrc"},
|
extensions: []string{"*.js", "*.ts", "package.json", ".nvmrc", "pnpm-workspace.yaml", ".pnpmfile.cjs", ".npmrc"},
|
||||||
commands: []*cmd{
|
commands: []*cmd{
|
||||||
{
|
{
|
||||||
executable: "node",
|
executable: "node",
|
||||||
|
|
Loading…
Reference in a new issue