question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Activating extension 'paulmolluzzo.convert-css-in-js' fails in vscode.

See original GitHub issue

css-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:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:7

github_iconTop GitHub Comments

1reaction
evankylecommented, Jul 2, 2018

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

1reaction
paulmolluzzocommented, Jun 29, 2018

Also, thank you very much for the bug report!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found