Closed csantanapr closed 5 years ago
I tried replacing /project/user-app/app.js
with /app.js
in all the profiling.json
files, and I still don't get any metadata when open app.js and hover the mouse or put the cursor on lines 3 or 4
Issue moved to eclipse/codewind #533 via ZenHub
Using VSCode Codewind node.js profiler with appsody app it doesn't highlights the code with profiling metadata
Steps to reproduce:
Open Performance Dashboard
app.js
go to line 3 and 4app.get('/', (req, res) => { res.send("Hello from Appsody!"); });
module.exports.app = app;