diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-11-26 23:19:40 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-11-26 23:19:40 +0100 |
| commit | 97390d565eca8004edb1d262c282aaf9e47c3b7b (patch) | |
| tree | 7590e094e17a9e8732fc48b76b8f38c4ba866e9b /.vscode | |
| parent | bae92cea3bcbacd7883499da61a0e54f13da6d23 (diff) | |
| download | wanda-97390d565eca8004edb1d262c282aaf9e47c3b7b.tar.xz wanda-97390d565eca8004edb1d262c282aaf9e47c3b7b.zip | |
fs: implement filesystem access
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 3974147..7192bf1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,6 +10,7 @@ "utility": "cpp", "string": "cpp", "variant": "cpp", - "string_view": "cpp" + "string_view": "cpp", + "ostream": "cpp" } }
\ No newline at end of file |
