Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Colleagues,Could you please share any tricks to make latest VSCode version (like 1.105.1) work with NSO Explorer (version 1.1.1). Latest working VSCode version ~1.96. With all version after - VSCode isn't able to connect to NSO. Believe MS changed s...
Team,Need help with understaning how NSO in docker loads Python libraries (especially from pyvenv inside packages). Documentation stated that NSO in docker should automatically detect & load pyvenv inside packages. Or is it only for non-Cisco NSO doc...
last working VSCode one for me 1.96.3, the NSO Developer Studio Explorer - latest available from aug 2024 (1.1.1). With current VSCode (1.105.1) NSO Developer Studio Explorer isn't able to connect to NSO.
Thank you. Sent mail to nsovscode@cisco.com . Just qq - how many users use VSCode (and NSO Developer Studio) for NSO development? Do we have any alternatives?
Team, Solved the issue following way:1. With build nso container created pyvenv under /nso/run2. installed python-ldap module from requirements file with venv pip3. updated authenticate script (replaced "#!/usr/bin/env python3" with "#!/nso/run/pyven...