Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Other
>
COMP/CON Content Authoring
New to Visual Studio Code?
Get it now.
COMP/CON Content Authoring
Massif Press
|
1,075 installs
|
(
0
)
|
Free
Provides JSON validation and automatic packaging for authoring COMP/CON content packs
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
COMP/CON Content Authoring extension for VSCode
This simple extension right now does two things:
Adds JSON schemas for C/C content pack .json files (lcp_manifest.json, weapons.json, etc...)
Adds a build task that generates the .LCP file at workspace root. For the task to work, you need in your PATH: 7zip CLI on windows (
7z
), or
zip
on mac/linux (NOTE: latter two not actually tested)