LWC Extension not activating
See original GitHub issue- Issue Type:
Bug
- Extension Name:
salesforcedx-vscode-lwc
- Extension Version:
50.8.0
- OS Version:
Darwin x64 20.2.0
- VSCode version:
1.52.1
{
"messages": [],
"activationTimes": {
"codeLoadingTime": 13977,
"activateCallTime": 5,
"activateResolvedTime": 15275,
"activationReason": {
"startup": true,
"extensionId": {
"value": "salesforce.salesforcedx-vscode-lwc",
"_lower": "salesforce.salesforcedx-vscode-lwc"
},
"activationEvent": "workspaceContains:sfdx-project.json"
}
},
"runtimeErrors": []
}
Steps to reproduce: Go to VS Code and load any existing project w/ a workspace
Expected outcome: LWC extension to load properly without becoming unresponsive.
Actual outcome: LWC extension listed as being Unresponsive
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
LWC intellisense not working in vs code - Salesforce Developers
Hi All, LWC intellisense(autocomplete) is not working in HTML file for lwc in vs code. I have all the salesforce extensions installed.
Read more >Why is ESLint not working properly for Lightning Web ...
I have ESLint and Salesforce Extension Pack updated to the newest versions. VS Code is updated to the newest version as well. Tried...
Read more >Salesforce LWC Editor chrome extension error - Stack Overflow
I was facing a similar issue, I usually reinstall the extension to make it work. Try the link above. Share.
Read more >Salesforce LWC Editor | Salesforce Chrome Extension
Salesforce Chrome Extension Playlist : https://youtube.com/playlist?list=PL6K1ZOGxBgr5PpAyoYKXRCNqCXJW5WVkM ...
Read more >SalesforceDX Code Companion - Visual Studio Marketplace
Extension for Visual Studio Code - An extension that works alongside the ... Fixes Manage Conflicts with server is not working for Apex ......
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 FreeTop 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
Top GitHub Comments
@maaaaarco @muenzpraeger - We confirmed this is a regression with 0.15.0 Redhat XML extension. There is a fix in our VSCode extension release yesterday (50.17.0) to ignore activation for this specific version. We are working on fixing the root cause meanwhile.
@maaaaarco , @muenzpraeger I’ve been able to repro this and have opened issue https://github.com/forcedotcom/salesforcedx-vscode/issues/2923 to track it, I’ll close this since it was originally opened for something different.
As Rene mentions it’s specific to the use of the XML extension, you can disable the use of the XML extension for now while we get the fix out.
Thanks again for reporting this.