File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as path from 'path';
3
3
import * as fs from 'fs' ;
4
4
import * as which from 'which' ;
5
5
import * as os from 'os' ;
6
- import * as utils from './utils' ;
6
+ import * as utils from './utils.js ' ;
7
7
8
8
export function checkPythonPath ( ) {
9
9
let pythonPath = getPythonPath ( ) ;
Original file line number Diff line number Diff line change 1
1
import * as vscode from 'vscode' ;
2
- import * as beet from './beet' ;
3
- import * as config from './config' ;
4
- import * as minecraft from './minecraft' ;
5
- import * as utils from './utils' ;
2
+ import * as beet from './beet.js ' ;
3
+ import * as config from './config.js ' ;
4
+ import * as minecraft from './minecraft.js ' ;
5
+ import * as utils from './utils.js ' ;
6
6
import * as path from 'path' ;
7
7
8
8
let cacheTask : vscode . Task ;
Original file line number Diff line number Diff line change 1
1
import * as vscode from 'vscode' ;
2
2
import * as path from 'path' ;
3
- import * as utils from './utils' ;
3
+ import * as utils from './utils.js ' ;
4
4
import * as config from './config.js' ;
5
5
6
6
export async function getSaves ( ) {
You can’t perform that action at this time.
0 commit comments