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

quick fix is replacing the hole text with the suggestion SCSS #2268

Closed
rynex-zv opened this issue Oct 2, 2022 · 3 comments · Fixed by #2271
Closed

quick fix is replacing the hole text with the suggestion SCSS #2268

rynex-zv opened this issue Oct 2, 2022 · 3 comments · Fixed by #2271

Comments

@rynex-zv
Copy link

rynex-zv commented Oct 2, 2022

When I select a suggestion my whole text being replaced with it see this 2 images:
image
image

@Jason3S
Copy link
Collaborator

Jason3S commented Oct 2, 2022

@rynex-zv,

This is a bug with VS Code: microsoft/vscode#151190
Looks like they broke another rename provider.

In .vscode/settings.json, add the following:

"[scss]": {
    "cSpell.fixSpellingWithRenameProvider": false
}

@rynex-zv rynex-zv closed this as completed Oct 2, 2022
@Jason3S
Copy link
Collaborator

Jason3S commented Oct 3, 2022

@rynex-zv,

If you click on operator and hit F2 (rename), and change it to operators you will see that the same thing happens.

Jason3S added a commit that referenced this issue Oct 3, 2022
fix: #2268

- Turn on rename provider in PHP. It no-longer crashes.
- Turn off rename provider for CSS and SCSS. It does the wrong thing.
Jason3S added a commit that referenced this issue Oct 3, 2022
fix: #2268

- Turn on rename provider in PHP. It no-longer crashes.
- Turn off rename provider for CSS and SCSS. It does the wrong thing.
@github-actions
Copy link
Contributor

github-actions bot commented Nov 3, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants