This commit is contained in:
Oscar Plaisant
2024-09-20 21:31:23 +02:00
parent 2a56343d56
commit 62f0313af1
412 changed files with 64451 additions and 81085 deletions

View File

@@ -6,6 +6,7 @@
"exposeInternalModules": true,
"focusOnNewInstance": true,
"hideStatusBar": "focused",
"interceptLogging": true,
"language": "",
"newInstanceBehavior": "newHorizontalSplit",
"noticeTimeout": 5,
@@ -28,7 +29,9 @@
"SIGINT",
"SIGTERM"
],
"terminalOptions": {},
"terminalOptions": {
"documentOverride": null
},
"type": "external"
},
"darwinIntegratedDefault": {
@@ -45,7 +48,9 @@
"SIGINT",
"SIGTERM"
],
"terminalOptions": {},
"terminalOptions": {
"documentOverride": null
},
"type": "integrated",
"useWin32Conhost": true
},
@@ -57,7 +62,9 @@
"SIGINT",
"SIGTERM"
],
"terminalOptions": {},
"terminalOptions": {
"documentOverride": null
},
"type": "developerConsole"
},
"linuxExternalDefault": {
@@ -73,7 +80,9 @@
"SIGINT",
"SIGTERM"
],
"terminalOptions": {},
"terminalOptions": {
"documentOverride": null
},
"type": "external"
},
"linuxIntegratedDefault": {
@@ -90,7 +99,9 @@
"SIGINT",
"SIGTERM"
],
"terminalOptions": {},
"terminalOptions": {
"documentOverride": null
},
"type": "integrated",
"useWin32Conhost": true
},
@@ -107,7 +118,9 @@
"SIGINT",
"SIGTERM"
],
"terminalOptions": {},
"terminalOptions": {
"documentOverride": null
},
"type": "external"
},
"win32IntegratedDefault": {
@@ -124,7 +137,9 @@
"SIGINT",
"SIGTERM"
],
"terminalOptions": {},
"terminalOptions": {
"documentOverride": null
},
"type": "integrated",
"useWin32Conhost": true
}

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@
"Buy Me a Coffee": "https://buymeacoffee.com/polyipseity",
"GitHub Sponsors": "https://github.com/sponsors/polyipseity"
},
"version": "3.15.0",
"version": "3.15.1",
"authorUrl": "https://github.com/polyipseity",
"id": "terminal",
"isDesktopOnly": false,