DSH-Arch-Setup/plugins/dsh-touched-git/editor-preferences/package.json
Шурупов Илья Викторович cf9443753e Add one-command Arch DSH setup
Package the portable DSH profiles, local plugins, desktop integration, Firefox wrapper, and ownership-aware installer lifecycle. Bundle checksum-pinned OpenVSCode, editor extensions, translation assets, and cloudflared so unreliable upstream artifact downloads cannot break a clean installation.
2026-09-12 19:13:36 +03:00

16 lines
489 B
JSON

{
"name": "dsh-editor-preferences",
"displayName": "DSH Editor Preferences",
"description": "Apply the requested defaults to DSH's browser-local VS Code settings.",
"publisher": "dsh-local",
"version": "0.2.0",
"engines": { "vscode": "^1.109.0" },
"license": "MIT",
"browser": "./extension.js",
"extensionKind": ["ui"],
"activationEvents": ["onStartupFinished"],
"capabilities": {
"untrustedWorkspaces": { "supported": true },
"virtualWorkspaces": true
}
}