Skip to content

Commit

Permalink
fix: missing import extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Apr 22, 2023
1 parent 1bd5327 commit 7e1fd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import * as fs from 'fs'
import * as path from 'path'
import * as vm from 'vm'
import { fileURLToPath } from 'url'
import { parse } from '../vscode/vs/base/common/json'
import { parse } from '../vscode/vs/base/common/json.js'
import pkg from '../package.json' assert { type: 'json' }

const __dirname = path.dirname(fileURLToPath(import.meta.url))
Expand Down

0 comments on commit 7e1fd71

Please sign in to comment.