Skip to content

Commit e922c0d

Browse files
committed
feat: Begin work on Communities Layout
1 parent fd743fa commit e922c0d

24 files changed

+21273
-3808
lines changed

.devcontainer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "TS-Core-TEMPLATE Container",
2+
"name": "TS-AutoNetwork Container",
33
"dockerFile": "./Dockerfile.dev",
44
"settings": {
55
"editor.formatOnSave": true,
@@ -10,17 +10,17 @@
1010
"dbaeumer.vscode-eslint",
1111
"github.vscode-codeql",
1212
"visualstudioexptteam.vscodeintellicode",
13-
"eamodio.gitlens"
13+
"eamodio.gitlens",
14+
"redhat.vscode-yaml"
1415
],
1516
"remoteUser": "node",
1617
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind,consistency=cached",
1718
"workspaceFolder": "/workspace",
1819
"mounts": [
19-
"source=ts-core-modules,target=/workspace/node_modules,type=volume"
20+
"source=ts-autonetworks-modules,target=/workspace/node_modules,type=volume"
2021
],
2122
"remoteEnv": {
2223
"SHELL": "/bin/bash"
2324
},
24-
2525
"postCreateCommand": "sudo chown node -R node_modules && npm i"
26-
}
26+
}

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"typescript.tsdk": "node_modules/typescript/lib",
3+
"yaml.schemas": {
4+
"/workspace/schemas/Community.json": ["communities.yml", "communities.yaml"]
5+
}
36
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# K-FOSS/TS-Core Repository Template
1+
# KristianFJones/TS-AutoNetwork
22

3-
This is a TypeScript project template.
3+
TODO
44

55
## Usage
66

0 commit comments

Comments
 (0)