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

Emmet Stylus snippets not working #6062

Closed
ngoov opened this issue May 3, 2016 · 0 comments
Closed

Emmet Stylus snippets not working #6062

ngoov opened this issue May 3, 2016 · 0 comments
Assignees

Comments

@ngoov
Copy link

ngoov commented May 3, 2016

The Stylus snippets that come out of the box with Emmet do not work in VSCode, while the default setting in the 'preferences.json' (that is nowhere to be found) of Emmet 'css.syntaxes -
List of syntaxes that should be treated as CSS dialects.' has .styl

  • VSCode Version: 1.0.0
  • OS Version: Windows 8.1 Enterprise

Steps to Reproduce:

  1. Create a .styl file
  2. Add a CSS selector: ex. #test
  3. Type pos:a and press TAB

Expected result: expands to 'position absolute' or 'position: absolute;'
Actual result: nothing happens

@egamma egamma closed this as completed in 65966e3 May 8, 2016
xiexie920 added a commit to xiexie920/vscode that referenced this issue May 9, 2016
Map 'stylus' language to 'css' to fix microsoft#6062
Ikuyadeu added a commit to Ikuyadeu/vscode that referenced this issue May 9, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants