16 lines
320 B
YAML
16 lines
320 B
YAML
id: text-tools
|
|
name: Text Tools
|
|
version: 1.0.0
|
|
description: 内置示例 Plugin,提供安全的文本转换 Tool。
|
|
permissions: []
|
|
contributes:
|
|
tools:
|
|
- text.uppercase
|
|
commands:
|
|
- text-tools.uppercase-selection
|
|
settings_sections:
|
|
- text-tools.general
|
|
backend:
|
|
type: internal_rpc
|
|
transport: none
|