diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..4c034d98 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools" +} \ No newline at end of file diff --git a/onnx-web.code-workspace b/onnx-web.code-workspace new file mode 100644 index 00000000..06374374 --- /dev/null +++ b/onnx-web.code-workspace @@ -0,0 +1,22 @@ +{ + "folders": [ + { + "name": "root", + "path": "." + }, + { + "path": "api" + }, + { + "path": "gui" + } + ], + "settings": { + "cSpell.words": [ + "ddim", + "ddpm", + "Onnx", + "pndm" + ] + } +} \ No newline at end of file