diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-06-25 03:38:03 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-06-25 03:38:21 +0200 |
| commit | 5a6384d199e859c54d31a780d3c18b3b38311b45 (patch) | |
| tree | 0757b7d09b6971a9cae0d7308ce0f730b7128bb3 /.vscode | |
| parent | e1880a19df2f91757aa34a21b670da22ccb81440 (diff) | |
rp: clock setup
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index ca242662b..c897dd798 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -11,5 +11,6 @@ | |||
| 11 | "**/.git/objects/**": true, | 11 | "**/.git/objects/**": true, |
| 12 | "**/.git/subtree-cache/**": true, | 12 | "**/.git/subtree-cache/**": true, |
| 13 | "**/target/**": true | 13 | "**/target/**": true |
| 14 | } | 14 | }, |
| 15 | "git.ignoreLimitWarning": true | ||
| 15 | } \ No newline at end of file | 16 | } \ No newline at end of file |
