Extension fails to activate
See original GitHub issueHi there, firstly thanks for your work on this extension, it’s made me significantly more productive which is why I’m sad it recently broke in my environment!
The extension fails to activate, so all functionality is borked. Here’s a dump from the VS Code developer tools console:
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1917 Overwriting grammar scope name to file mapping for scope source.sql.
Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/sql/syntaxes/sql.tmLanguage.json.
New grammar file: file:///Users/callum/.vscode/extensions/ms-mssql.mssql-1.10.1/syntaxes/SQL.plist
register @ /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1917
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:62 [Extension Host] (node:19985) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
m @ /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:62
/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1904 Activating extension 'innoverio.vscode-dbt-power-user' failed: r.replace is not a function.
_logMessageInConsole @ /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:1904
And my platform:
Version: 1.55.2
Commit: 3c4e3df9e89829dce27b7b5c24508306b151f30d
Date: 2021-04-13T09:36:32.643Z (1 wk ago)
Electron: 11.3.0
Chrome: 87.0.4280.141
Node.js: 12.18.3
V8: 8.7.220.31-electron.0
OS: Darwin x64 19.6.0
I’m running dbt 0.19.1
. Please let me know if I can share any extra information.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Extension Activation failed #18109 - microsoft/vscode-python
" Extension activation failed, run the 'developer: Toggle Developer Tools' command for more information. ( I'm not sure how to do that, I...
Read more >How to fix Jupyter extension activation failed when opening ...
In my case, upgrading to the pre-release version of the Jupyter extension (v2022.5.1001281006) solved it right away.
Read more >Activating System Extension fails … | Apple Developer Forums
When trying to activate my System Extension of type Network Extension, the delegate receives OSSystemExtensionErrorValidationFailed as error.
Read more >Activation Events | Visual Studio Code Extension API
This activation event is emitted and interested extensions will be activated whenever a system-wide Uri for that extension is opened. The Uri scheme...
Read more >Extension(s) API Activation Fails - MainWP Documentation
Extension (s) API Activation Fails · Go to the WP > Plugins page · Find the Extension(s) that can not be activated with...
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
I’ve released v0.5.3 fixing this issue. Please let me know if you have any issues.
I was able to reproduce the issue. Will try to fix it shortly.