wakatime / ssms-wakatime

SQL Server Management Studio plugin to quantify your coding with automatic time tracking and metrics about your programming. https://wakatime.com
BSD 3-Clause "New" or "Revised" License
41 stars 19 forks source link

Problems Configurating WakaTime in SSMS18 - SOLVED #28

Closed minoveaz closed 2 years ago

minoveaz commented 3 years ago

I have follow these steps to be able to configurate:

  1. Download the latest release https://github.com/gandarez/ssms-wakatime/releases/latest

  2. Unzip the content.

  3. Run AddPackage.bat to add WakaTime extension into registry white list.

  4. Open SSMS and select option No image

  5. Close SSMS

  6. Follow this step https://github.com/gandarez/ssms-wakatime/issues/23#issuecomment-573096967

    To fix this go to the wakatime.dll, right click properties and click unblock then okay and it’ll work on restart.

    In the menu choose "Tools" > "Wakatime"

    image

  7. Start SSMS and right here the WakaTime extension should appear so you can add your API Key

  8. It also appears in the Tools window

image

  1. Now it is working

image image

WilkieIT commented 2 years ago

This resolved my issue in SSMS 18.9.1

Thanks

gandarez commented 2 years ago

The extension has been bumped to version 3.0.0. Please follow the updated instructions on README to reinstall it.