|
6 | 6 | "publisher": "ms-vscode", |
7 | 7 | "description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!", |
8 | 8 | "engines": { |
9 | | - "vscode": "^1.65.0" |
| 9 | + "vscode": "^1.67.0" |
10 | 10 | }, |
11 | 11 | "license": "SEE LICENSE IN LICENSE.txt", |
12 | 12 | "homepage": "https://github.com/PowerShell/vscode-powershell/blob/main/README.md", |
|
280 | 280 | { |
281 | 281 | "command": "PowerShell.ClosePanel", |
282 | 282 | "title": "Close panel", |
283 | | - "category": "PowerShell", |
284 | | - "icon": { |
285 | | - "light": "media/resources/light/ClosePanel.svg", |
286 | | - "dark": "media/resources/dark/ClosePanel.svg" |
287 | | - } |
| 283 | + "category": "PowerShell" |
288 | 284 | }, |
289 | 285 | { |
290 | 286 | "command": "PowerShell.PositionPanelLeft", |
291 | 287 | "title": "Move panel left", |
292 | 288 | "category": "PowerShell", |
293 | | - "icon": { |
294 | | - "light": "media/resources/light/MovePanelLeft.svg", |
295 | | - "dark": "media/resources/dark/MovePanelLeft.svg" |
296 | | - } |
| 289 | + "icon": "$(layout-sidebar-left)" |
297 | 290 | }, |
298 | 291 | { |
299 | 292 | "command": "PowerShell.PositionPanelBottom", |
300 | 293 | "title": "Move panel to bottom", |
301 | 294 | "category": "PowerShell", |
302 | | - "icon": { |
303 | | - "light": "media/resources/light/MovePanelBottom.svg", |
304 | | - "dark": "media/resources/dark/MovePanelBottom.svg" |
305 | | - } |
| 295 | + "icon": "$(layout-panel-right)" |
306 | 296 | } |
307 | 297 | ], |
308 | 298 | "menus": { |
|
353 | 343 | "command": "PowerShell.PositionPanelLeft", |
354 | 344 | "group": "navigation@98" |
355 | 345 | }, |
356 | | - { |
357 | | - "when": "editorLangId == powershell && config.powershell.buttons.showPanelMovementButtons", |
358 | | - "command": "PowerShell.ClosePanel", |
359 | | - "group": "navigation@99" |
360 | | - }, |
361 | 346 | { |
362 | 347 | "when": "editorLangId == powershell && config.powershell.buttons.showRunButtons", |
363 | 348 | "command": "PowerShell.Debug.Start", |
|
0 commit comments