Skip to content

Commit b82d818

Browse files
authored
chore(dev): add ui, web vscode settings (#1681)
Signed-off-by: Petr Kadlec <[email protected]>
1 parent 3b5ee16 commit b82d818

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,7 @@ mise.local.toml
218218
!.vscode/tasks.json
219219
!.vscode/launch.json
220220
!.vscode/extensions.json
221-
!.vscode/*.code-snippets
221+
!.vscode/*.code-snippets
222+
223+
# Github Copilot
224+
.github/copilot-instructions.md

agentstack.code-workspace

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"name": "agentstack-cli",
1717
"path": "apps/agentstack-cli"
1818
},
19+
{
20+
"name": "agentstack-ui",
21+
"path": "apps/agentstack-ui",
22+
},
23+
{
24+
"name": "beeai-web",
25+
"path": "apps/beeai-web",
26+
},
1927
{
2028
"name": "agent-chat",
2129
"path": "agents/chat"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"editor.codeActionsOnSave": {
3+
"source.fixAll.eslint": "explicit"
4+
},
5+
"search.exclude": {
6+
".next": true
7+
},
8+
"stylelint.validate": ["scss"]
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"editor.codeActionsOnSave": {
3+
"source.fixAll.eslint": "explicit"
4+
},
5+
"search.exclude": {
6+
".next": true
7+
},
8+
"stylelint.validate": ["scss"]
9+
}

0 commit comments

Comments
 (0)