We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efde52 commit 587d8baCopy full SHA for 587d8ba
.envrc
@@ -0,0 +1 @@
1
+use flake
examples/vscode-exts/project.ncl
@@ -26,3 +26,4 @@ let organist = inputs.organist in
26
},
27
}
28
| organist.OrganistExpression
29
+ & organist.tools.vscode.Schema
lib/organist.ncl
@@ -9,6 +9,7 @@
9
10
tools.editorconfig = import "./editorconfig.ncl",
11
tools.direnv = import "./direnv.ncl",
12
+ tools.vscode = import "./vscode.ncl",
13
14
#TODO: currently, Nickel forbids doc at the toplevel. It's most definitely
15
# temporary, as the implementation of RFC005 is ongoing. Once the capability is
lib/schema.ncl
@@ -65,5 +65,4 @@ let vscode = import "vscode.ncl" in
65
= {},
66
67
& filegen.Schema
68
- & vscode.Schema
69
0 commit comments