Skip to content

Not working properly #21

@silkfire

Description

@silkfire

When running the command npx jsconfig.json, a file called jsconfig.json is generated at C:\Users\<username>\AppData\Roaming\npm with the following contents:

#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")

case `uname` in
    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac

if [ -x "$basedir/node" ]; then
  exec "$basedir/node"  "$basedir/node_modules/jsconfig.json/dist/cli.js" "$@"
else 
  exec node  "$basedir/node_modules/jsconfig.json/dist/cli.js" "$@"
fi

The file is opened automatically in VSCode.

No jsonconfig.json is generated in the current working directory of my project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions