|
2 | 2 | "name": "snow-cli", |
3 | 3 | "displayName": "Snow CLI", |
4 | 4 | "description": "Snow AI CLI with ACE Code Search - Intelligent code navigation and search powered by AI", |
5 | | - "version": "0.4.8", |
| 5 | + "version": "0.4.9", |
6 | 6 | "publisher": "mufasa", |
7 | 7 | "repository": { |
8 | 8 | "type": "git", |
|
35 | 35 | ], |
36 | 36 | "description": "Choose the terminal display mode. 'sidebar' embeds a terminal in the sidebar panel; 'split' opens a terminal in a right-side editor split." |
37 | 37 | }, |
38 | | - "snow-cli.startupCommand": { |
39 | | - "type": "string", |
40 | | - "default": "snow", |
41 | | - "description": "The command to run when the terminal starts." |
42 | | - }, |
43 | | - "snow-cli.terminal.shellType": { |
44 | | - "type": "string", |
45 | | - "default": "auto", |
46 | | - "enum": [ |
47 | | - "auto", |
48 | | - "powershell", |
49 | | - "cmd" |
50 | | - ], |
51 | | - "enumDescriptions": [ |
52 | | - "Auto-detect: prefer pwsh (PowerShell 7+), fallback to powershell.exe (Windows only)", |
53 | | - "PowerShell (pwsh or powershell.exe, auto-detected version)", |
54 | | - "Command Prompt (cmd.exe, Windows only)" |
55 | | - ], |
56 | | - "description": "Shell type for the sidebar terminal (Windows only). On macOS/Linux the default login shell is always used." |
57 | | - }, |
58 | | - "snow-cli.terminal.fontFamily": { |
59 | | - "type": "string", |
60 | | - "default": "", |
61 | | - "description": "Font family for the sidebar terminal. Leave empty to use the default monospace font." |
62 | | - }, |
63 | | - "snow-cli.terminal.fontSize": { |
64 | | - "type": "number", |
65 | | - "default": 14, |
66 | | - "minimum": 8, |
67 | | - "maximum": 32, |
68 | | - "description": "Font size (px) for the sidebar terminal." |
69 | | - }, |
70 | | - "snow-cli.terminal.fontWeight": { |
71 | | - "type": "string", |
72 | | - "default": "normal", |
73 | | - "enum": [ |
74 | | - "normal", |
75 | | - "bold", |
76 | | - "100", |
77 | | - "200", |
78 | | - "300", |
79 | | - "400", |
80 | | - "500", |
81 | | - "600", |
82 | | - "700", |
83 | | - "800", |
84 | | - "900" |
85 | | - ], |
86 | | - "description": "Font weight for the sidebar terminal." |
87 | | - }, |
88 | | - "snow-cli.terminal.lineHeight": { |
89 | | - "type": "number", |
90 | | - "default": 1.0, |
91 | | - "minimum": 0.8, |
92 | | - "maximum": 2.0, |
93 | | - "description": "Line height for the sidebar terminal." |
94 | | - } |
| 38 | + "snow-cli.startupCommand": { |
| 39 | + "type": "string", |
| 40 | + "default": "snow", |
| 41 | + "description": "The command to run when the terminal starts." |
| 42 | + }, |
| 43 | + "snow-cli.terminal.shellType": { |
| 44 | + "type": "string", |
| 45 | + "default": "auto", |
| 46 | + "enum": [ |
| 47 | + "auto", |
| 48 | + "powershell", |
| 49 | + "cmd" |
| 50 | + ], |
| 51 | + "enumDescriptions": [ |
| 52 | + "Auto-detect: prefer pwsh (PowerShell 7+), fallback to powershell.exe (Windows only)", |
| 53 | + "PowerShell (pwsh or powershell.exe, auto-detected version)", |
| 54 | + "Command Prompt (cmd.exe, Windows only)" |
| 55 | + ], |
| 56 | + "description": "Shell type for the sidebar terminal (Windows only). On macOS/Linux the default login shell is always used." |
| 57 | + }, |
| 58 | + "snow-cli.terminal.fontFamily": { |
| 59 | + "type": "string", |
| 60 | + "default": "", |
| 61 | + "description": "Font family for the sidebar terminal. Leave empty to use the default monospace font." |
| 62 | + }, |
| 63 | + "snow-cli.terminal.fontSize": { |
| 64 | + "type": "number", |
| 65 | + "default": 14, |
| 66 | + "minimum": 8, |
| 67 | + "maximum": 32, |
| 68 | + "description": "Font size (px) for the sidebar terminal." |
| 69 | + }, |
| 70 | + "snow-cli.terminal.fontWeight": { |
| 71 | + "type": "string", |
| 72 | + "default": "normal", |
| 73 | + "enum": [ |
| 74 | + "normal", |
| 75 | + "bold", |
| 76 | + "100", |
| 77 | + "200", |
| 78 | + "300", |
| 79 | + "400", |
| 80 | + "500", |
| 81 | + "600", |
| 82 | + "700", |
| 83 | + "800", |
| 84 | + "900" |
| 85 | + ], |
| 86 | + "description": "Font weight for the sidebar terminal." |
| 87 | + }, |
| 88 | + "snow-cli.terminal.lineHeight": { |
| 89 | + "type": "number", |
| 90 | + "default": 1, |
| 91 | + "minimum": 0.8, |
| 92 | + "maximum": 2, |
| 93 | + "description": "Line height for the sidebar terminal." |
| 94 | + } |
95 | 95 | } |
96 | 96 | }, |
97 | 97 | "viewsContainers": { |
|
132 | 132 | "title": "Snow CLI Settings", |
133 | 133 | "icon": "$(settings-gear)" |
134 | 134 | }, |
| 135 | + { |
| 136 | + "command": "snow-cli.openFilePicker", |
| 137 | + "title": "Insert File Path", |
| 138 | + "icon": "$(file-directory)" |
| 139 | + }, |
135 | 140 | { |
136 | 141 | "command": "snow-cli.focusSidebar", |
137 | 142 | "title": "Focus Snow CLI Sidebar" |
|
161 | 166 | "command": "snow-cli.openSnowSettings", |
162 | 167 | "when": "view == snowCliTerminal && snow-cli.sidebarMode", |
163 | 168 | "group": "navigation@2" |
| 169 | + }, |
| 170 | + { |
| 171 | + "command": "snow-cli.openFilePicker", |
| 172 | + "when": "view == snowCliTerminal && snow-cli.sidebarMode", |
| 173 | + "group": "navigation@3" |
164 | 174 | } |
165 | 175 | ] |
166 | 176 | } |
|
0 commit comments