Skip to content

Various fixes and improvements #70

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

Open
wants to merge 43 commits into
base: master
Choose a base branch
from

Conversation

igordejanovic
Copy link
Member

This PR contains quite a bit of fixes and improvements. It is meant to be a new 0.3.0 version.

I haven't updated azure ci script.

Please see CHANGELOG.md

Because we need extension install location to be user writable as
the textX language extension is dynamically installed.
We should use the same venv user is using.
`getProjects` was called before LSP server is fully initialized.
Will pull in textx-gen-coloring also for syntax highlight.
- Removed watchers as they were too fragile. Instead syntax highlight is
  refreshed on grammar save.
- Fixed extracting of keywords from texmate spec
- With this there is no need for generating and installing vsix for a
  language. Everything can be handled dynamically through textX extension.
  This will enable making reproducible VS Code dev environment with Nix
  as we will not write into extension folder.
We don't need this anymore as the textX extension is going to
dynamically support any installed textX language.
VS Code seems not support this.
This reverts commit 5cb5bb65f68d1614fe62476e4bf365eca57da853.
@igordejanovic igordejanovic requested a review from AirmiX May 9, 2025 18:08
@igordejanovic igordejanovic added bug Something isn't working enhancement New feature or request labels May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant