- Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Hi!
Before new version of the plugin it workd fine, but now
var path = require('node:path'); var util = require('node:util'); var os = require('node:os'); calls a bug "Error: Cannot find module 'node:path'" in my VSCode
Changing var path = require('node:path'); → var path = require('path'); and other 2 rows fixes my issue.
Node version: 14.15.5
npm: 6.14.17
VSCode: 1.68.0
Thanks!