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

Can we get rid of file reading for rename findAllBindableAttributeRegions #184

Open
hiaux0 opened this issue Mar 6, 2022 · 0 comments
Open
Labels

Comments

@hiaux0
Copy link
Member

hiaux0 commented Mar 6, 2022

server\src\core\regions\findSpecificRegion.ts

      const uri = pathToFileURL(path).toString();
      const content = fs.readFileSync(path, 'utf-8');
      const document = TextDocument.create(uri, 'html', 0, content);
@hiaux0 hiaux0 added the internal label Mar 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant