Skip to content

Commit 587d8ba

Browse files
committed
Move vscode to being a tool
Previously this was in the main schema
1 parent 1efde52 commit 587d8ba

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.envrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
use flake

examples/vscode-exts/project.ncl

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ let organist = inputs.organist in
2626
},
2727
}
2828
| organist.OrganistExpression
29+
& organist.tools.vscode.Schema

lib/organist.ncl

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
tools.editorconfig = import "./editorconfig.ncl",
1111
tools.direnv = import "./direnv.ncl",
12+
tools.vscode = import "./vscode.ncl",
1213
}
1314
#TODO: currently, Nickel forbids doc at the toplevel. It's most definitely
1415
# temporary, as the implementation of RFC005 is ongoing. Once the capability is

lib/schema.ncl

-1
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,4 @@ let vscode = import "vscode.ncl" in
6565
= {},
6666
}
6767
& filegen.Schema
68-
& vscode.Schema
6968
}

0 commit comments

Comments
 (0)