You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,28 @@ A [WakaTime](https://wakatime.com/) extension for [Zed](https://zed.dev/).
6
6
Uses the [wakatime-ls](https://github.com/wakatime/zed-wakatime/tree/master/wakatime-ls) to receive edit events from Zed and send heartbeats to WakaTime by [wakatime-cli](https://github.com/wakatime/wakatime-cli).
7
7
8
8
## Install
9
-
Search "wakatime" in extension page, and install it.
9
+
Search for "wakatime" in the "Extensions" page and click "Install".
10
10

11
11
12
12
## Configuration
13
13
In order to authenticate with the wakatime-cli, the language server needs to know your API token.
14
14
Here are two ways to set the lsp.
15
15
16
16
### WakaTime configuration file
17
-
create a file named `.wakatime.cfg`, locate your HOME directory.
17
+
Create a file named `.wakatime.cfg` in your $HOME directory.
18
18
```toml
19
19
[settings]
20
-
api_key = Your apikey
20
+
api_key = your-api-key
21
21
```
22
22
Go through up [wakatime-cli](https://github.com/wakatime/wakatime-cli/blob/develop/USAGE.md)'s documentation for more options.
23
23
24
-
### zed setting file
25
-
Zed setting.Open zed setting file, add your api key
0 commit comments