aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-02-01 21:15:13 +0100
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:12 +0200
commit1c7e6e074155499155adbbb651db1c66f1762ba2 (patch)
treec08a95e772c8e23228a2be78e308aba313034f26 /.vscode
parentbd2bd91ac947a7b1f6d097d7efa4b0ab2041d4db (diff)
Sync time with ntp server, starting with basic operations
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/c_cpp_properties.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index 6c5092f..aff2d2c 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -34,6 +34,8 @@
"/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/include-fixed",
"/usr/include",
"~/.sibs/lib/fmt/4.1.0",
+ "~/.sibs/lib/ntpclient/0.1.0/include",
+ "~/.sibs/lib/sibs-serializer/0.1.0/",
"${workspaceRoot}"
],
"defines": [],
@@ -48,6 +50,8 @@
"/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/include-fixed",
"/usr/include",
"~/.sibs/lib/fmt/4.1.0",
+ "~/.sibs/lib/ntpclient/0.1.0/include",
+ "~/.sibs/lib/sibs-serializer/0.1.0/",
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,