We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
example:
// package.json { "scripts": { "start": "node ./src/index.js", "build-css": "scss ./src/styles.scss ./dist/styles.css" } }
Here ./src/index.js, ./src/styles.scss and ./dist/styles.css are not autocompleted because they are not at the start of the string.
./src/index.js
./src/styles.scss
./dist/styles.css
Path should be suggested when they start the string or follow a space.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
example:
Here
./src/index.js
,./src/styles.scss
and./dist/styles.css
are not autocompleted because they are not at the start of the string.Path should be suggested when they start the string or follow a space.
The text was updated successfully, but these errors were encountered: