
Tag: VSCode
how to debug client-side javascript served in static files by node.js in VSCode?
I would like to debug client-side javascript served by node.js as a static resource within VSCode. Is this possible ? I am able to debug server-side javascript following this: code.visualstudio.com/docs/nodejs/nodejs-debugging…
visual studio code – How to run a python azure function locally on M1 MacBook
I’ve seen this question asked a few times but I’m not getting anywhere with any solution I have created a new azure python function following the steps here: learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs-code?tabs=csharp Yet…
vscode devcontainer – Unauthorized client refused – frappe/erpnext development setup with docker (code oss – manjaro)
I am trying to configure frappe/erpnext on my laptop where I have Manjaro Linux installed, I am following step by step what is indicated here: github.com/frappe/frappe_docker/blob/main/docs/development.md but I get Connection…
visual studio code – I am new to VSCode, Python, and the OpenAI API, and I am unable to figure out how to access the hover documentation
Every video I watch shows documentation when the user hovers over code, yet mine is nearly empty. Example: response = openai.Completion.create(engine=”text-davinci-001″, prompt=prompt, max_tokens=6) If I hover over “create” it shows…