
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@spgoding/datapack-language-server
Advanced tools

Data-pack Language Server can provide many heavy language features for documents in your datapack, including advancements, dimensions, dimension types, functions, loot tables, predicates, recipes, all kinds of tags, and all kinds of worldgen files.
npm i -g @spgoding/datapack-language-server in your command line to install the language server.Preferences: LSP Settings.{
"clients": {
"datapack-language-server": {
"command": [
"datapack-language-server",
"--stdio"
],
"enabled": true,
"languages": [
{
"languageId": "mcfunction",
"scopes": [
"source.mcfunction"
],
"syntaxes": [
"Packages/language-mcfunction/mcfunction.tmLanguage"
]
},
{
"languageId": "json",
"scopes": [
"source.json"
],
"syntaxes": [
"Packages/JavaScript/JSON.sublime-syntax"
]
}
]
}
},
"only_show_lsp_completions": true
}
LSP: Enable Language Server Globally, and choose datapack-language-server.We have a ready-for-use VS Code extension:
See our wiki for more information.
Also please note that only the DatapackLanguageService class and its methods are considered as public API. All other
exported classes/functions/variables, including but not limited to everything under the nodes directory, are not part
of the public API and are subject to change breakingly in even patch/minor versions. Do not make your systems depend on
them.
This project follows the all-contributors specification. Contributions of any kind are welcome!
If you'd like to contribute, check CONTRIBUTING.md for more information.
FAQs
A language server for Minecraft: Java Edition datapacks
The npm package @spgoding/datapack-language-server receives a total of 14 weekly downloads. As such, @spgoding/datapack-language-server popularity was classified as not popular.
We found that @spgoding/datapack-language-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.