gogins / csound-ac

A C++ library for algorithmic composition, designed to be used with Csound, with both C++ and Python interfaces.
GNU Lesser General Public License v2.1
6 stars 0 forks source link

Make playpen.py configurable as to Python interpreter. #18

Closed gogins closed 9 months ago

gogins commented 9 months ago

I edited extension.js but it must be changed to use a configurable parameter for the Python interpreter, hopefully simply picking that up from Visual Studio Code's settings.

gogins commented 9 months ago

I think this now works.

gogins commented 9 months ago

Nope, still not working.

gogins commented 9 months ago

I need to get it straight how to actually debug extensions, instructions tried so far don't work.

gogins commented 9 months ago

Remember:

vsce package

Then, in the Extensions view menu, Install from VSIX...

gogins commented 9 months ago

I asked ChatGPT for help with this. It did not provide an immediately useful snippet of code, but it did indeed provide information in its code that saved me a great deal of time. It did a better of searching or inferring than I had been able to do.

This now works using the global default Python interpreter, which is what I wanted.