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

Rename operations sometimes produce broken results #70

Open
SReichelt opened this issue Jul 15, 2020 · 0 comments
Open

Rename operations sometimes produce broken results #70

SReichelt opened this issue Jul 15, 2020 · 0 comments
Assignees
Labels
bug Something isn't working component: vscode extension Issue concerns the Slate extension for Visual Studio Code

Comments

@SReichelt
Copy link
Owner

When renaming identifiers or moving files, this sometimes results in broken file contents.

At the moment, no sequence of actions that reliably triggers the bug is known, but it happens quite frequently. Possibly, the problem only occurs when unsaved files are involved, e.g. it could be triggered by several consecutive rename operations without saving in between.

The cause could be a VSCode bug but may also be related to interaction with the webview.

Relatedly, renaming symbols with high unicode characters produces broken results, but that is most likely a VSCode bug. (Perhaps it can be reproduced in other extensions as well.)

@SReichelt SReichelt added bug Something isn't working component: vscode extension Issue concerns the Slate extension for Visual Studio Code labels Jul 15, 2020
@SReichelt SReichelt self-assigned this Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component: vscode extension Issue concerns the Slate extension for Visual Studio Code
Projects
None yet
Development

No branches or pull requests

1 participant