dannysteenman / vscode-cloudformation-snippets

This extension adds snippets for all the AWS CloudFormation resources into Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=dannysteenman.cloudformation-yaml-snippets
Apache License 2.0
27 stars 8 forks source link

Disabled immediately after installation #3

Closed meian closed 4 years ago

meian commented 4 years ago

Hello.

The extension was disabled after launching vscode, so when I tried re-installing it, it was disabled immediately after installation, and only show uninstall button and gray out in list. I tried to clean up the extensions directory and .obsolete, but it didn't work.

No output on extension host log, output on shared log is below.

[2019-11-28 16:23:55.062] [sharedprocess] [info] Installing extension: dsteenman.cloudformation-yaml-snippets
[2019-11-28 16:23:55.504] [sharedprocess] [info] Downloaded extension: dsteenman.cloudformation-yaml-snippets c:\Users\**********\AppData\Local\Temp\1168ba88-a6ff-4e40-bf6c-da7d68ceeee6
[2019-11-28 16:23:55.702] [sharedprocess] [info] Extracted extension to C:\Users\**********\.vscode\extensions\.dsteenman.cloudformation-yaml-snippets-1.24.0: dsteenman.cloudformation-yaml-snippets
[2019-11-28 16:23:55.703] [sharedprocess] [info] Renamed to C:\Users\**********\.vscode\extensions\dsteenman.cloudformation-yaml-snippets-1.24.0
[2019-11-28 16:23:55.705] [sharedprocess] [info] Installation completed. dsteenman.cloudformation-yaml-snippets
[2019-11-28 16:23:55.710] [sharedprocess] [info] Extensions installed successfully: dsteenman.cloudformation-yaml-snippets

I am running windows 10 64 bit.

Version: 1.40.2 (user setup)
Commit: f359dd69833dd8800b54d458f6d37ab7c78df520
Date: 2019-11-25T14:54:45.096Z
Electron: 6.1.5
Chrome: 76.0.3809.146
Node.js: 12.4.0
V8: 7.6.303.31-electron.0
OS: Windows_NT x64 10.0.17134

thanks.

dannysteenman commented 4 years ago

Thanks for your feedback! I've updated the extension to v1.25.0 and confirmed it works again! Please update the extension, enjoy!

meian commented 4 years ago

v1.25.0

It works fine for me. thanks!!