Rickaym / manim-sideview

A Manim utility extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=Rickaym.manim-sideview
MIT License
102 stars 11 forks source link

Workspace Settings Needed #28

Closed fangjunzhou closed 1 year ago

fangjunzhou commented 1 year ago

I'm trying to set the executable path for the side view extension. But I noticed that there are only User settings. image Is it possible to set the executable path for the workspace only? Since I'm using a virtual environment for my project, this is important.

lbirkert commented 1 year ago

I don't think there should be a problem with that. Have you tried clicking on the workspace tab?

fangjunzhou commented 1 year ago

There's no Manim Sideview settings inside workspace: image While I can only configure it inside User settings: image

I took a look at the package.json config part, and I found that the scope of all configurations are application. I'm not familiar with vscode extension development, does that mean workspace configuration is not available? image

lbirkert commented 1 year ago

It looks like this might be indeed the case here. Is there any specific reason we even specify a scope? @Rickaym

Rickaym commented 1 year ago

I don't think so, we're safe to remove this.