diff --git a/package.json b/package.json index 9439c2d..2c21535 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-runner", "displayName": "Code Runner", - "description": "Run C, C++, Java, JS, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, CMD, BASH, F#, C#, VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml, R, AppleScript, Elixir, VB.NET, Clojure, Haxe, Obj-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Pascal, Haskell, Nim, D, Lisp, Kit, V, SCSS, Sass, CUDA, Less, Fortran, Ring, Standard ML, Zig, Mojo, Erlang", + "description": "Run C, C++, Java, JS, PHP, Python, Perl, Ruby, Go, Lua, Groovy, PowerShell, CMD, BASH, F#, C#, VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml, R, AppleScript, Elixir, VB.NET, Clojure, Haxe, Obj-C, Rust, Racket, Scheme, AutoHotkey, AutoIt, Kotlin, Dart, Pascal, Haskell, Nim, D, Lisp, Kit, V, SCSS, Sass, CUDA, Less, Fortran, Ring, Standard ML, Zig, Mojo, Erlang, Pickle", "version": "0.12.1", "featureFlags": { "usingNewPythonInterpreterPathApi": true, @@ -186,7 +186,8 @@ "sml": "cd $dir && sml $fileName", "mojo": "mojo run", "erlang": "escript", - "spwn": "spwn build" + "spwn": "spwn build", + "pkl": "cd $dir && pkl eval -f yaml $fileName -o $fileNameWithoutExt.yaml" }, "description": "Set the executor of each language.", "scope": "resource" @@ -227,7 +228,8 @@ ".sml": "cd $dir && sml $fileName", ".mojo": "mojo run", ".erl": "escript", - ".spwn": "spwn build" + ".spwn": "spwn build", + ".pkl": "cd $dir && pkl eval -f yaml $fileName -o $fileNameWithoutExt.yaml" }, "description": "Set the executor of each file extension.", "scope": "resource"