From baf976f42d17771260336cd49e9040e0ab50e2a5 Mon Sep 17 00:00:00 2001 From: mirzakaev_tf Date: Thu, 19 Oct 2023 13:23:08 +0500 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BE=D1=85=D1=80=D0=B0=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BE?= =?UTF-8?q?=D0=BA=20=D0=B2=20=D0=BF=D0=B0=D0=BF=D0=BA=D1=83=20media?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5660233..03e18c8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "cSpell.language": "en, ru" -} \ No newline at end of file + "markdown-table-formatter.limitLastColumnLength": "Follow editor's wordWrapColumn", + "markdown.copyFiles.destination": { + "/docs/**/*": "media/${fileName}" + } + } \ No newline at end of file