Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IntelliSense Optimization #356

Open
Alan3344 opened this issue Aug 29, 2023 · 0 comments
Open

IntelliSense Optimization #356

Alan3344 opened this issue Aug 29, 2023 · 0 comments

Comments

@Alan3344
Copy link

There is no problem with running this command, but if you install the formatting tool, you will be prompted, which makes it impossible to format the shell code

lsfolder() {
    folder=$(find "$PWD" -type d ! -regex '.*/\..*' ! -name "__pycache__" -exec echo {} \;)
    echo $folder
}

export lspath() {
    echo `lsfolder | tr '\n' ':' | sed 's/:$//'`
}
  • error: 138:14: "export" must be followed by names or assignments

  • The syntax is currently not recognized, and I hope it can be optimized

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant