Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 447 Bytes

KubeJS-Definitions

KubeJS d.ts documentations for VScode linting

IMPORTANT

Typedefs aren't final! Automatic ones doesnt contain all as the java parser isn't done! JSON data from the parser is sourced from https://kubejs.com/wiki/data.json

Basic usage

  1. Download the repository
  2. Place somewhere in your workspace
  3. Modify your .vscode/settings.json and add
{
	"typescript.tsdk": "RELATIVE_PATH_TO_THE_LIB_FOLDER"
}