mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Move open in vscode and open in terminal into titlebar without dropdown (#297283)
* refactor: update menu registration for session actions and remove split button item * Update customization: tasks.json
This commit is contained in:
committed by
GitHub
parent
d0f203e76f
commit
79acdb7cfa
3
.vscode/tasks.json
vendored
3
.vscode/tasks.json
vendored
@@ -225,7 +225,8 @@
|
||||
"windows": {
|
||||
"command": ".\\scripts\\code.bat"
|
||||
},
|
||||
"problemMatcher": []
|
||||
"problemMatcher": [],
|
||||
"inSessions": true
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
|
||||
Reference in New Issue
Block a user