K

Results 8 comments of K

God dammit, I don't understand how run your tests in VSCode. It doesn't find them. If somebody gives me some advises I will be glad. Google doesn't help=((

Update: 1) I have found *.so at https://launchpad.support.sap.com/#/softwarecenter/search/SAP%2520NetWeaver%2520RFC%2520SDK%25207.50 2) I use code for registration libs like in https://github.com/nunomaia/NwRfcNet/issues/32#issuecomment-547212192 Result: System.DllNotFoundException: Unable to load shared library 'sapnwrfc' or one of its...

I have found solution: 1) Download *.so from [launchpad.support.sap.com](https://launchpad.support.sap.com/#/softwarecenter/search/SAP%2520NetWeaver%2520RFC%2520SDK%25207.50) 2) In docker file, when create runtime container add: ``` RUN cp /app/libs/nw-sap-sdk/linux64/* /lib RUN ldconfig -v -n /lib ``` this...

> Thanks for your comments. I tested in a Redhat distribution and I didn't had to force file extension, it just loaded fine. You are still having issues without the...

I have got same problem. I have found solution/reason: if terminal is opened everything is fine, when i close it extension stop working. Linux Ubuntu 19.10

> Which versions of VS Code and Remote-Containers are you using? @chrmarti VS Code Version: 1.69.1 Remote-Containers (ms-vscode-remote.remote-containers): v0.241.3

I have change version of Remote - Containers to pre-release v0.243.0 I look like it start work better. Now, after adding file, there is some delay, around 10-20 seconds before...

i have just installed this plugin. I have not seen these porblem, I created file in folder where i want.