Skip to content

Commit f2919a3

Browse files
committed
Config and requirements update
1 parent 18abfb4 commit f2919a3

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
"name": "Subconscious Installer Debugger",
1717
"type": "debugpy",
1818
"request": "launch",
19-
"module": "installer.installer",
19+
"module": "main",
2020
"justMyCode": true,
2121
"console": "internalConsole",
22+
"cwd": "${workspaceFolder}/installer/src"
2223
},
2324
{
2425
"name": "Echo Debugger",

.vscode/settings.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"workbench.colorCustomizations": {
3-
"activityBar.activeBackground": "#ff6433",
4-
"activityBar.background": "#ff6433",
3+
"activityBar.activeBackground": "#65c89b",
4+
"activityBar.background": "#65c89b",
55
"activityBar.foreground": "#15202b",
66
"activityBar.inactiveForeground": "#15202b99",
7-
"activityBarBadge.background": "#00ff3d",
8-
"activityBarBadge.foreground": "#15202b",
9-
"commandCenter.border": "#e7e7e799",
10-
"sash.hoverBorder": "#ff6433",
11-
"statusBar.background": "#ff3d00",
12-
"statusBar.foreground": "#e7e7e7",
13-
"statusBarItem.hoverBackground": "#ff6433",
14-
"statusBarItem.remoteBackground": "#ff3d00",
15-
"statusBarItem.remoteForeground": "#e7e7e7",
16-
"titleBar.activeBackground": "#ff3d00",
17-
"titleBar.activeForeground": "#e7e7e7",
18-
"titleBar.inactiveBackground": "#ff3d0099",
19-
"titleBar.inactiveForeground": "#e7e7e799"
7+
"activityBarBadge.background": "#945bc4",
8+
"activityBarBadge.foreground": "#e7e7e7",
9+
"commandCenter.border": "#15202b99",
10+
"sash.hoverBorder": "#65c89b",
11+
"statusBar.background": "#42b883",
12+
"statusBar.foreground": "#15202b",
13+
"statusBarItem.hoverBackground": "#359268",
14+
"statusBarItem.remoteBackground": "#42b883",
15+
"statusBarItem.remoteForeground": "#15202b",
16+
"titleBar.activeBackground": "#42b883",
17+
"titleBar.activeForeground": "#15202b",
18+
"titleBar.inactiveBackground": "#42b88399",
19+
"titleBar.inactiveForeground": "#15202b99"
2020
},
21-
"peacock.color": "#ff3d00"
21+
"peacock.color": "#42b883"
2222
}

installer/src/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
flet==0.25.2
2+
requests==2.32.3

requirements.txt renamed to src/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
flet==0.25.1
22
pillow==10.3.0
33
pystray==0.19.5
4+
requests==2.32.3
45
pydantic==2.10.4
56
pyinstaller==6.11.1
67
langchain-ollama==0.2.1

0 commit comments

Comments
 (0)