qjebbs / vscode-plantuml

Rich PlantUML support for Visual Studio Code.
MIT License
1.09k stars 155 forks source link

> Since PDF cannot be exported, why add the PDF option #588

Open wyz2019 opened 3 months ago

wyz2019 commented 3 months ago

I am not particularly familiar with vscode, can you guide me on where this configuration should be written I will copy the downloaded plantuml pdf SNAPSHOT. jar here C:\Users\28601.vscode\extensions\jebbs.plantuml-2.18.1 Setting.json added a line like this, but reported an error "SettingsSync. ignoredSettings":[ "- plan. exportCurrency", "- plantuml. jar", "- plantuml. java", "- plantuml. server", "- plantuml. extender" ], "Plantuml. jarArgs":[ ], "Plantuml. jar": "/plantuml pdf SNAPSHOT. jar", "Plantuml. extender": "Local", "Plantuml. server":“ https://www.plantuml.com/plantuml ",", "Editor. largeFileOptimizations": false, "Python. formatting. provider": "none", "Python. autoComplete. extraPaths":[

], "Python. analysis. extraPaths": [], "Typescript. local": "zh CN", "Plantuml. commandArgs":[

]

matthewberryman commented 3 months ago

You have specifed the wrong location for your downloaded jar file. See https://github.com/qjebbs/vscode-plantuml/issues/154#issuecomment-2177314510