|
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",
|
|
281 | 281 | "command": "PowerShell.ClosePanel",
|
282 | 282 | "title": "Close panel",
|
283 | 283 | "category": "PowerShell",
|
284 |
| - "icon": { |
285 |
| - "light": "media/resources/light/ClosePanel.svg", |
286 |
| - "dark": "media/resources/dark/ClosePanel.svg" |
287 |
| - } |
| 284 | + "icon": "$(layout-activitybar-left)" |
288 | 285 | },
|
289 | 286 | {
|
290 | 287 | "command": "PowerShell.PositionPanelLeft",
|
291 | 288 | "title": "Move panel left",
|
292 | 289 | "category": "PowerShell",
|
293 |
| - "icon": { |
294 |
| - "light": "media/resources/light/MovePanelLeft.svg", |
295 |
| - "dark": "media/resources/dark/MovePanelLeft.svg" |
296 |
| - } |
| 290 | + "icon": "$(layout-sidebar-left)" |
297 | 291 | },
|
298 | 292 | {
|
299 | 293 | "command": "PowerShell.PositionPanelBottom",
|
300 | 294 | "title": "Move panel to bottom",
|
301 | 295 | "category": "PowerShell",
|
302 |
| - "icon": { |
303 |
| - "light": "media/resources/light/MovePanelBottom.svg", |
304 |
| - "dark": "media/resources/dark/MovePanelBottom.svg" |
305 |
| - } |
| 296 | + "icon": "$(layout-panel-right)" |
306 | 297 | }
|
307 | 298 | ],
|
308 | 299 | "menus": {
|
|
353 | 344 | "command": "PowerShell.PositionPanelLeft",
|
354 | 345 | "group": "navigation@98"
|
355 | 346 | },
|
356 |
| - { |
357 |
| - "when": "editorLangId == powershell && config.powershell.buttons.showPanelMovementButtons", |
358 |
| - "command": "PowerShell.ClosePanel", |
359 |
| - "group": "navigation@99" |
360 |
| - }, |
361 | 347 | {
|
362 | 348 | "when": "editorLangId == powershell && config.powershell.buttons.showRunButtons",
|
363 | 349 | "command": "PowerShell.Debug.Start",
|
|
0 commit comments