Initial package config work
This commit is contained in:
parent
1be0816bf3
commit
a537842c6a
5 changed files with 21 additions and 147 deletions
16
config.ts
16
config.ts
|
@ -6,11 +6,17 @@ export default createConfig({
|
|||
pkgs.warehouse.withCommit(
|
||||
"510449e16535f2b28ef0ae9a53b0df119494e32d36a5572e0db1c44e96d9b08f"
|
||||
),
|
||||
pkgs.vscodium.withConfig({
|
||||
"file.json": {
|
||||
some: "value",
|
||||
}.toString(),
|
||||
"otherFile.ini": "foo",
|
||||
pkgs.VSCodium.withConfig({
|
||||
files: {
|
||||
"test.ini": {
|
||||
source: "foo",
|
||||
},
|
||||
},
|
||||
symlinks: {
|
||||
"test/test.json": {
|
||||
source: "config/test.json",
|
||||
},
|
||||
},
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
|
Reference in a new issue