Skip to content
Advertisement

Error: ENOENT: no such file or directory, open ‘D:d%3AVSCodeExtfunindex.html’

I do see similar questions but no actual answer. The problem with mine it keeps adding a d%3A on the path. I don’t know why it is doing that. I feel if it wouldn’t do that I can finish my extension. Yes I was working from it with a tutorial but I can’t figure out the path situation. I know other questions are out there but their’s are actually different.

my extension.js

JavaScript

package.json

JavaScript

Advertisement

Answer

I had to look at the path:

I had this originally

JavaScript

and changed it to this

JavaScript

I forgot about being able to use the [] because of mapping etc..

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement