Skip to content

Commit 44e3c8e

Browse files
authored
chore: update workspace configuration and settings (#18)
- Update VSCode settings for development environment - Modify Makefile for build system improvements - Add rules.code-workspace for workspace configuration These changes improve the development experience and workspace setup.
1 parent 01a7c65 commit 44e3c8e

3 files changed

Lines changed: 112 additions & 72 deletions

File tree

.vscode/settings.json

Lines changed: 65 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,66 @@
11
{
2-
"augment.advanced": {
3-
"mcpServers": [
4-
{
5-
"name": "XcodeBuildMCP",
6-
"command": "npx",
7-
"args": ["-y", "xcodebuildmcp@latest"]
8-
},
9-
{
10-
"name": "Serena",
11-
"command": "uv",
12-
"args": ["run", "serena", "mcp"]
13-
},
14-
{
15-
"name": "Linear",
16-
"command": "npx",
17-
"args": ["-y", "mcp-remote", "https://mcp.linear.app/sse"]
18-
},
19-
{
20-
"name": "GitHub",
21-
"command": "npx",
22-
"args": ["-y", "mcp-remote", "https://api.githubcopilot.com/mcp/"]
23-
},
24-
{
25-
"name": "Figma",
26-
"command": "npx",
27-
"args": ["-y", "mcp-remote", "http://127.0.0.1:3845/sse"]
28-
},
29-
{
30-
"name": "Beeper",
31-
"command": "npx",
32-
"args": ["-y", "mcp-remote", "http://localhost:23373/v0/mcp"]
33-
},
34-
{
35-
"name": "Codex",
36-
"command": "codex",
37-
"args": ["mcp"]
38-
}
39-
]
40-
},
41-
"workbench.colorCustomizations": {
42-
"activityBar.activeBackground": "#fbed80",
43-
"activityBar.background": "#fbed80",
44-
"activityBar.foreground": "#15202b",
45-
"activityBar.inactiveForeground": "#15202b99",
46-
"activityBarBadge.background": "#06b9a5",
47-
"activityBarBadge.foreground": "#15202b",
48-
"commandCenter.border": "#15202b99",
49-
"editorError.foreground": "#000000ff",
50-
"editorGroup.border": "#fbed80",
51-
"editorInfo.foreground": "#000000ff",
52-
"editorWarning.foreground": "#000000ff",
53-
"panel.border": "#fbed80",
54-
"sash.hoverBorder": "#fbed80",
55-
"sideBar.border": "#fbed80",
56-
"statusBar.background": "#f9e64f",
57-
"statusBar.border": "#f9e64f",
58-
"statusBar.debuggingBackground": "#4f62f9",
59-
"statusBar.debuggingBorder": "#4f62f9",
60-
"statusBar.debuggingForeground": "#e7e7e7",
61-
"statusBar.foreground": "#15202b",
62-
"statusBarItem.hoverBackground": "#f7df1e",
63-
"statusBarItem.remoteBackground": "#f9e64f",
64-
"statusBarItem.remoteForeground": "#15202b",
65-
"tab.activeBorder": "#fbed80",
66-
"titleBar.activeBackground": "#f9e64f",
67-
"titleBar.activeForeground": "#15202b",
68-
"titleBar.border": "#f9e64f",
69-
"titleBar.inactiveBackground": "#f9e64f99",
70-
"titleBar.inactiveForeground": "#15202b99"
71-
}
72-
}
2+
"augment.advanced": {
3+
"mcpServers": [
4+
{
5+
"name": "XcodeBuildMCP",
6+
"command": "npx",
7+
"args": [
8+
"-y",
9+
"xcodebuildmcp@latest"
10+
]
11+
},
12+
{
13+
"name": "Serena",
14+
"command": "uv",
15+
"args": [
16+
"run",
17+
"serena",
18+
"mcp"
19+
]
20+
},
21+
{
22+
"name": "Linear",
23+
"command": "npx",
24+
"args": [
25+
"-y",
26+
"mcp-remote",
27+
"https://mcp.linear.app/sse"
28+
]
29+
},
30+
{
31+
"name": "GitHub",
32+
"command": "npx",
33+
"args": [
34+
"-y",
35+
"mcp-remote",
36+
"https://api.githubcopilot.com/mcp/"
37+
]
38+
},
39+
{
40+
"name": "Figma",
41+
"command": "npx",
42+
"args": [
43+
"-y",
44+
"mcp-remote",
45+
"http://127.0.0.1:3845/sse"
46+
]
47+
},
48+
{
49+
"name": "Beeper",
50+
"command": "npx",
51+
"args": [
52+
"-y",
53+
"mcp-remote",
54+
"http://localhost:23373/v0/mcp"
55+
]
56+
},
57+
{
58+
"name": "Codex",
59+
"command": "codex",
60+
"args": [
61+
"mcp"
62+
]
63+
}
64+
]
65+
}
66+
}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# ====================================================================================
66

77
COMMANDS_SRC_DIR := $(dir $(lastword $(MAKEFILE_LIST)))commands
8-
COMMANDS_TARGET_DIRS := $(HOME)/.cursor/commands $(HOME)/.claude/commands $(HOME)/.codex/commands $(HOME)/.config/opencode/command/
8+
COMMANDS_TARGET_DIRS := $(HOME)/.cursor/commands $(HOME)/.claude/commands $(HOME)/.codex/prompts $(HOME)/.config/opencode/command/
99

1010
# ====================================================================================
1111
# COMMANDS

rules.code-workspace

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"folders": [
3+
{
4+
"name": "rules",
5+
"path": "/Users/shunkakinoki/ghq/github.com/shunkakinoki/rules"
6+
},
7+
{
8+
"name": "dotfiles",
9+
"path": "."
10+
}
11+
],
12+
"settings": {
13+
"workbench.colorCustomizations": {
14+
"activityBar.activeBackground": "#fbed80",
15+
"activityBar.background": "#fbed80",
16+
"activityBar.foreground": "#15202b",
17+
"activityBar.inactiveForeground": "#15202b99",
18+
"activityBarBadge.background": "#06b9a5",
19+
"activityBarBadge.foreground": "#15202b",
20+
"commandCenter.border": "#15202b99",
21+
"editorError.foreground": "#000000ff",
22+
"editorGroup.border": "#fbed80",
23+
"editorInfo.foreground": "#000000ff",
24+
"editorWarning.foreground": "#000000ff",
25+
"panel.border": "#fbed80",
26+
"sash.hoverBorder": "#fbed80",
27+
"sideBar.border": "#fbed80",
28+
"statusBar.background": "#f9e64f",
29+
"statusBar.border": "#f9e64f",
30+
"statusBar.debuggingBackground": "#4f62f9",
31+
"statusBar.debuggingBorder": "#4f62f9",
32+
"statusBar.debuggingForeground": "#e7e7e7",
33+
"statusBar.foreground": "#15202b",
34+
"statusBarItem.hoverBackground": "#f7df1e",
35+
"statusBarItem.remoteBackground": "#f9e64f",
36+
"statusBarItem.remoteForeground": "#15202b",
37+
"tab.activeBorder": "#fbed80",
38+
"titleBar.activeBackground": "#f9e64f",
39+
"titleBar.activeForeground": "#15202b",
40+
"titleBar.border": "#f9e64f",
41+
"titleBar.inactiveBackground": "#f9e64f99",
42+
"titleBar.inactiveForeground": "#15202b99"
43+
},
44+
"peacock.color": "#f9e64f"
45+
}
46+
}

0 commit comments

Comments
 (0)