git: 6cb4af508e8f - main - editors/vscode: update to 1.63.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Dec 2021 07:18:41 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cb4af508e8faf698b86a0a0b3f342149e50bf52 commit 6cb4af508e8faf698b86a0a0b3f342149e50bf52 Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2021-12-11 07:17:03 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2021-12-11 07:18:35 +0000 editors/vscode: update to 1.63.0 While here, remove BROKEN on FreeBSD 12. It build fine on FreeBSD 12 now. Changelog: https://code.visualstudio.com/updates/v1_63 --- editors/vscode/Makefile | 6 +- editors/vscode/distinfo | 14 +-- .../files/patch-build_gulpfile.extensions.js | 4 +- .../vscode/files/patch-build_gulpfile.vscode.js | 4 +- editors/vscode/files/patch-src_main.js | 4 +- .../files/patch-src_vs_base_common_platform.ts | 8 +- editors/vscode/files/patch-src_vs_base_node_ps.ts | 6 +- .../files/patch-src_vs_code_electron-main_app.ts | 4 +- ...h_contrib_extensions_browser_extensionEditor.ts | 4 +- ...=> patch-test_automation_src_electronDriver.ts} | 26 ++--- editors/vscode/files/patch-test_smoke_src_main.ts | 6 +- editors/vscode/pkg-plist | 124 +++++++++++++++++---- 12 files changed, 144 insertions(+), 66 deletions(-) diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index d2f5f97a58e9..62d5f2365f43 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,5 @@ PORTNAME= vscode -DISTVERSION= 1.62.3 -PORTREVISION= 3 +DISTVERSION= 1.63.0 CATEGORIES= editors MASTER_SITES= https://registry.npmjs.org/esbuild-freebsd-64/-/:esbuild_binary \ https://nodejs.org/dist/v${NODE_VER}/:node_headers \ @@ -22,7 +21,6 @@ COMMENT= Visual Studio Code - Open Source ("Code - OSS") LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN_FreeBSD_12= ../src/keymapping.h:40:3: error: unknown type name 'pthread_t' DEPRECATED= Uses EOL Python 2.7 via devel/electron13 EXPIRATION_DATE=2021-06-23 @@ -74,7 +72,7 @@ USES= desktop-file-utils gl gmake gnome jpeg pkgconfig \ USE_GITHUB= yes GH_ACCOUNT= microsoft -SOURCE_COMMIT_HASH= ccbaa2d27e38e5afa3e5c21c1c7bef4657064247 +SOURCE_COMMIT_HASH= 7db1a2b88f7557e0a43fec75b6ba7e50b3e9f77e BINARY_ALIAS= python=${PYTHON_CMD} diff --git a/editors/vscode/distinfo b/editors/vscode/distinfo index 322eb870f034..12cf1c465699 100644 --- a/editors/vscode/distinfo +++ b/editors/vscode/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1637651377 +TIMESTAMP = 1639036047 SHA256 (vscode/esbuild-freebsd-64-0.12.6.tgz) = 356c12b53e77f210f6155cf978d2e51054e983eaf0d63d218c153b559e3e1160 SIZE (vscode/esbuild-freebsd-64-0.12.6.tgz) = 3132209 SHA256 (vscode/esbuild-freebsd-64-0.11.23.tgz) = 976dc94c9aa92d7ef029c1f5e246883986fa92626aba8c8a37876a6929c64c30 SIZE (vscode/esbuild-freebsd-64-0.11.23.tgz) = 3108323 SHA256 (vscode/node-v14.16.0-headers.tar.gz) = 4b44b92903a61c29af20550f9d25bfc3029657df6b5f0a12072a70360f7eedee SIZE (vscode/node-v14.16.0-headers.tar.gz) = 597013 -SHA256 (vscode/yarn-offline-cache-1.62.3.tar.gz) = d28985a924cc4811f4e0cfc0e899fd27ac5175d888ec14e8493a7501d0fdb638 -SIZE (vscode/yarn-offline-cache-1.62.3.tar.gz) = 117584046 -SHA256 (vscode/vscode-marketplace-exts-1.62.3.tar.gz) = 18056cc48cb8408e058e2fe7a72f59cde7dd7909af5729f90ea9ab79a103eef7 -SIZE (vscode/vscode-marketplace-exts-1.62.3.tar.gz) = 1519246 -SHA256 (vscode/microsoft-vscode-1.62.3_GH0.tar.gz) = 87638a1b26f58225d3cae953f5a5036139ef3529a43caee50c4c18def801ce22 -SIZE (vscode/microsoft-vscode-1.62.3_GH0.tar.gz) = 15182201 +SHA256 (vscode/yarn-offline-cache-1.63.0.tar.gz) = 5c17d17cda5eb06d825a95c559bf5416e17b752876ecc0f8bb184ab2640801b9 +SIZE (vscode/yarn-offline-cache-1.63.0.tar.gz) = 119155929 +SHA256 (vscode/vscode-marketplace-exts-1.63.0.tar.gz) = e977f562db4a251cf3be1ed76d586e91d47f90b4bd787a6f64678438b26f7be8 +SIZE (vscode/vscode-marketplace-exts-1.63.0.tar.gz) = 1523582 +SHA256 (vscode/microsoft-vscode-1.63.0_GH0.tar.gz) = e71637baa6e3ccba876e6d465bda517f40aef2548f8941f69f38891bd0f983f3 +SIZE (vscode/microsoft-vscode-1.63.0_GH0.tar.gz) = 15408986 diff --git a/editors/vscode/files/patch-build_gulpfile.extensions.js b/editors/vscode/files/patch-build_gulpfile.extensions.js index c44e3efd968b..6c394089ed93 100644 --- a/editors/vscode/files/patch-build_gulpfile.extensions.js +++ b/editors/vscode/files/patch-build_gulpfile.extensions.js @@ -1,6 +1,6 @@ ---- build/gulpfile.extensions.js.orig 2021-07-14 21:51:05 UTC +--- build/gulpfile.extensions.js.orig 2021-12-06 21:35:50 UTC +++ build/gulpfile.extensions.js -@@ -218,7 +218,7 @@ const cleanExtensionsBuildTask = task.define('clean-ex +@@ -220,7 +220,7 @@ const cleanExtensionsBuildTask = task.define('clean-ex const compileExtensionsBuildTask = task.define('compile-extensions-build', task.series( cleanExtensionsBuildTask, task.define('bundle-extensions-build', () => ext.packageLocalExtensionsStream(false).pipe(gulp.dest('.build'))), diff --git a/editors/vscode/files/patch-build_gulpfile.vscode.js b/editors/vscode/files/patch-build_gulpfile.vscode.js index 6d949cf6de1c..2ea90b5911d4 100644 --- a/editors/vscode/files/patch-build_gulpfile.vscode.js +++ b/editors/vscode/files/patch-build_gulpfile.vscode.js @@ -1,6 +1,6 @@ ---- build/gulpfile.vscode.js.orig 2021-11-16 15:42:03 UTC +--- build/gulpfile.vscode.js.orig 2021-12-06 21:35:50 UTC +++ build/gulpfile.vscode.js -@@ -293,7 +293,7 @@ function packageTask(platform, arch, sourceFolderName, +@@ -295,7 +295,7 @@ function packageTask(platform, arch, sourceFolderName, .pipe(util.skipDirectories()) .pipe(util.fixWin32DirectoryPermissions()) .pipe(filter(['**', '!**/.github/**'], { dot: true })) // https://github.com/microsoft/vscode/issues/116523 diff --git a/editors/vscode/files/patch-src_main.js b/editors/vscode/files/patch-src_main.js index 675b4d00fba6..01e601c84cfb 100644 --- a/editors/vscode/files/patch-src_main.js +++ b/editors/vscode/files/patch-src_main.js @@ -1,6 +1,6 @@ ---- src/main.js.orig 2021-09-22 11:45:58 UTC +--- src/main.js.orig 2021-12-06 21:35:50 UTC +++ src/main.js -@@ -163,7 +163,7 @@ function configureCommandlineSwitchesSync(cliArgs) { +@@ -161,7 +161,7 @@ function configureCommandlineSwitchesSync(cliArgs) { 'force-color-profile' ]; diff --git a/editors/vscode/files/patch-src_vs_base_common_platform.ts b/editors/vscode/files/patch-src_vs_base_common_platform.ts index e446bb704110..98d82e86a3a6 100644 --- a/editors/vscode/files/patch-src_vs_base_common_platform.ts +++ b/editors/vscode/files/patch-src_vs_base_common_platform.ts @@ -1,6 +1,6 @@ ---- src/vs/base/common/platform.ts.orig 2021-09-22 11:45:58 UTC +--- src/vs/base/common/platform.ts.orig 2021-12-06 21:35:50 UTC +++ src/vs/base/common/platform.ts -@@ -78,7 +78,7 @@ if (typeof navigator === 'object' && !isElectronRender +@@ -79,7 +79,7 @@ if (typeof navigator === 'object' && !isElectronRender _isWindows = _userAgent.indexOf('Windows') >= 0; _isMacintosh = _userAgent.indexOf('Macintosh') >= 0; _isIOS = (_userAgent.indexOf('Macintosh') >= 0 || _userAgent.indexOf('iPad') >= 0 || _userAgent.indexOf('iPhone') >= 0) && !!navigator.maxTouchPoints && navigator.maxTouchPoints > 0; @@ -9,12 +9,12 @@ _isWeb = true; _locale = navigator.language; _language = _locale; -@@ -88,7 +88,7 @@ if (typeof navigator === 'object' && !isElectronRender +@@ -89,7 +89,7 @@ if (typeof navigator === 'object' && !isElectronRender else if (typeof nodeProcess === 'object') { _isWindows = (nodeProcess.platform === 'win32'); _isMacintosh = (nodeProcess.platform === 'darwin'); - _isLinux = (nodeProcess.platform === 'linux'); + _isLinux = (nodeProcess.platform === 'linux' || nodeProcess.platform === 'freebsd'); _isLinuxSnap = _isLinux && !!nodeProcess.env['SNAP'] && !!nodeProcess.env['SNAP_REVISION']; + _isElectron = isElectronProcess; _locale = LANGUAGE_DEFAULT; - _language = LANGUAGE_DEFAULT; diff --git a/editors/vscode/files/patch-src_vs_base_node_ps.ts b/editors/vscode/files/patch-src_vs_base_node_ps.ts index 50e46e08dc9e..228b4599fc04 100644 --- a/editors/vscode/files/patch-src_vs_base_node_ps.ts +++ b/editors/vscode/files/patch-src_vs_base_node_ps.ts @@ -1,6 +1,6 @@ ---- src/vs/base/node/ps.ts.orig 2021-04-06 08:03:34 UTC +--- src/vs/base/node/ps.ts.orig 2021-12-06 21:35:50 UTC +++ src/vs/base/node/ps.ts -@@ -205,7 +205,7 @@ export function listProcesses(rootPid: number): Promis +@@ -214,7 +214,7 @@ export function listProcesses(rootPid: number): Promis exec('which ps', {}, (err, stdout, stderr) => { if (err || stderr) { @@ -9,7 +9,7 @@ reject(err || new Error(stderr.toString())); } else { const cmd = JSON.stringify(FileAccess.asFileUri('vs/base/node/ps.sh', require).fsPath); -@@ -220,7 +220,8 @@ export function listProcesses(rootPid: number): Promis +@@ -229,7 +229,8 @@ export function listProcesses(rootPid: number): Promis } } else { const ps = stdout.toString().trim(); diff --git a/editors/vscode/files/patch-src_vs_code_electron-main_app.ts b/editors/vscode/files/patch-src_vs_code_electron-main_app.ts index 2a88072d7d43..05301d93dcf9 100644 --- a/editors/vscode/files/patch-src_vs_code_electron-main_app.ts +++ b/editors/vscode/files/patch-src_vs_code_electron-main_app.ts @@ -1,6 +1,6 @@ ---- src/vs/code/electron-main/app.ts.orig 2021-11-16 15:42:03 UTC +--- src/vs/code/electron-main/app.ts.orig 2021-12-06 21:35:50 UTC +++ src/vs/code/electron-main/app.ts -@@ -463,7 +463,7 @@ export class CodeApplication extends Disposable { +@@ -465,7 +465,7 @@ export class CodeApplication extends Disposable { services.set(IUpdateService, new SyncDescriptor(Win32UpdateService)); break; diff --git a/editors/vscode/files/patch-src_vs_workbench_contrib_extensions_browser_extensionEditor.ts b/editors/vscode/files/patch-src_vs_workbench_contrib_extensions_browser_extensionEditor.ts index 918f3ffda062..146544c14b93 100644 --- a/editors/vscode/files/patch-src_vs_workbench_contrib_extensions_browser_extensionEditor.ts +++ b/editors/vscode/files/patch-src_vs_workbench_contrib_extensions_browser_extensionEditor.ts @@ -1,6 +1,6 @@ ---- src/vs/workbench/contrib/extensions/browser/extensionEditor.ts.orig 2021-11-16 15:42:03 UTC +--- src/vs/workbench/contrib/extensions/browser/extensionEditor.ts.orig 2021-12-06 21:35:50 UTC +++ src/vs/workbench/contrib/extensions/browser/extensionEditor.ts -@@ -1578,7 +1578,8 @@ export class ExtensionEditor extends EditorPane { +@@ -1743,7 +1743,8 @@ export class ExtensionEditor extends EditorPane { switch (platform) { case 'win32': key = rawKeyBinding.win; break; diff --git a/editors/vscode/files/patch-test_automation_src_code.ts b/editors/vscode/files/patch-test_automation_src_electronDriver.ts similarity index 71% rename from editors/vscode/files/patch-test_automation_src_code.ts rename to editors/vscode/files/patch-test_automation_src_electronDriver.ts index f2ec54c4342a..df804e61123d 100644 --- a/editors/vscode/files/patch-test_automation_src_code.ts +++ b/editors/vscode/files/patch-test_automation_src_electronDriver.ts @@ -1,6 +1,15 @@ ---- test/automation/src/code.ts.orig 2021-08-18 23:34:31 UTC -+++ test/automation/src/code.ts -@@ -24,7 +24,7 @@ function getDevElectronPath(): string { +--- test/automation/src/electronDriver.ts.orig 2021-12-09 06:41:16 UTC ++++ test/automation/src/electronDriver.ts +@@ -39,7 +39,7 @@ export async function launch(codePath: string | undefi + '--driver', driverIPCHandle + ]; + +- if (process.platform === 'linux') { ++ if (process.platform === 'linux' || process.platform === 'freebsd') { + args.push('--disable-gpu'); // Linux has trouble in VMs to render properly with GPU enabled + } + +@@ -148,7 +148,7 @@ function getDevElectronPath(): string { switch (process.platform) { case 'darwin': return path.join(buildPath, 'electron', `${product.nameLong}.app`, 'Contents', 'MacOS', 'Electron'); @@ -9,7 +18,7 @@ return path.join(buildPath, 'electron', `${product.applicationName}`); case 'win32': return path.join(buildPath, 'electron', `${product.nameShort}.exe`); -@@ -37,7 +37,7 @@ function getBuildElectronPath(root: string): string { +@@ -161,7 +161,7 @@ function getBuildElectronPath(root: string): string { switch (process.platform) { case 'darwin': return path.join(root, 'Contents', 'MacOS', 'Electron'); @@ -18,12 +27,3 @@ const product = require(path.join(root, 'resources', 'app', 'product.json')); return path.join(root, product.applicationName); } -@@ -146,7 +146,7 @@ export async function spawn(options: SpawnOptions): Pr - '--driver', handle - ]; - -- if (process.platform === 'linux') { -+ if (process.platform === 'linux' || process.platform === 'freebsd') { - args.push('--disable-gpu'); // Linux has trouble in VMs to render properly with GPU enabled - } - diff --git a/editors/vscode/files/patch-test_smoke_src_main.ts b/editors/vscode/files/patch-test_smoke_src_main.ts index 17e336b519be..5a502f330173 100644 --- a/editors/vscode/files/patch-test_smoke_src_main.ts +++ b/editors/vscode/files/patch-test_smoke_src_main.ts @@ -1,6 +1,6 @@ ---- test/smoke/src/main.ts.orig 2021-09-22 11:45:58 UTC +--- test/smoke/src/main.ts.orig 2021-12-06 21:35:50 UTC +++ test/smoke/src/main.ts -@@ -101,7 +101,7 @@ if (!opts.web) { +@@ -109,7 +109,7 @@ if (!opts.web) { switch (process.platform) { case 'darwin': return path.join(buildPath, 'electron', `${product.nameLong}.app`, 'Contents', 'MacOS', 'Electron'); @@ -9,7 +9,7 @@ return path.join(buildPath, 'electron', `${product.applicationName}`); case 'win32': return path.join(buildPath, 'electron', `${product.nameShort}.exe`); -@@ -114,7 +114,7 @@ if (!opts.web) { +@@ -122,7 +122,7 @@ if (!opts.web) { switch (process.platform) { case 'darwin': return path.join(root, 'Contents', 'MacOS', 'Electron'); diff --git a/editors/vscode/pkg-plist b/editors/vscode/pkg-plist index 79914ea77184..68dd843374cd 100644 --- a/editors/vscode/pkg-plist +++ b/editors/vscode/pkg-plist @@ -137,6 +137,10 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/debug-server-ready/media/icon.png %%DATADIR%%/resources/app/extensions/debug-server-ready/package.json %%DATADIR%%/resources/app/extensions/debug-server-ready/package.nls.json +%%DATADIR%%/resources/app/extensions/diff/language-configuration.json +%%DATADIR%%/resources/app/extensions/diff/package.json +%%DATADIR%%/resources/app/extensions/diff/package.nls.json +%%DATADIR%%/resources/app/extensions/diff/syntaxes/diff.tmLanguage.json %%DATADIR%%/resources/app/extensions/docker/language-configuration.json %%DATADIR%%/resources/app/extensions/docker/package.json %%DATADIR%%/resources/app/extensions/docker/package.nls.json @@ -159,6 +163,30 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/fsharp/package.nls.json %%DATADIR%%/resources/app/extensions/fsharp/snippets/fsharp.code-snippets %%DATADIR%%/resources/app/extensions/fsharp/syntaxes/fsharp.tmLanguage.json +%%DATADIR%%/resources/app/extensions/git-base/README.md +%%DATADIR%%/resources/app/extensions/git-base/dist/extension.js +%%DATADIR%%/resources/app/extensions/git-base/dist/nls.metadata.header.json +%%DATADIR%%/resources/app/extensions/git-base/dist/nls.metadata.json +%%DATADIR%%/resources/app/extensions/git-base/extension.webpack.config.js +%%DATADIR%%/resources/app/extensions/git-base/languages/git-commit.language-configuration.json +%%DATADIR%%/resources/app/extensions/git-base/languages/git-rebase.language-configuration.json +%%DATADIR%%/resources/app/extensions/git-base/languages/ignore.language-configuration.json +%%DATADIR%%/resources/app/extensions/git-base/package.json +%%DATADIR%%/resources/app/extensions/git-base/package.nls.json +%%DATADIR%%/resources/app/extensions/git-base/resources/icons/git.png +%%DATADIR%%/resources/app/extensions/git-base/src/api/api1.ts +%%DATADIR%%/resources/app/extensions/git-base/src/api/extension.ts +%%DATADIR%%/resources/app/extensions/git-base/src/api/git-base.d.ts +%%DATADIR%%/resources/app/extensions/git-base/src/decorators.ts +%%DATADIR%%/resources/app/extensions/git-base/src/extension.ts +%%DATADIR%%/resources/app/extensions/git-base/src/model.ts +%%DATADIR%%/resources/app/extensions/git-base/src/remoteProvider.ts +%%DATADIR%%/resources/app/extensions/git-base/src/remoteSource.ts +%%DATADIR%%/resources/app/extensions/git-base/src/util.ts +%%DATADIR%%/resources/app/extensions/git-base/syntaxes/git-commit.tmLanguage.json +%%DATADIR%%/resources/app/extensions/git-base/syntaxes/git-rebase.tmLanguage.json +%%DATADIR%%/resources/app/extensions/git-base/syntaxes/ignore.tmLanguage.json +%%DATADIR%%/resources/app/extensions/git-base/tsconfig.json %%DATADIR%%/resources/app/extensions/git/README.md %%DATADIR%%/resources/app/extensions/git/dist/askpass-empty.sh %%DATADIR%%/resources/app/extensions/git/dist/askpass-main.js @@ -167,10 +195,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/git/dist/main.js.LICENSE.txt %%DATADIR%%/resources/app/extensions/git/dist/nls.metadata.header.json %%DATADIR%%/resources/app/extensions/git/dist/nls.metadata.json -%%DATADIR%%/resources/app/extensions/git/languages/diff.language-configuration.json -%%DATADIR%%/resources/app/extensions/git/languages/git-commit.language-configuration.json -%%DATADIR%%/resources/app/extensions/git/languages/git-rebase.language-configuration.json -%%DATADIR%%/resources/app/extensions/git/languages/ignore.language-configuration.json %%DATADIR%%/resources/app/extensions/git/package.json %%DATADIR%%/resources/app/extensions/git/package.nls.json %%DATADIR%%/resources/app/extensions/git/resources/emojis.json @@ -191,10 +215,6 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-modified.svg %%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-renamed.svg %%DATADIR%%/resources/app/extensions/git/resources/icons/light/status-untracked.svg -%%DATADIR%%/resources/app/extensions/git/syntaxes/diff.tmLanguage.json -%%DATADIR%%/resources/app/extensions/git/syntaxes/git-commit.tmLanguage.json -%%DATADIR%%/resources/app/extensions/git/syntaxes/git-rebase.tmLanguage.json -%%DATADIR%%/resources/app/extensions/git/syntaxes/ignore.tmLanguage.json %%DATADIR%%/resources/app/extensions/github-authentication/README.md %%DATADIR%%/resources/app/extensions/github-authentication/dist/extension.js %%DATADIR%%/resources/app/extensions/github-authentication/dist/nls.metadata.header.json @@ -350,9 +370,12 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/markdown-language-features/dist/nls.metadata.json %%DATADIR%%/resources/app/extensions/markdown-language-features/icon.png %%DATADIR%%/resources/app/extensions/markdown-language-features/media/highlight.css +%%DATADIR%%/resources/app/extensions/markdown-language-features/media/index.js %%DATADIR%%/resources/app/extensions/markdown-language-features/media/markdown.css +%%DATADIR%%/resources/app/extensions/markdown-language-features/media/pre.js %%DATADIR%%/resources/app/extensions/markdown-language-features/media/preview-dark.svg %%DATADIR%%/resources/app/extensions/markdown-language-features/media/preview-light.svg +%%DATADIR%%/resources/app/extensions/markdown-language-features/notebook-out/index.js %%DATADIR%%/resources/app/extensions/markdown-language-features/package.json %%DATADIR%%/resources/app/extensions/markdown-language-features/package.nls.json %%DATADIR%%/resources/app/extensions/markdown-language-features/schemas/package.schema.json @@ -361,6 +384,68 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/markdown-math/dist/extension.js %%DATADIR%%/resources/app/extensions/markdown-math/icon.png %%DATADIR%%/resources/app/extensions/markdown-math/language-configuration.json +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_AMS-Regular.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_AMS-Regular.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_AMS-Regular.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Caligraphic-Bold.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Caligraphic-Bold.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Caligraphic-Bold.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Caligraphic-Regular.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Caligraphic-Regular.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Caligraphic-Regular.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Fraktur-Bold.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Fraktur-Bold.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Fraktur-Bold.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Fraktur-Regular.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Fraktur-Regular.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Fraktur-Regular.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-Bold.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-Bold.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-Bold.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-BoldItalic.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-BoldItalic.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-BoldItalic.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-Italic.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-Italic.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-Italic.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-Regular.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-Regular.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Main-Regular.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Math-BoldItalic.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Math-BoldItalic.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Math-BoldItalic.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Math-Italic.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Math-Italic.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Math-Italic.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_SansSerif-Bold.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_SansSerif-Bold.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_SansSerif-Bold.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_SansSerif-Italic.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_SansSerif-Italic.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_SansSerif-Italic.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_SansSerif-Regular.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_SansSerif-Regular.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_SansSerif-Regular.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Script-Regular.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Script-Regular.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Script-Regular.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size1-Regular.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size1-Regular.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size1-Regular.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size2-Regular.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size2-Regular.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size2-Regular.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size3-Regular.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size3-Regular.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size3-Regular.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size4-Regular.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size4-Regular.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Size4-Regular.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Typewriter-Regular.ttf +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Typewriter-Regular.woff +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/fonts/KaTeX_Typewriter-Regular.woff2 +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/katex.js +%%DATADIR%%/resources/app/extensions/markdown-math/notebook-out/katex.min.css %%DATADIR%%/resources/app/extensions/markdown-math/package.json %%DATADIR%%/resources/app/extensions/markdown-math/package.nls.json %%DATADIR%%/resources/app/extensions/markdown-math/preview-styles/index.css @@ -553,6 +638,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts %%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2021.d.ts %%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2021.full.d.ts +%%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2021.intl.d.ts %%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2021.promise.d.ts %%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2021.string.d.ts %%DATADIR%%/resources/app/extensions/node_modules/typescript/lib/lib.es2021.weakref.d.ts @@ -672,7 +758,10 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/simple-browser/dist/extension.js %%DATADIR%%/resources/app/extensions/simple-browser/dist/nls.metadata.header.json %%DATADIR%%/resources/app/extensions/simple-browser/dist/nls.metadata.json +%%DATADIR%%/resources/app/extensions/simple-browser/media/codicon.css +%%DATADIR%%/resources/app/extensions/simple-browser/media/codicon.ttf %%DATADIR%%/resources/app/extensions/simple-browser/media/icon.png +%%DATADIR%%/resources/app/extensions/simple-browser/media/index.js %%DATADIR%%/resources/app/extensions/simple-browser/media/main.css %%DATADIR%%/resources/app/extensions/simple-browser/media/preview-dark.svg %%DATADIR%%/resources/app/extensions/simple-browser/media/preview-light.svg @@ -753,16 +842,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/extensions/typescript-language-features/dist/extension.js %%DATADIR%%/resources/app/extensions/typescript-language-features/dist/nls.metadata.header.json %%DATADIR%%/resources/app/extensions/typescript-language-features/dist/nls.metadata.json -%%DATADIR%%/resources/app/extensions/typescript-language-features/language-configuration.json %%DATADIR%%/resources/app/extensions/typescript-language-features/media/icon.png -%%DATADIR%%/resources/app/extensions/typescript-language-features/node_modules/typescript-vscode-sh-plugin/LICENSE.txt -%%DATADIR%%/resources/app/extensions/typescript-language-features/node_modules/typescript-vscode-sh-plugin/README.md -%%DATADIR%%/resources/app/extensions/typescript-language-features/node_modules/typescript-vscode-sh-plugin/images/inspect-tokens.png -%%DATADIR%%/resources/app/extensions/typescript-language-features/node_modules/typescript-vscode-sh-plugin/lib/constants.d.ts -%%DATADIR%%/resources/app/extensions/typescript-language-features/node_modules/typescript-vscode-sh-plugin/lib/constants.js -%%DATADIR%%/resources/app/extensions/typescript-language-features/node_modules/typescript-vscode-sh-plugin/lib/index.d.ts -%%DATADIR%%/resources/app/extensions/typescript-language-features/node_modules/typescript-vscode-sh-plugin/lib/index.js -%%DATADIR%%/resources/app/extensions/typescript-language-features/node_modules/typescript-vscode-sh-plugin/package.json %%DATADIR%%/resources/app/extensions/typescript-language-features/package.json %%DATADIR%%/resources/app/extensions/typescript-language-features/package.nls.json %%DATADIR%%/resources/app/extensions/typescript-language-features/schemas/jsconfig.schema.json @@ -812,6 +892,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/base/browser/ui/codicons/codicon/codicon.css %%DATADIR%%/resources/app/out/vs/base/browser/ui/codicons/codicon/codicon.ttf %%DATADIR%%/resources/app/out/vs/base/common/performance.js +%%DATADIR%%/resources/app/out/vs/base/common/worker/simpleWorker.js %%DATADIR%%/resources/app/out/vs/base/node/cpuUsage.sh %%DATADIR%%/resources/app/out/vs/base/node/languagePacks.js %%DATADIR%%/resources/app/out/vs/base/node/ps.sh @@ -845,17 +926,16 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/platform/driver/node/driver.js %%DATADIR%%/resources/app/out/vs/platform/environment/node/userDataPath.js %%DATADIR%%/resources/app/out/vs/platform/extensionManagement/common/media/defaultIcon.png +%%DATADIR%%/resources/app/out/vs/platform/extensions/node/extensionHostStarterWorker.js +%%DATADIR%%/resources/app/out/vs/platform/extensions/node/extensionHostStarterWorkerMain.js %%DATADIR%%/resources/app/out/vs/platform/files/node/watcher/nsfw/watcherApp.js %%DATADIR%%/resources/app/out/vs/platform/files/node/watcher/nsfw/watcherApp.nls.js %%DATADIR%%/resources/app/out/vs/platform/files/node/watcher/parcel/watcherApp.js %%DATADIR%%/resources/app/out/vs/platform/files/node/watcher/parcel/watcherApp.nls.js -%%DATADIR%%/resources/app/out/vs/platform/files/node/watcher/unix/watcherApp.js -%%DATADIR%%/resources/app/out/vs/platform/files/node/watcher/unix/watcherApp.nls.js %%DATADIR%%/resources/app/out/vs/platform/sharedProcess/electron-browser/sharedProcessWorkerMain.js %%DATADIR%%/resources/app/out/vs/platform/sharedProcess/electron-browser/sharedProcessWorkerMain.nls.js %%DATADIR%%/resources/app/out/vs/platform/terminal/node/ptyHostMain.js %%DATADIR%%/resources/app/out/vs/platform/terminal/node/ptyHostMain.nls.js -%%DATADIR%%/resources/app/out/vs/vscode.d.ts %%DATADIR%%/resources/app/out/vs/workbench/browser/parts/editor/media/back-tb.png %%DATADIR%%/resources/app/out/vs/workbench/browser/parts/editor/media/forward-tb.png %%DATADIR%%/resources/app/out/vs/workbench/browser/parts/editor/media/letterpress-dark.svg @@ -875,6 +955,7 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/workbench/contrib/extensions/browser/media/theme-icon.png %%DATADIR%%/resources/app/out/vs/workbench/contrib/externalTerminal/node/TerminalHelper.scpt %%DATADIR%%/resources/app/out/vs/workbench/contrib/externalTerminal/node/iTermHelper.scpt +%%DATADIR%%/resources/app/out/vs/workbench/contrib/notebook/browser/docs/viewport-rendering.drawio.svg %%DATADIR%%/resources/app/out/vs/workbench/contrib/notebook/common/services/notebookSimpleWorker.js %%DATADIR%%/resources/app/out/vs/workbench/contrib/output/common/outputLinkComputer.js %%DATADIR%%/resources/app/out/vs/workbench/contrib/webview/browser/pre/fake.html @@ -921,12 +1002,11 @@ share/applications/code-oss.desktop %%DATADIR%%/resources/app/out/vs/workbench/services/extensions/worker/httpWebWorkerExtensionHostIframe.html %%DATADIR%%/resources/app/out/vs/workbench/services/extensions/worker/httpsWebWorkerExtensionHostIframe.html %%DATADIR%%/resources/app/out/vs/workbench/services/languageDetection/browser/languageDetectionSimpleWorker.js -%%DATADIR%%/resources/app/out/vs/workbench/services/search/node/searchApp.js -%%DATADIR%%/resources/app/out/vs/workbench/services/search/node/searchApp.nls.js %%DATADIR%%/resources/app/out/vs/workbench/services/search/worker/localFileSearch.js %%DATADIR%%/resources/app/out/vs/workbench/workbench.desktop.main.css %%DATADIR%%/resources/app/out/vs/workbench/workbench.desktop.main.js %%DATADIR%%/resources/app/out/vs/workbench/workbench.desktop.main.nls.js +%%DATADIR%%/resources/app/out/vscode-dts/vscode.d.ts %%DATADIR%%/resources/app/package.json %%DATADIR%%/resources/app/product.json %%DATADIR%%/resources/app/resources/linux/code.png