eugenelepekhin

Results 2 issues of eugenelepekhin

Here is how I create an engine: Encoding encoding = Encoding.Default; ScriptRuntime runtime = Python.CreateRuntime(); runtime.IO.SetOutput(this.stream, encoding); runtime.IO.SetInput(this.stream, encoding); runtime.IO.SetErrorOutput(this.stream, encoding); this.scriptEngine = Python.GetEngine(runtime); So, the python text: input("name: ")...

confirmed

### Installed product versions - Visual Studio: 2022 Community - This extension: [1.1.215] ### Description Test project gets modified during tests run if FCC is installed ### Steps to recreate...