1c-platform-tools-config

Configures 1C Platform Tools launch environments and service files.

178|16|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/yellow-hammer/vscode-1c-platform-tools --skill 1c-platform-tools-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 1c-platform-tools-config
Source: https://github.com/yellow-hammer/vscode-1c-platform-tools/tree/main/resources/skills/1c-platform-tools-config
Command: npx skills add https://github.com/yellow-hammer/vscode-1c-platform-tools --skill 1c-platform-tools-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Упрощает настройку окружения и файлов проекта для 1C:Platform Tools, объединяя управление env.json, профилями запуска и служебными файлами в единый процесс.

Core Features & Use Cases

  • Управление env-профилями запуска: создание, выбор и редактирование профилей env.json.
  • Генерация и обслуживание служебных файлов (.gitignore, .gitattributes, env.local.json) и конфигураций запусков (launch.json).
  • Быстрые сценарии настройки окружения для проекта 1С: переключение профилей, применение временных параметров и открытие файлов конфигурации.
  • Use Case: Откройте новый проект 1С, настройте env.dev.json, сгенерируйте запуск и быстро запустите конфигурацию.

Quick Start

Открой env.json и активируй нужный профиль запуска, чтобы быстро подготовить окружение для проекта 1С.

Frequently Asked Questions about 1c-platform-tools-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure env.json profiles for 1C Platform Tools?

To configure env.json profiles, open the file and activate the desired launch profile to provision and validate environment settings. This streamlines project setup by generating deterministic startup workflows for 1C development.

What is the best way to generate launch configurations for a 1C project?

Generating launch configurations involves provisioning launch.json and related artifacts to support deterministic startup workflows. It initializes service files and validates profiles to quickly prepare the environment for 1C Platform Tools.

Can I switch launch profiles and apply temporary parameters in 1C Platform Tools?

Yes, you can switch launch profiles and apply temporary parameters in 1C Platform Tools. The process manages env.json selections and edits configurations to support quick environment setups and project switching.

What service files are generated when setting up a 1C project environment?

Setting up a 1C project environment generates service files like .gitignore, .gitattributes, and env.local.json. It also provisions launch.json configurations to ensure deterministic startup workflows and proper version control.

Do I need to manually edit env.local.json after initializing a 1C project?

You do not need to manually edit env.local.json after initialization because the setup process provisions and validates helper files automatically. It generates env.json profiles and launch configurations to streamline the workflow.