Integrates Atlas natively with VS Code, with full support for .project.json5, .meta.json5, and .model.json5 files.
All actions are performed via the Atlas menu. To open the Atlas menu, either:
- Open the Command Palette (
Ctrl+Shift+P) and type "Atlas: Open menu" - Use the Atlas button in the bottom right corner
Note: The Atlas button only appears if a folder in your workspace contains a
*.project.json5or*.project.jsonfile.
Atlas includes these recommended extensions as part of its extension pack:
- Better JSON5 -- JSON5 syntax highlighting, IntelliSense, and schema validation
- Luau Language Server -- Full Luau language support with autocomplete, diagnostics, and type checking
- StyLua -- Luau/Lua code formatter
Atlas is installed via npm. See the README for installation instructions.
You must click "Install Roblox Studio plugin" at least once if you want to live-sync from Studio!
This extension uses the atlas.exe from your system path. If you already installed Atlas manually to use it from the command line, or with another toolchain manager, this extension will use that version of Atlas automatically.
Atlas fully supports .json5 project files, meta files, and model files:
*.project.json5-- Project configuration (preferred over.project.json)*.meta.json5-- Instance metadata (adjacent orinit.meta.json5)*.model.json5-- JSON model instances
All file types have full JSON schema validation and IntelliSense via the bundled Better JSON5 extension.
- Read the Atlas docs
- Open an issue on the project repo
- Windows
- macOS
- Linux
Atlas for VS Code is available under the terms of The Mozilla Public License Version 2. See LICENSE for details.