/
spirzen
/
it-code-examples
Обзор
Документация
Войти
/
spirzen
/
it-code-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/json/code-414-1131-001/main.json
21 строка
475 B
Spirzen
Code migration pack
09 июн 2026, 01:41
09 июн 2026, 01:41
cebc284
Код
Авторство
О чём код?
{ "name": "helloworld", "displayName": "Hello World Sample", "description": "A simple Hello World extension for VS Code", "version": "0.0.1", "publisher": "your-publisher-id", "engines": { "vscode": "^1.85.0" }, "categories": ["Other"], "icon": "images/icon.png", "galleryBanner": { "color": "#C80000", "theme": "dark" }, "repository": { "type": "git", "url": "https://github.com/yourname/helloworld.git" }, "license": "MIT" }