This repository was archived by the owner on Sep 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- import { GeneralInfo } from ' bc-minecraft-bedrock-project/lib/src/Lib/Project/General/Types/GeneralInfo' ;
1+ import { GeneralInfo } from " bc-minecraft-bedrock-project/lib/src/project/general/types" ;
22import { Kinds } from "../../../constants" ;
33import { getFilename } from "../../../util" ;
4- import { Context } from ' ../../context/context' ;
4+ import { Context } from " ../../context/context" ;
55import { CommandCompletionContext } from "../context" ;
66
77export function provideCompletion ( context : Context < CommandCompletionContext > ) : void {
Original file line number Diff line number Diff line change 1- import { GeneralInfo } from "bc-minecraft-bedrock-project/lib/src/Lib/Project/General/Types/GeneralInfo " ;
1+ import { GeneralInfo } from "bc-minecraft-bedrock-project/lib/src/project/general/types " ;
22import { Kinds } from "../../../constants" ;
33import { getFilename } from "../../../util" ;
44import { Context } from "../../context/context" ;
Original file line number Diff line number Diff line change 1- import { GeneralInfo } from " bc-minecraft-bedrock-project/lib/src/Lib/Project/General/Types/GeneralInfo" ;
1+ import { GeneralInfo } from ' bc-minecraft-bedrock-project/lib/src/project/general/types' ;
22import { Kinds } from "../../../constants" ;
33import { getFilename } from "../../../util" ;
44import { Context } from "../../context/context" ;
Original file line number Diff line number Diff line change 1- import { GeneralInfo } from " bc-minecraft-bedrock-project/lib/src/Lib/Project/General/Types/GeneralInfo" ;
1+ import { GeneralInfo } from ' bc-minecraft-bedrock-project/lib/src/project/general/types' ;
22import { Kinds } from "../../../constants" ;
33import { Context } from "../../context/context" ;
44import { CompletionContext } from "../context" ;
Original file line number Diff line number Diff line change 11import { BehaviorPack , ResourcePack } from "bc-minecraft-bedrock-project" ;
2- import { GeneralInfo } from "bc-minecraft-bedrock-project/lib/src/Lib/Project/General/Types/GeneralInfo" ;
32import { DocumentLocation , Identifiable , Locatable } from "bc-minecraft-bedrock-types/lib/types" ;
43import { Defined , Using } from "bc-minecraft-molang" ;
54import { MolangFullSet , MolangSetOptional } from "bc-minecraft-molang/lib/src/Molang" ;
65import { CancellationToken } from "vscode-languageserver-protocol" ;
76import { Location } from "vscode-languageserver-types" ;
87import { IDocumentManager } from "../documents/manager" ;
8+ import { GeneralInfo } from 'bc-minecraft-bedrock-project/lib/src/project/general/types' ;
99
1010type Base = Identifiable & Locatable ;
1111type Carriers = Base & Partial < Items > ;
You can’t perform that action at this time.
0 commit comments