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

Syntax/grammar does not work on Linux Mint (based on Ubuntu) #2

Open
Krzyrok opened this issue Sep 10, 2017 · 9 comments
Open

Syntax/grammar does not work on Linux Mint (based on Ubuntu) #2

Krzyrok opened this issue Sep 10, 2017 · 9 comments

Comments

@Krzyrok
Copy link

Krzyrok commented Sep 10, 2017

Hi.
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:
handlebars

Inline templates also does not work:
js

OS: Linux Mint 18.2 (based on Ubuntu 16.04)
Node: 8.4.0
vs code: 1.16.0
Ember Syntax: 0.5.0

@saosebastiao
Copy link

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.

@evrowe
Copy link
Owner

evrowe commented Oct 28, 2017 via email

@Krzyrok Krzyrok changed the title Syntax/grammar does not work on Linux Mint Syntax/grammar does not work on Linux Mint (based on Ubuntu) Nov 5, 2017
@nyon
Copy link

nyon commented Jan 6, 2018

Same problem here on Ubuntu 16.04 LTS.

VSCode Version information:

Version 1.19.1
Commit 0759f77bb8d86658bc935a10a64f6182c5a1eeba
Date 2017-12-19T09:41:01.414Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64

@mvrkljan
Copy link

Same issue still, on Ubuntu 16.04 LTS.

Version 1.21.1
Commit 79b44aa704ce542d8ca4a3cc44cfca566e7720f1
Date 2018-03-14T14:46:30.761Z
Shell 1.7.9
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64

@mvrkljan
Copy link

Is it known what causes this issue, on dependencies level? Should an issue be opened somewhere else?

@brokenalarms
Copy link

Same issue; can't use VSCode at work as a result. Anyone found any alternate solutions?

@robclancy
Copy link

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 G.

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.

@DHedgecock
Copy link
Contributor

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:
https://github.com/styled-components/vscode-styled-components

Good luck!

@robclancy
Copy link

I'd like to but really don't have time. Surprised by the lack of ember vscode add-ons in general really.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants