diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-11-26 20:47:47 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-11-26 20:47:47 +0100 |
| commit | bae92cea3bcbacd7883499da61a0e54f13da6d23 (patch) | |
| tree | fc6c44d8d52ef57ee0b154ab97257db5fa542c6a /.vscode/settings.json | |
| parent | 817a09c2192953b72cd1b5fbc0c4f9c96ae44776 (diff) | |
| download | wanda-bae92cea3bcbacd7883499da61a0e54f13da6d23.tar.xz wanda-bae92cea3bcbacd7883499da61a0e54f13da6d23.zip | |
wanda: architecture rework
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 1231968..3974147 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,8 @@ "initializer_list": "cpp", "type_traits": "cpp", "utility": "cpp", - "string": "cpp" + "string": "cpp", + "variant": "cpp", + "string_view": "cpp" } }
\ No newline at end of file |
