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

[vscode] css code completion doesn't work - Cannot read property 'Deprecated' of undefined #8475

Closed
shahar-h opened this issue Sep 7, 2020 · 1 comment · Fixed by #8517
Closed
Labels
bug bugs found in the application builtins Issues related to VS Code builtin extensions css Issues related to CSS functionality help wanted issues meant to be picked up, require help

Comments

@shahar-h
Copy link
Contributor

shahar-h commented Sep 7, 2020

Bug Description:

There are no completion results when working on css file.

Steps to Reproduce:

  1. Create an empty css file.
  2. Hit ctrl + space.

There are no results:
css-theia

In addition the following error appears in browser console:

TypeError: Cannot read property 'Deprecated' of undefined
    at y (c:\SAPDevelop\repos\theia\plugins\vscode-builtin-css-language-features\extension\client\dist\cssMain.js:1:163850)
    at c:\SAPDevelop\repos\theia\plugins\vscode-builtin-css-language-features\extension\client\dist\cssMain.js:1:163962
    at C (c:\SAPDevelop\repos\theia\plugins\vscode-builtin-css-language-features\extension\client\dist\cssMain.js:1:163998)
    at Array.map (<anonymous>)
    at asCompletionResult (c:\SAPDevelop\repos\theia\plugins\vscode-builtin-css-language-features\extension\client\dist\cssMain.js:1:170409)
    at http://localhost:3000/vs/editor/editor.main.js:1607:31

vscode:
css-vscode

Additional Information

  • Operating System: Windows 10
  • Theia Version: master
@akosyakov akosyakov added bug bugs found in the application builtins Issues related to VS Code builtin extensions css Issues related to CSS functionality help wanted issues meant to be picked up, require help labels Sep 7, 2020
@zouyi100
Copy link

zouyi100 commented Sep 7, 2020

I think the file with preprocessor style language like scss, less has the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application builtins Issues related to VS Code builtin extensions css Issues related to CSS functionality help wanted issues meant to be picked up, require help
Projects
None yet
3 participants