From 98d7d6cb702af2708f20e7cf16ee10a9f71b578a Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sat, 13 Mar 2021 15:43:56 -0500 Subject: My First WASM application is rendering a triangle on the frontend --- .vscode/settings.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .vscode/settings.json (limited to '.vscode') diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..095ea5c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "files.associations": { + "cmath": "cpp", + "complex": "cpp", + "cstdlib": "cpp", + "string": "cpp", + "xstring": "cpp" + } +} \ No newline at end of file -- cgit v1.2.1