LoginSignup
3
2

More than 5 years have passed since last update.

JsonnetをVisual Studio Codeで使う

Posted at

この記事でJsonnetというものの存在を知った。
Jsonnetの薦め - Qiita

Googleの20%プロジェクトから生まれたみたい。
Visual Studio Codeで使えないかなーと思ったら拡張機能があったので、その紹介です。

拡張機能のインストール

Jsonnet - Visual Studio Marketplace

vscode-jsonnetのインストール

heptio/vscode-jsonnet: Jsonnet language extension for vscode
拡張機能をいれただけでは動作しません。
brewでインストールします。

brew install jsonnet

実行

Jsonnetを実行する(ファイルは保存しておかないとダメです)
image.png

実行後
image.png

上の画像を見てもらえればわかるようにデフォルトはyaml形式になる。
Jsonnetって名前なのになぜyamlなのだろう。

JSONにしたい場合は、設定画面から変えればOK。

image.png

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2