Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>safety-toolNew to Visual Studio Code? Get it now.
safety-tool

safety-tool

zjp-CN

|
1 install
| (0) | Free
A language server for safety-tool
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Safety-tool LSP Client

What's this?

This is safety-tool's LSP client for vscode to support features like auto-completion and hover-doc.

Its LSP server should be separately installed on your own to be available.

Development

Debug

  • Run npm install in this folder. This installs all necessary npm modules in both the client and server folder
  • Open VS Code on this folder.
  • Press Ctrl+Shift+B to start compiling the client and server in watch mode.
  • Switch to the Run and Debug View in the Sidebar (Ctrl+Shift+D).
  • Select Launch Client from the drop down (if it is not already).
  • Press ▷ to run the launch config (F5).

Publish

Run vsce publish to publish this plugin to vscode marketplace.

But need these preparations once:

# Install vsce
npm install -g @vscode/vsce

# Login
# 1. Create Publisher in https://marketplace.visualstudio.com/manage
# 2. Get Personal Access Tokens (PAT) from https://dev.azure.com by enabling Marketplace (Manage) permission
vsce login <your-publisher-name>
# Paste PAT for the publisher

# Generate local .vsix
# vsce package
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft