Putting chrome *.js file into visual studio code

I can run my android applications on my phone and on my Kindle Fire.
I’m trying to test my android applications on a Chromebook.
When I run my application and am debugging it in the chrome browser on my PC, I see a file called code.js.
Can I copy this code, put it into Visual Studio Code on my Chromebook, and run it?
Is it easy or hard?
Thanks.

You can probably get it into Visual Studio Code on your Chromebook, but you might have to do some work to run it. The original copy will be on the server: you’ll need to give VSC permission to update the file on the server.