From 141b612e2b4c51533d044d213e05ff455134e0bb Mon Sep 17 00:00:00 2001 From: Ahmed Sabbour <103856+sabbour@users.noreply.github.com> Date: Tue, 9 Jul 2019 12:03:14 -0700 Subject: [PATCH] Added VS Code workspace settings --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4ce1348 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "pasteImage.basePath": "${projectRoot}", + "pasteImage.path": "${projectRoot}/media", + "pasteImage.showFilePathConfirmInputBox": true, + "pasteImage.filePathConfirmInputBoxMode": "onlyName" +} \ No newline at end of file