summarylogtreecommitdiffstats
path: root/translucent.patch
diff options
context:
space:
mode:
authorNevro2023-12-09 07:38:55 +0100
committerNevro2023-12-09 07:38:55 +0100
commitc6c80a5a389ce0972fc50c747d16de7968ac1e84 (patch)
tree8ce3e2ab4797db63944576c7f808bb95c3f85eb0 /translucent.patch
parent04b37f4f97eb425ecfdef374dfc794820a488e6c (diff)
downloadaur-c6c80a5a389ce0972fc50c747d16de7968ac1e84.tar.gz
1.85.0
Diffstat (limited to 'translucent.patch')
-rw-r--r--translucent.patch428
1 files changed, 9 insertions, 419 deletions
diff --git a/translucent.patch b/translucent.patch
index e5aa7c8a05e5..6160172e77bb 100644
--- a/translucent.patch
+++ b/translucent.patch
@@ -1,413 +1,3 @@
-diff -Naur a/product.json b/product.json
---- a/product.json 2023-09-06 14:00:16.000000000 +0200
-+++ b/product.json 2023-11-06 19:51:17.014229534 +0100
-@@ -1,6 +1,378 @@
- {
-+ "quality": "stable",
-+ "auth": {
-+ "loginUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
-+ "tokenUrl": "https://login.microsoftonline.com/common/oauth2/token",
-+ "redirectUrl": "https://vscode-redirect.azurewebsites.net/",
-+ "clientId": "aebc6443-996d-45c2-90f0-388ff96faa56"
-+ },
-+ "extensionsGallery": {
-+ "nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
-+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
-+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
-+ "itemUrl": "https://marketplace.visualstudio.com/items",
-+ "publisherUrl": "https://marketplace.visualstudio.com/publishers",
-+ "resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
-+ "controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json"
-+ },
-+ "profileTemplatesUrl": "https://az764295.vo.msecnd.net/profile-templates/profile-templates.json",
-+ "configurationSync.store": {
-+ "url": "https://vscode-sync.trafficmanager.net/",
-+ "stableUrl": "https://vscode-sync.trafficmanager.net/",
-+ "insidersUrl": "https://vscode-sync-insiders.trafficmanager.net/",
-+ "canSwitch": false,
-+ "authenticationProviders": {
-+ "github": {
-+ "scopes": ["user:email"]
-+ },
-+ "microsoft": {
-+ "scopes": ["openid", "profile", "email", "offline_access"]
-+ }
-+ }
-+ },
-+ "editSessions.store": {
-+ "url": "https://vscode-sync.trafficmanager.net/",
-+ "authenticationProviders": {
-+ "microsoft": {
-+ "scopes": ["openid", "profile", "email", "offline_access"]
-+ },
-+ "github": {
-+ "scopes": ["user:email"]
-+ }
-+ }
-+ },
-+ "tunnelApplicationConfig": {
-+ "editorWebUrl": "https://vscode.dev",
-+ "extension": {
-+ "friendlyName": "Remote - Tunnels",
-+ "extensionId": "ms-vscode.remote-server"
-+ },
-+ "authenticationProviders": {
-+ "github": {
-+ "scopes": ["user:email", "read:org"]
-+ }
-+ }
-+ },
-+ "commandPaletteSuggestedCommandIds": ["workbench.action.files.openFile", "workbench.action.files.openFileFolder", "workbench.action.files.openFolder", "workbench.action.remote.showMenu", "editor.action.formatDocument", "editor.action.commentLine", "workbench.action.tasks.runTask", "workbench.action.openSettings2", "workbench.action.selectTheme", "workbench.action.openWalkthrough", "workbench.action.openIssueReporter"],
-+ "extensionKeywords": {
-+ "md": ["Markdown"],
-+ "js": ["JavaScript"],
-+ "jsx": ["JavaScript"],
-+ "es6": ["JavaScript"],
-+ "html": ["Html"],
-+ "ts": ["TypeScript"],
-+ "tsx": ["TypeScript"],
-+ "css": ["CSS"],
-+ "scss": ["SASS"],
-+ "txt": ["Text"],
-+ "php": ["PHP"],
-+ "php3": ["PHP"],
-+ "php4": ["PHP"],
-+ "ph3": ["PHP"],
-+ "ph4": ["PHP"],
-+ "xml": ["XML"],
-+ "py": ["Python"],
-+ "pyc": ["Python"],
-+ "pyd": ["Python"],
-+ "pyo": ["Python"],
-+ "pyw": ["Python"],
-+ "pyz": ["Python"],
-+ "java": ["Java"],
-+ "class": ["Java"],
-+ "jar": ["Java"],
-+ "c": ["c", "objective c", "objective-c"],
-+ "m": ["objective c", "objective-c"],
-+ "mm": ["objective c", "objective-c"],
-+ "cpp": ["cpp", "c plus plus", "c", "c++"],
-+ "cc": ["cpp", "c plus plus", "c", "c++"],
-+ "cxx": ["cpp", "c plus plus", "c++"],
-+ "hh": ["cpp", "c plus plus", "c++"],
-+ "hpp": ["cpp", "c++"],
-+ "h": ["cpp", "c plus plus", "c++", "c", "objective c", "objective-c"],
-+ "sql": ["sql"],
-+ "sh": ["bash"],
-+ "bash": ["bash"],
-+ "zsh": ["bash", "zshell"],
-+ "cs": ["c#", "csharp"],
-+ "csproj": ["c#", "csharp"],
-+ "sln": ["c#", "csharp"],
-+ "go": ["go"],
-+ "sty": ["latex"],
-+ "tex": ["latex"],
-+ "ps": ["powershell"],
-+ "ps1": ["powershell"],
-+ "rs": ["rust"],
-+ "rslib": ["rust"],
-+ "hs": ["haskell"],
-+ "lhs": ["haskell"],
-+ "scm": ["scheme"],
-+ "ss": ["scheme"],
-+ "clj": ["clojure"],
-+ "cljs": ["clojure"],
-+ "cljc": ["clojure"],
-+ "edn": ["clojure"],
-+ "erl": ["erlang"],
-+ "hrl": ["erlang"],
-+ "scala": ["scala"],
-+ "sc": ["scala"],
-+ "pl": ["perl"],
-+ "pm": ["perl"],
-+ "t": ["perl"],
-+ "pod": ["perl"],
-+ "groovy": ["groovy"],
-+ "swift": ["swift"],
-+ "rb": ["ruby"],
-+ "rbw": ["ruby"],
-+ "jl": ["julia"],
-+ "f": ["fortran"],
-+ "for": ["fortran"],
-+ "f90": ["fortran"],
-+ "f95": ["fortran"],
-+ "coffee": ["CoffeeScript"],
-+ "litcoffee": ["CoffeeScript"],
-+ "yaml": ["yaml"],
-+ "yml": ["yaml"],
-+ "dart": ["dart"],
-+ "json": ["json"]
-+ },
-+ "extensionAllowedBadgeProviders": ["api.bintray.com", "api.travis-ci.com", "api.travis-ci.org", "app.fossa.io", "badge.buildkite.com", "badge.fury.io", "badge.waffle.io", "badgen.net", "badges.frapsoft.com", "badges.gitter.im", "badges.greenkeeper.io", "cdn.travis-ci.com", "cdn.travis-ci.org", "ci.appveyor.com", "circleci.com", "cla.opensource.microsoft.com", "codacy.com", "codeclimate.com", "codecov.io", "coveralls.io", "david-dm.org", "deepscan.io", "dev.azure.com", "docs.rs", "flat.badgen.net", "gemnasium.com", "githost.io", "gitlab.com", "godoc.org", "goreportcard.com", "img.shields.io", "isitmaintained.com", "marketplace.visualstudio.com", "nodesecurity.io", "opencollective.com", "snyk.io", "travis-ci.com", "travis-ci.org", "visualstudio.com", "vsmarketplacebadge.apphb.com", "www.bithound.io", "www.versioneye.com"],
-+ "extensionAllowedBadgeProvidersRegex": ["^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"],
-+ "crashReporter": {
-+ "productName": "VSCode",
-+ "companyName": "Microsoft"
-+ },
-+ "appCenter": {
-+ "win32-ia32": "appcenter://code?aid=f4289815-a66e-4ad9-b74f-d8e5bc093e41",
-+ "win32-x64": "appcenter://code?aid=a4e3233c-699c-46ec-b4f4-9c2a77254662",
-+ "win32-arm64": "appcenter://code?aid=3712d786-7cc8-4f11-8b08-cc12eab6d4f7",
-+ "linux-x64": "appcenter://code?aid=fba07a4d-84bd-4fc8-a125-9640fc8ce171",
-+ "darwin": "appcenter://code?aid=860d6632-f65b-490b-85a8-3e72944f7774",
-+ "darwin-arm64": "appcenter://code?aid=be71415d-3893-4ae5-b453-e537b9668a10",
-+ "darwin-universal": "appcenter://code?aid=de75e3cc-e22f-4f42-a03f-1409c21d8af8"
-+ },
-+ "aiConfig": {
-+ "ariaKey": "5bbf946d11a54f6783919c455abaddaf-fd62977b-c92d-4714-a45d-649d06980372-7168"
-+ },
-+ "extensionEnabledApiProposals": {
-+ "ms-vscode.vscode-selfhost-test-provider": ["testObserver"],
-+ "VisualStudioExptTeam.vscodeintellicode-completions": ["inlineCompletionsAdditions"],
-+ "ms-vsliveshare.vsliveshare": ["contribMenuBarHome", "contribShareMenu", "contribStatusBarItems", "diffCommand", "documentFiltersExclusive", "fileSearchProvider", "findTextInFiles", "notebookCellExecutionState", "notebookLiveShare", "terminalDimensions", "terminalDataWriteEvent", "textSearchProvider"],
-+ "ms-vscode.js-debug": ["portsAttributes", "findTextInFiles", "workspaceTrust", "tunnels"],
-+ "ms-toolsai.vscode-ai-remote": ["resolvers"],
-+ "ms-python.python": ["contribEditorContentMenu", "quickPickSortByLabel", "portsAttributes", "testObserver", "quickPickItemTooltip", "terminalDataWriteEvent", "saveEditor"],
-+ "ms-dotnettools.dotnet-interactive-vscode": ["notebookMessaging", "languageConfigurationAutoClosingPairs"],
-+ "GitHub.codespaces": ["contribEditSessions", "contribMenuBarHome", "contribRemoteHelp", "contribViewsRemote", "resolvers", "tunnels", "terminalDataWriteEvent", "treeViewReveal", "notebookKernelSource"],
-+ "ms-vscode.azure-repos": ["extensionRuntime", "fileSearchProvider", "textSearchProvider"],
-+ "ms-vscode.remote-repositories": ["canonicalUriProvider", "contribEditSessions", "contribRemoteHelp", "contribMenuBarHome", "contribViewsRemote", "contribViewsWelcome", "contribShareMenu", "documentFiltersExclusive", "editSessionIdentityProvider", "extensionRuntime", "fileSearchProvider", "quickPickSortByLabel", "workspaceTrust", "shareProvider", "scmActionButton", "scmSelectedProvider", "scmValidation", "textSearchProvider", "timeline"],
-+ "ms-vscode-remote.remote-wsl": ["resolvers", "contribRemoteHelp", "contribViewsRemote", "telemetry"],
-+ "ms-vscode-remote.remote-ssh": ["resolvers", "tunnels", "terminalDataWriteEvent", "contribRemoteHelp", "contribViewsRemote", "telemetry"],
-+ "ms-vscode.remote-server": ["resolvers", "tunnels", "contribViewsWelcome"],
-+ "ms-vscode.remote-explorer": ["contribRemoteHelp", "contribViewsRemote", "extensionsAny"],
-+ "ms-vscode-remote.remote-containers": ["contribEditSessions", "resolvers", "tunnels", "workspaceTrust", "terminalDimensions", "contribRemoteHelp", "contribViewsRemote"],
-+ "ms-vscode.js-debug-nightly": ["portsAttributes", "findTextInFiles", "workspaceTrust", "tunnels"],
-+ "ms-vscode.lsif-browser": ["documentFiltersExclusive"],
-+ "ms-vscode.vscode-speech": ["speech"],
-+ "GitHub.vscode-pull-request-github": ["contribCommentThreadAdditionalMenu", "tokenInformation", "contribShareMenu", "fileComments", "contribCommentPeekContext", "codiconDecoration", "diffCommand", "contribCommentEditorActionsMenu", "readonlyMessage", "treeViewMarkdownMessage", "shareProvider", "quickDiffProvider"],
-+ "GitHub.copilot": ["inlineCompletionsAdditions"],
-+ "GitHub.copilot-nightly": ["inlineCompletionsAdditions"],
-+ "GitHub.copilot-chat": ["handleIssueUri", "interactive", "interactiveUserActions", "terminalDataWriteEvent", "terminalExecuteCommandEvent", "terminalSelection", "terminalQuickFixProvider", "chatVariables", "chatAgents", "chatAgents2", "chatAgents2Additions", "defaultChatAgent", "readonlyMessage", "chatProvider", "mappedEditsProvider", "aiRelatedInformation", "codeActionAI", "findTextInFiles", "textSearchProvider"],
-+ "GitHub.remotehub": ["contribRemoteHelp", "contribMenuBarHome", "contribViewsRemote", "contribViewsWelcome", "documentFiltersExclusive", "extensionRuntime", "fileSearchProvider", "quickPickSortByLabel", "workspaceTrust", "scmSelectedProvider", "scmValidation", "textSearchProvider", "timeline"],
-+ "ms-python.gather": ["notebookCellExecutionState"],
-+ "ms-python.vscode-pylance": ["notebookCellExecutionState"],
-+ "ms-python.debugpy": ["portsAttributes"],
-+ "ms-toolsai.jupyter-renderers": ["contribNotebookStaticPreloads"],
-+ "ms-toolsai.jupyter": ["notebookDeprecated", "notebookMessaging", "notebookMime", "notebookCellExecutionState", "portsAttributes", "quickPickSortByLabel", "notebookKernelSource", "interactiveWindow", "notebookControllerAffinityHidden", "contribNotebookStaticPreloads", "quickPickItemTooltip", "notebookExecution"],
-+ "dbaeumer.vscode-eslint": ["notebookCellExecutionState"],
-+ "ms-vscode.azure-sphere-tools-ui": ["tunnels"],
-+ "ms-azuretools.vscode-azureappservice": ["terminalDataWriteEvent"],
-+ "ms-azuretools.vscode-azureresourcegroups": ["authGetSessions"],
-+ "ms-vscode.anycode": ["extensionsAny"],
-+ "ms-vscode.cpptools": ["terminalDataWriteEvent"],
-+ "redhat.java": ["documentPaste"],
-+ "ms-dotnettools.csdevkit": ["inlineCompletionsAdditions"],
-+ "ms-dotnettools.vscodeintellicode-csharp": ["inlineCompletionsAdditions"],
-+ "microsoft-IsvExpTools.powerplatform-vscode": ["fileSearchProvider", "textSearchProvider"],
-+ "microsoft-IsvExpTools.powerplatform-vscode-preview": ["fileSearchProvider", "textSearchProvider"]
-+ },
-+ "tasConfig": {
-+ "endpoint": "https://default.exp-tas.com/vscode/ab",
-+ "telemetryEventName": "query-expfeature",
-+ "featuresTelemetryPropertyName": "VSCode.ABExp.Features",
-+ "assignmentContextTelemetryPropertyName": "abexp.assignmentcontext"
-+ },
-+ "extensionKind": {
-+ "Shan.code-settings-sync": ["ui"],
-+ "shalldie.background": ["ui"],
-+ "techer.open-in-browser": ["ui"],
-+ "CoenraadS.bracket-pair-colorizer-2": ["ui"],
-+ "CoenraadS.bracket-pair-colorizer": ["ui", "workspace"],
-+ "hiro-sun.vscode-emacs": ["ui", "workspace"],
-+ "hnw.vscode-auto-open-markdown-preview": ["ui", "workspace"],
-+ "wayou.vscode-todo-highlight": ["ui", "workspace"],
-+ "aaron-bond.better-comments": ["ui", "workspace"],
-+ "vscodevim.vim": ["ui"],
-+ "ollyhayes.colmak-vim": ["ui"]
-+ },
-+ "extensionPointExtensionKind": {
-+ "typescriptServerPlugins": ["workspace"]
-+ },
-+ "extensionSyncedKeys": {
-+ "ritwickdey.liveserver": ["liveServer.setup.version"]
-+ },
-+ "extensionVirtualWorkspacesSupport": {
-+ "esbenp.prettier-vscode": {
-+ "default": false
-+ },
-+ "msjsdiag.debugger-for-chrome": {
-+ "default": false
-+ },
-+ "redhat.java": {
-+ "default": false
-+ },
-+ "HookyQR.beautify": {
-+ "default": false
-+ },
-+ "ritwickdey.LiveServer": {
-+ "default": false
-+ },
-+ "VisualStudioExptTeam.vscodeintellicode": {
-+ "default": false
-+ },
-+ "octref.vetur": {
-+ "default": false
-+ },
-+ "formulahendry.code-runner": {
-+ "default": false
-+ },
-+ "xdebug.php-debug": {
-+ "default": false
-+ },
-+ "ms-mssql.mssql": {
-+ "default": false
-+ },
-+ "christian-kohler.path-intellisense": {
-+ "default": false
-+ },
-+ "eg2.tslint": {
-+ "default": false
-+ },
-+ "eg2.vscode-npm-script": {
-+ "default": false
-+ },
-+ "donjayamanne.githistory": {
-+ "default": false
-+ },
-+ "Zignd.html-css-class-completion": {
-+ "default": false
-+ },
-+ "christian-kohler.npm-intellisense": {
-+ "default": false
-+ },
-+ "EditorConfig.EditorConfig": {
-+ "default": false
-+ },
-+ "austin.code-gnu-global": {
-+ "default": false
-+ },
-+ "johnpapa.Angular2": {
-+ "default": false
-+ },
-+ "ms-vscode.vscode-typescript-tslint-plugin": {
-+ "default": false
-+ },
-+ "DotJoshJohnson.xml": {
-+ "default": false
-+ },
-+ "techer.open-in-browser": {
-+ "default": false
-+ },
-+ "tht13.python": {
-+ "default": false
-+ },
-+ "bmewburn.vscode-intelephense-client": {
-+ "default": false
-+ },
-+ "Angular.ng-template": {
-+ "default": false
-+ },
-+ "xdebug.php-pack": {
-+ "default": false
-+ },
-+ "dbaeumer.jshint": {
-+ "default": false
-+ },
-+ "yzhang.markdown-all-in-one": {
-+ "default": false
-+ },
-+ "Dart-Code.flutter": {
-+ "default": false
-+ },
-+ "streetsidesoftware.code-spell-checker": {
-+ "default": false
-+ },
-+ "rebornix.Ruby": {
-+ "default": false
-+ },
-+ "ms-vscode.sublime-keybindings": {
-+ "default": false
-+ },
-+ "mitaki28.vscode-clang": {
-+ "default": false
-+ },
-+ "steoates.autoimport": {
-+ "default": false
-+ },
-+ "donjayamanne.python-extension-pack": {
-+ "default": false
-+ },
-+ "shd101wyy.markdown-preview-enhanced": {
-+ "default": false
-+ },
-+ "mikestead.dotenv": {
-+ "default": false
-+ },
-+ "pranaygp.vscode-css-peek": {
-+ "default": false
-+ },
-+ "ikappas.phpcs": {
-+ "default": false
-+ },
-+ "platformio.platformio-ide": {
-+ "default": false
-+ },
-+ "jchannon.csharpextensions": {
-+ "default": false
-+ },
-+ "gruntfuggly.todo-tree": {
-+ "default": false
-+ }
-+ },
-+ "linkProtectionTrustedDomains": ["https://*.visualstudio.com", "https://*.microsoft.com", "https://aka.ms", "https://*.gallerycdn.vsassets.io", "https://*.github.com", "https://login.microsoftonline.com", "https://*.vscode.dev", "https://*.github.dev", "https://gh.io", "https://portal.azure.com"],
-+ "trustedExtensionAuthAccess": ["vscode.git", "vscode.github", "ms-vscode.remote-repositories", "github.remotehub", "ms-vscode.azure-repos", "ms-vscode.remote-server", "github.vscode-pull-request-github", "github.codespaces", "ms-vsliveshare.vsliveshare", "github.copilot", "github.copilot-chat", "ms-azuretools.vscode-azureresourcegroups", "ms-edu.vscode-learning"],
-+ "trustedExtensionProtocolHandlers": ["vscode.git", "vscode.github-authentication", "vscode.microsoft-authentication"],
-+ "msftInternalDomains": ["redmond.corp.microsoft.com", "northamerica.corp.microsoft.com", "fareast.corp.microsoft.com", "ntdev.corp.microsoft.com", "wingroup.corp.microsoft.com", "southpacific.corp.microsoft.com", "wingroup.windeploy.ntdev.microsoft.com", "ddnet.microsoft.com", "europe.corp.microsoft.com"],
-+ "documentationUrl": "https://go.microsoft.com/fwlink/?LinkID=533484#vscode",
-+ "serverDocumentationUrl": "https://aka.ms/vscode-server-doc",
-+ "releaseNotesUrl": "https://go.microsoft.com/fwlink/?LinkID=533483#vscode",
-+ "keyboardShortcutsUrlMac": "https://go.microsoft.com/fwlink/?linkid=832143",
-+ "keyboardShortcutsUrlLinux": "https://go.microsoft.com/fwlink/?linkid=832144",
-+ "keyboardShortcutsUrlWin": "https://go.microsoft.com/fwlink/?linkid=832145",
-+ "introductoryVideosUrl": "https://go.microsoft.com/fwlink/?linkid=832146",
-+ "tipsAndTricksUrl": "https://go.microsoft.com/fwlink/?linkid=852118",
-+ "newsletterSignupUrl": "https://www.research.net/r/vsc-newsletter",
-+ "youTubeUrl": "https://aka.ms/vscode-youtube",
-+ "requestFeatureUrl": "https://go.microsoft.com/fwlink/?LinkID=533482",
-+ "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
-+ "reportMarketplaceIssueUrl": "https://github.com/microsoft/vsmarketplace/issues/new",
-+ "privacyStatementUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
-+ "checksumFailMoreInfoUrl": "https://go.microsoft.com/fwlink/?LinkId=828886",
-+ "settingsSearchUrl": "https://bingsettingssearch.trafficmanager.net/api/Search",
-+ "enableTelemetry": true,
-+ "showTelemetryOptOut": true,
-+ "commit": "@COMMIT@",
-+ "date": "@DATE@",
- "nameShort": "Code - OSS",
-- "nameLong": "Code - OSS",
-+ "nameLong": "Visual Studio Code",
- "applicationName": "code-oss",
- "dataFolderName": ".vscode-oss",
- "win32MutexName": "vscodeoss",
-@@ -10,9 +382,9 @@
- "serverGreeting": [],
- "serverLicense": [],
- "serverLicensePrompt": "",
-- "serverApplicationName": "code-server-oss",
-- "serverDataFolderName": ".vscode-server-oss",
-- "tunnelApplicationName": "code-tunnel-oss",
-+ "serverApplicationName": "code-server",
-+ "serverDataFolderName": ".vscode-server",
-+ "tunnelApplicationName": "code-tunnel",
- "win32DirName": "Microsoft Code OSS",
- "win32NameVersion": "Microsoft Code OSS",
- "win32RegValueName": "CodeOSS",
-@@ -31,8 +403,11 @@
- "licenseFileName": "LICENSE.txt",
- "reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
- "nodejsRepository": "https://nodejs.org",
-- "urlProtocol": "code-oss",
-- "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/ef65ac1ba57f57f2a3961bfe94aa20481caca4c6/out/vs/workbench/contrib/webview/browser/pre/",
-+ "urlProtocol": "vscode",
-+ "webUrl": "https://vscode.dev",
-+ "webEndpointUrl": "https://main.vscode-cdn.net",
-+ "webEndpointUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}",
-+ "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/{{quality}}/{{commit}}/out/vs/workbench/contrib/webview/browser/pre/",
- "builtInExtensions": [
- {
- "name": "ms-vscode.js-debug-companion",
diff -Naur a/src/main.js b/src/main.js
--- a/src/main.js 2022-09-01 00:05:32.000000000 +0200
+++ b/src/main.js 2022-09-04 04:30:24.685459144 +0200
@@ -542,13 +132,13 @@ diff -Naur a/src/vs/workbench/contrib/splash/browser/partsSplash.ts b/src/vs/wor
titleBarBackground: theme.getColor(themes.TITLE_BAR_ACTIVE_BACKGROUND)?.toString(),
activityBarBackground: theme.getColor(themes.ACTIVITY_BAR_BACKGROUND)?.toString(),
diff -Naur a/src/vs/workbench/contrib/terminal/browser/xterm/xtermTerminal.ts b/src/vs/workbench/contrib/terminal/browser/xterm/xtermTerminal.ts
---- a/src/vs/workbench/contrib/terminal/browser/xterm/xtermTerminal.ts 2022-09-01 00:05:32.000000000 +0200
-+++ b/src/vs/workbench/contrib/terminal/browser/xterm/xtermTerminal.ts 2022-09-03 02:38:13.888556140 +0200
-@@ -152,6 +152,7 @@
- altClickMovesCursor: config.altClickMovesCursor && editorOptions.multiCursorModifier === 'alt',
- scrollback: config.scrollback,
- theme: this._getXtermTheme(),
+--- a/src/vs/workbench/contrib/terminal/browser/xterm/xtermTerminal.ts 2023-12-06 02:36:56.000000000 +0100
++++ b/src/vs/workbench/contrib/terminal/browser/xterm/xtermTerminal.ts 2023-12-08 03:27:56.018613920 +0100
+@@ -219,6 +219,7 @@
+
+ this.raw = this._register(new xtermCtor({
+ allowProposedApi: true,
+ allowTransparency: true,
- drawBoldTextInBrightColors: config.drawBoldTextInBrightColors,
- fontFamily: font.fontFamily,
- fontWeight: config.fontWeight,
+ cols,
+ rows,
+ documentOverride: layoutService.mainContainer.ownerDocument,