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
@@ -95,6 +96,7 @@ some/submodule/name = new project name
95
96
| hide_file_names | Obfuscate filenames. Will not send file names to api. |_bool_;_list_|`false`|
96
97
| hide_project_names | Obfuscate project names. When a project folder is detected instead of using the folder name as the project, a `.wakatime-project file` is created with a random project name. |_bool_;_list_|`false`|
97
98
| hide_branch_names | Obfuscate branch names. Will not send revision control branch names to api. |_bool_;_list_|`false`|
99
+
| hide_dependencies | Prevent sending imports/libraries/dependencies used in currently focused file to the api. |_bool_;_list_|`false`|
98
100
| hide_project_folder | When set, send the file's path relative to the project folder. For ex: `/User/me/projects/bar/src/file.ts` is sent as `src/file.ts` so the server never sees the full path. When the project folder cannot be detected, only the file name is sent. For ex: `file.ts`. |_bool_|`false`|
99
101
| exclude | Filename patterns to exclude from logging. POSIX regex syntax. |_bool_;_list_||
100
102
| include | Filename patterns to log. When used in combination with `exclude`, files matching `include` will still be logged. POSIX regex syntax |_bool_;_list_||
@@ -111,7 +113,7 @@ some/submodule/name = new project name
111
113
| hostname | Optional name of local machine. By default, auto-detects the local machine’s hostname. |_string_||
| import_cfg | Optional path to another wakatime.cfg file to import. If set it will overwrite values loaded from $WAKATIME_HOME/.wakatime.cfg file. |_filepath_||
114
-
| metrics | When set, collects metrics usage in `~/.wakatime/metrics` folder. For further reference visit <https://go.dev/blog/pprof>. |_bool_|`false`|
116
+
| metrics | When set, collects metrics usage in '~/.wakatime/metrics' folder. For further reference visit <https://go.dev/blog/pprof>. |_bool_|`false`|
115
117
| guess_language | When `true`, enables detecting programming language from file contents. |_bool_|`false`|
116
118
117
119
### Project Map Section
@@ -142,9 +144,9 @@ However, if an api key exists in your `~/.wakatime.cfg` file then it takes prece
142
144
143
145
### Git Section
144
146
145
-
| option | description | type | default value |
146
-
| --- | --- | --- | --- |
147
-
| submodules_disabled | It will be matched against the submodule path and if matching, will skip it. |_bool_;_list_| false |
147
+
| option | description | type | default value |
148
+
| --- | --- | --- | --- |
149
+
| submodules_disabled | It will be matched against the submodule path and if matching, will skip it. |_bool_;_list_| false |
0 commit comments