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

CSS Emmet Completion: Cannot read property 'filterText' of undefined #33554

Closed
mjbvz opened this issue Aug 30, 2017 · 2 comments
Closed

CSS Emmet Completion: Cannot read property 'filterText' of undefined #33554

mjbvz opened this issue Aug 30, 2017 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues verified Verification succeeded
Milestone

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Aug 30, 2017

  • VSCode Version: Code - Insiders 1.16.0-insider (34cc9f2, 2017-08-30T05:11:42.435Z)
  • OS Version: Darwin x64 16.7.0

Steps to Reproduce:

  1. In a css file:
body {
    background: rgba(2, 173, 2, 0.82) !important;
    |
}
  1. Place cursor at | and type m:

bug

shell.ts:419 Cannot read property 'filterText' of undefined: TypeError: Cannot read property 'filterText' of undefined
	at Object.doComplete (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/node_modules/vscode-emmet-helper/out/emmetHelper.js:102:43)
	at noiseCheckPromise.then.noise (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/out/defaultCompletionProvider.js:50:48)
	at <anonymous>
@mjbvz mjbvz added the emmet Emmet related issues label Aug 30, 2017
@vscodebot vscodebot bot added the insiders label Aug 30, 2017
@ramya-rao-a ramya-rao-a added this to the August 2017 milestone Aug 31, 2017
@ramya-rao-a ramya-rao-a added the bug Issue identified by VS Code Team member as probable bug label Aug 31, 2017
@mjbvz mjbvz added the verification-found Issue verification failed label Sep 1, 2017
@mjbvz
Copy link
Contributor Author

mjbvz commented Sep 1, 2017

I'm now see a different exception with the same repo steps:

workbench.main.js:sourcemap:29 Cannot read property 'replace' of undefined: TypeError: Cannot read property 'replace' of undefined
	at removeTabStops (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/node_modules/vscode-emmet-helper/out/emmetHelper.js:181:24)
	at Object.doComplete (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/node_modules/vscode-emmet-helper/out/emmetHelper.js:101:34)
	at noiseCheckPromise.then.noise (/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/emmet/out/defaultCompletionProvider.js:50:48)
	at <anonymous>

@mjbvz mjbvz reopened this Sep 1, 2017
@ramya-rao-a
Copy link
Contributor

Fixed it for real this time

@chrmarti chrmarti added verified Verification succeeded and removed verification-found Issue verification failed labels Sep 1, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants