From 6391f4b2af916b0a46ad0f14f31eea7a3e748adb Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 5 Jan 2023 15:48:58 -0600 Subject: [PATCH] lint: add common terms to workspace dict --- onnx-web.code-workspace | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/onnx-web.code-workspace b/onnx-web.code-workspace index 06374374..6ec51947 100644 --- a/onnx-web.code-workspace +++ b/onnx-web.code-workspace @@ -15,8 +15,23 @@ "cSpell.words": [ "ddim", "ddpm", + "directml", + "ftfy", + "huggingface", + "Multistep", + "numpy", "Onnx", - "pndm" + "onnxruntime", + "pndm", + "pretrained", + "protobuf", + "runwayml", + "scipy", + "spacy", + "spinalcase", + "stringcase", + "venv", + "virtualenv" ] } } \ No newline at end of file