Skip to content

Commit

Permalink
fix: cannot debug typescript plugin extension with pnpm
Browse files Browse the repository at this point in the history
close #1361
  • Loading branch information
johnsoncodehk committed Aug 30, 2022
1 parent cfcd155 commit 5963838
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,5 +1,7 @@
try {
module.exports = require('../typescript-vue-plugin');
// module.exports = require('../typescript-vue-plugin');
// pnpm path
module.exports = require('../../../../../extensions/vscode-typescript-vue-plugin/node_modules/typescript-vue-plugin');
}
catch {
module.exports = require('../../dist');
Expand Down

0 comments on commit 5963838

Please sign in to comment.