Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>[DEPRECATED] asdine-vscode-cueNew to Visual Studio Code? Get it now.
[DEPRECATED] asdine-vscode-cue

[DEPRECATED] asdine-vscode-cue

Asdine El Hrychy

|
10,439 installs
| (1) | Free
Cue language support for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cue for Visual Studio Code

⚠️ This extension is deprecated. Please use the official CUE extension extension instead.

The VS Code Cue extension provides language support for the CUE data validation language.

Cue extension overview

Features

  • Code formatting
  • Automatic imports management using cueimports
  • Syntax highlightimg
  • Package linting

Requirements

This extension requires the cue binary.

Extension Settings

This extension contributes the following settings:

  • cue.formatTool: Tool to use for formatting code. Either cueimports or cue fmt
  • cue.lintOnSave: Lints code on file save using cue vet. Either package or none.
  • cue.lintFlags: Flags to pass to cue vet (e.g. ["-c"])
  • cue.toolsPath: Path to the directory containing the tools installed by the extension (e.g. cueimports, etc...). If not set, the extension will use the $HOME/.bin directory. This directory must be in your PATH.

Credits

  • Shiki
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft