qiskit-community / qiskit-metal

Quantum Hardware Design. Open-source project for engineers and scientists to design superconducting quantum devices with ease.
https://qiskit-community.github.io/qiskit-metal/
Apache License 2.0
288 stars 208 forks source link

How to deal with error when using Metal in vscode. #719

Closed priti-ashvin-shah-ibm closed 3 years ago

priti-ashvin-shah-ibm commented 3 years ago

What are the issues this pull addresses (issue numbers / links)?

This closes issue #718.

Did you add tests to cover your changes (yes/no)?

No

Did you update the documentation accordingly (yes/no)?

Added to the code.

Did you read the CONTRIBUTING document (yes/no)?

yes

Summary

When using VScode in debug mode, I needed to comment out a specific line. I tested on mac and windows-server.

Details and comments

priti-ashvin-shah-ibm commented 3 years ago

https://github.com/microsoft/debugpy/issues/304

For future reference.

priti-ashvin-shah-ibm commented 3 years ago

I tested this on both my mac and windows using vscode. Commenting out the line allowed me to continue forward.