bernhard-42 / vscode-cadquery-viewer

A viewer for CadQuery integrated into VS Code based on three-cad-viewer
Apache License 2.0
7 stars 1 forks source link

Persist Configs #10

Open CarpeNecopinum opened 1 year ago

CarpeNecopinum commented 1 year ago

(as per our discussion on the CadQuery Discord)

Store the default configurations for the viewer in the VSCode plugin settings.

(An alternative would've been to have the viewer automatically pick up a specifically named .json-file from the project directory to load the settings from that, but all comments thus far unanimously preferred using the VSCode settings feature instead).