wakatime / vscode-wakatime

Visual Studio Code plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/vs-code
BSD 3-Clause "New" or "Revised" License
1.21k stars 134 forks source link

Use password prompt instead of plain text #291

Closed jewlexx closed 1 year ago

jewlexx commented 1 year ago

This PR uses VSCode's password input rather than it's plane text counterpart when submitting API key. This ensures that the API key is truly hidden, rather than displaying it when submitting to VSCode.