Activating extension 'paulmolluzzo.convert-css-in-js' fails in vscode.
See original GitHub issuecss-in-js 1.1.1 vscode version 1.24.1 shell 1.7.12 renderer 58.0.3029.110 node 7.9.0 windows 10 no other extensions running.
console.ts:136 [Extension Host] Activating extension `paulmolluzzo.convert-css-in-js` failed: Cannot read property 'properties' of undefined
t.log @ console.ts:136
t._logExtensionHostMessage @ extensionHost.ts:393
(anonymous) @ extensionHost.ts:210
emitTwo @ events.js:106
emit @ events.js:194
process.nextTick @ internal/child_process.js:766
_combinedTickCallback @ internal/process/next_tick.js:73
_tickCallback @ internal/process/next_tick.js:104
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:7
Top Results From Across the Web
vscode on Windows 10: Activating extension ... failed: Module ...
Every time the extension is activated and tries to load the native module I get this error. What makes this so strange is...
Read more >Managing Extensions in Visual Studio Code
Discover, add, update, disable and uninstall Visual Studio Code extensions (plug-ins) through the Extension Marketplace.
Read more >Activation Events | Visual Studio Code Extension API
This activation event is emitted and interested extensions will be activated whenever a file that resolves to a certain language gets opened. ......
Read more >Testing Extensions - Visual Studio Code
Write tests for your Visual Studio Code extension (plug-in). ... catch (err) { console.error(err); console.error('Failed to run tests'); process.exit(1); } ...
Read more >Using extensions in Visual Studio Code
Use Visual Studio Code extensions to add new features, themes and more. In this tutorial, we will show you how to find extensions,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I should have tested a little more as I had a typo on the property I used to test values! alighItems , it works fine with alignItems !!! Sorry
Also, thank you very much for the bug report!