Issue: Block bell in Windows Terminal #3
This commit is contained in:
parent
f22a4d881b
commit
c1511f8c5c
@ -22,7 +22,8 @@
|
|||||||
"cursorShape": "filledBox",
|
"cursorShape": "filledBox",
|
||||||
"startingDirectory": "%USERPROFILE%\\workspace",
|
"startingDirectory": "%USERPROFILE%\\workspace",
|
||||||
"colorScheme": "CMDBOX",
|
"colorScheme": "CMDBOX",
|
||||||
"hidden": false
|
"hidden": false,
|
||||||
|
"bellStyle": "none"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
|
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
|
||||||
@ -31,7 +32,9 @@
|
|||||||
"cursorShape": "filledBox",
|
"cursorShape": "filledBox",
|
||||||
"startingDirectory": "%USERPROFILE%\\workspace",
|
"startingDirectory": "%USERPROFILE%\\workspace",
|
||||||
"colorScheme": "POWERSHELL",
|
"colorScheme": "POWERSHELL",
|
||||||
"hidden": false
|
"hidden": false,
|
||||||
|
"bellStyle": "none"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
|
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
|
||||||
|
Loading…
Reference in New Issue
Block a user