
Research
/Security News
Mini Shai-Hulud Campaign Hits Red Hat Cloud Services npm Packages
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.
@salesforce/soql-language-server
Advanced tools
The SOQL Language Server provides comprehensive language support for SOQL (Salesforce Object Query Language) queries in text editors. This package implements the server-side of the LSP protocol to provide features such as:
Salesforce's SOQL VS Code extension, which lives in repo salesforcedx-vscode, includes an LSP client implementation for this server.
This package is primarily used as a dependency by the Salesforce SOQL VS Code extension. For end users, the language server is automatically installed when you install the VS Code extension.
For developers who want to work with the language server directly:
npm install @salesforce/soql-language-server
The language server is designed to work with LSP-compatible editors. It's primarily used through the Salesforce SOQL VS Code extension.
If you are interested in contributing, please take a look at the CONTRIBUTING guide.
This project is licensed under the BSD 3-Clause License - see the LICENSE.txt file for details.
Please report any security issues to security@salesforce.com as soon as they are discovered. See our SECURITY.md file for more details.
yarn from the top-level directory to pull all dependenciesyarn build to buildyarn run lint to run static checks with eslintyarn run test to run automated testsThis package is used by VS Code extension salesforcedx-vscode-soql which lives in repo salesforcedx-vscode.
During development, you can work with a local copy of the salesforcedx-vscode repo, and configure it to use your local build from your soql-language-server repo using yarn/npm links. Example:
# Make global links available
cd soql-language-server
yarn link
# Link to them from the VS Code SOQL extension package
cd salesforcedx-vscode
npm install
cd ./packages/salesforcedx-vscode-soql
npm link @salesforce/soql-language-server
With that in place, you can make changes to soql-language-server, build, and then relaunch the salesforcedx-vscode extensions from VS Code to see the changes.
You can debug Jest test for an individual package by running the corresponding launch configuration in VS Codes RUN panel.
FAQs
SOQL Language Server
The npm package @salesforce/soql-language-server receives a total of 4,003 weekly downloads. As such, @salesforce/soql-language-server popularity was classified as popular.
We found that @salesforce/soql-language-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 28 open source maintainers 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.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.

Research
/Security News
The North Korean malware loader hides in a Packagist-listed package and its GitHub branch to fetch and execute remote code in a likely Contagious Interview-style lure.

Security News
The Rust project is moving toward formal rules on LLM use in contributions after months of internal debate over maintainer burden, code quality, and contributor experience.