-
Notifications
You must be signed in to change notification settings - Fork 1
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
Syntax/grammar does not work on Linux Mint (based on Ubuntu) #2
Comments
Also experiencing this on Ubuntu 16.04 LTS Is this just a linux issue? Hard to see how this would be related to the OS. |
Interesting, I’ve not personally seen this on macOS or Windows but I can
set up a VM and take a look. Might not be an OS-specific issue so much as
the way a particular package/dependency is built (or substituted) for a
Linux environment.
…On Sat, Oct 28, 2017 at 11:36 saosebastiao ***@***.***> wrote:
Also experiencing this on Ubuntu 16.04 LTS
Is this just a linux issue? Hard to see how this would be related to the
OS.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOWfSM6Y50tPjpBw-nSUeApxMiNwvaOks5sw3Q9gaJpZM4PSRso>
.
|
Same problem here on Ubuntu 16.04 LTS. VSCode Version information: Version 1.19.1 |
Same issue still, on Ubuntu 16.04 LTS. Version 1.21.1 |
Is it known what causes this issue, on dependencies level? Should an issue be opened somewhere else? |
Same issue; can't use VSCode at work as a result. Anyone found any alternate solutions? |
Issue open for over 6 months. Works in windows and not linux so obvious thing to check is paths. Find the issue in 10 minutes. https://github.com/healthsparq/vscode-ember-syntax/blob/master/package.json#L64 Needs to be a lowercase This package is a bit of a mess anyway the way it is built by copying files around. Works for me now manually editing locally. |
Hello, I no longer maintain this package. Someone from the Ember community will need to step up and take it over. For anyone interested in contributing, VSCode now supports grammar injection (which wasn't available 11 months ago), so this whole package could be radically cleaned up and simplified to inject the syntax rules into JS scopes instead of the whole copy/inject dance that's curretly setup. For a great example of how this could be setup, see the styled components VSCode extension: Good luck! |
I'd like to but really don't have time. Surprised by the lack of ember vscode add-ons in general really. |
Hi.
![handlebars](https://user-images.githubusercontent.com/4472426/30248290-2009fe74-9625-11e7-867c-bd1b29f535fa.png)
I've installed your extension but it doesn't work - it broke handlebars. Automatic language detection selected "Glimmer" (previously I had "Handlebars") - but I have no syntax highlight:
Inline templates also does not work:
![js](https://user-images.githubusercontent.com/4472426/30248292-2bab88c4-9625-11e7-91ff-5d1ee5d69019.png)
OS: Linux Mint 18.2 (based on Ubuntu 16.04)
Node: 8.4.0
vs code: 1.16.0
Ember Syntax: 0.5.0
The text was updated successfully, but these errors were encountered: