File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import * as vscode from 'vscode' ;
2- import { config } from './config' ;
2+ import { config } from './util/ config' ;
33import * as consts from './util/constants' ;
44
55import { GCodeTreeProvider } from './providers/gcodeTree' ;
Original file line number Diff line number Diff line change 11import * as vscode from 'vscode' ;
22import * as path from 'path' ;
3- import { config } from '../config' ;
3+ import { config } from '../util/ config' ;
44import * as gcodeparser from './gcodeParser' ;
55import { iconsPath } from '../util/constants' ;
66
Original file line number Diff line number Diff line change 22
33import * as path from "path" ;
44import * as vscode from "vscode" ;
5- import { config } from "../config" ;
5+ import { config } from "../util/ config" ;
66
77
88export class GcodeCompletionItemProvider implements vscode . CompletionItemProvider {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments