From e6b0e66e0541e0c9956f6e3c2b89efdd5d5a0e45 Mon Sep 17 00:00:00 2001 From: iniwap Date: Tue, 8 Apr 2025 17:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8a927ca..efb4821 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,13 +1,6 @@ { "workbench.colorTheme": "Atom One Dark", - "plantuml.jarArgs": [ - "-DPLANTUML_LIMIT_SIZE=8192" - ], - "plantuml.commandArgs": [], - "plantuml.diagramsRoot": "docs/diagrams/src", - "plantuml.exportOutDir": "docs/diagrams/out", - "python.experiments.optOutFrom": [], "flake8.args": ["--max-line-length=100"], "editor.formatOnSave": true, "black-formatter.args": ["--line-length","100"], -} \ No newline at end of file +}