aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/files
Commit message (Collapse)AuthorAgeFilesLines
* editors/vscode: update to 1.102.0Hiroki Tagato2025-07-135-8/+30
| | | | | | | | | | | | | | While here, remove nearly useless checksum verification. The checksum test is for checking integrity of a downloaded zip file. In our case, the zip file is generated on-the-fly from an electron installation instead of donwloading. So making checksum from the generated zip file and checking it with the same zip file does not make much sense. Changelog: https://code.visualstudio.com/updates/v1_102 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.101.2Hiroki Tagato2025-06-264-4/+72
| | | | | | | | | | While here, add missing patches for kerberos node module. The patches for kerberos modules have been upstreamed and will be eventually removed. Changelog: https://code.visualstudio.com/updates/v1_101 Reported by: GitHub (watch releases)
* editors/vscode: restore patch mistakenly removed during code style clean upHiroki Tagato2025-06-231-0/+10
| | | | | | | | | | First I thought the patch was unnecessary because there are no update services provided for FreeBSD. However, without the change code-oss does not start with the following error: Error: [invokeFunction] unknown service 'updateService' Reported by: ykla (via GitHub Issues https://github.com/tagattie/FreeBSD-VSCode/issues/44#issuecomment-2994754085)
* editors/vscode: update to 1.101.1Hiroki Tagato2025-06-2012-57/+91
| | | | | | | | | | | | | | | | While here: - remove patch about auto-update function This patch makes no sense since no update service is provided for FreeBSD. - remove patch about performance measurement The script for performance measurement requires @vscode/vscode-perf, which in turn requires playwright which does not support FreeBSD. So patching the script does not make sense. - add patch for @vscode/deviceid to support FreeBSD Changelog: https://code.visualstudio.com/updates/v1_101 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.101.0Hiroki Tagato2025-06-146-15/+49
| | | | | | | | | While here, switch to USES=gssapi instead of directly specifying LIB_DEPENDS regarding Kerberos dependency. Changelog: https://code.visualstudio.com/updates/v1_101 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.100.0Hiroki Tagato2025-05-125-20/+11
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_100 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.99.2Hiroki Tagato2025-04-1411-28/+69
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_99 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.98.2Hiroki Tagato2025-03-163-6/+6
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_98 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.97.1Hiroki Tagato2025-02-157-77/+8
| | | | | | | | Changelog: https://code.visualstudio.com/updates/v1_97 Reported by: GitHub (watch releases) MFH: 2025Q1 Security: cbf5d976-656b-4bb6-805f-3af038e2de3e
* editors/vscode: update to 1.96.0Hiroki Tagato2024-12-154-15/+15
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_96 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.95.1Hiroki Tagato2024-11-0710-53/+36
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_95 Reported by: GitHub (watch releases)
* editors/vscode: fix build with clang 19Guido Falsi2024-11-031-0/+15
| | | | | | PR: 282371 Reported by: madpilot MFH: 2024Q4
* editors/vscode: update to 1.94.0Hiroki Tagato2024-10-0517-46/+19
| | | | | | | | | | | | | | Upstream has migrated from long obsolete yarn v1 to npm as node package manager. So make necessary changes to Makefile to follow the migration. While here, remove REH (remote extension host) option which is no-op in package building. Users who want to build remote extension host can now use dedicated make target "build-remote-extension-host". Changelog: https://code.visualstudio.com/updates/v1_94 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.93.0Hiroki Tagato2024-09-1011-27/+27
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_93 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.92.0Hiroki Tagato2024-08-0511-35/+25
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_92 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.91.1Hiroki Tagato2024-07-143-7/+7
| | | | | | | While here, convert to use USES=nodejs and make use of provided variables by nodejs.mk. Reported by: GitHub (watch releases)
* editors/vscode: update to 1.90.0Hiroki Tagato2024-06-074-10/+10
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_90 Reported by: GitHub (watch releases)
* editors/vscode: Update to 1.89.0Hiroki Tagato2024-05-072-4/+4
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_89 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.88.1Hiroki Tagato2024-04-181-0/+10
| | | | | | While here, add a patch to fix build with node 18.20.x. Changelog: https://code.visualstudio.com/updates/v1_88
* editors/vscode: update to 1.88.0Hiroki Tagato2024-04-114-9/+9
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_88 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.87.0Hiroki Tagato2024-03-026-23/+50
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_87 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.86.2Hiroki Tagato2024-02-161-0/+12
| | | | | | | | While here, fix error on remote server startup. Changelog: https://code.visualstudio.com/updates/v1_86 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.86.1Hiroki Tagato2024-02-111-2/+2
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_86 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.86.0Hiroki Tagato2024-02-056-23/+23
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_86 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.85.1Hiroki Tagato2023-12-181-2/+2
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_85 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.85.0Hiroki Tagato2023-12-135-12/+12
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_85 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.84.0Hiroki Tagato2023-11-034-10/+10
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_84 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.83.0Hiroki Tagato2023-10-084-9/+9
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_83 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.82.0Hiroki Tagato2023-09-133-6/+6
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_82 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.81.0Hiroki Tagato2023-08-077-6/+50
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_81 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.80.0Hiroki Tagato2023-07-087-36/+23
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_80 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.79.2Hiroki Tagato2023-06-161-2/+2
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_79 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.79.0Hiroki Tagato2023-06-093-6/+6
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_79 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.78.1Hiroki Tagato2023-05-111-2/+2
| | | | | | | Changelog: https://code.visualstudio.com/updates/v1_78 Reported by: GitHub (watch releases) Security: 7913fe6d-2c6e-40ba-a7d7-35696f3db2b6
* editors/vscode: update to 1.78.0Hiroki Tagato2023-05-0713-28/+110
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_78 Reported by: GitHub (watch releases)
* editors/vscode: switch from VS Market Place to Open VSX RegistryHiroki Tagato2023-04-092-9/+12
| | | | | | | | | | | | | | | | | | | | According to Microsoft Visual Studio Marketplace Terms of Use[1], "Marketplace Offerings are intended for use only with In-Scope Products and Services and you may install and use Marketplace Offerings only with In-Scope Products and Services." In-Scope Products and Services are "Microsoft Visual Studio, Visual Studio for Mac, Visual Studio Code, GitHub Codespaces, Azure DevOps, Azure DevOps Server, and successor products and services" and does not include Code - OSS. So switch to Open VSX Registry, a community driven, fully open platform for publishing and consuming VS Code extensions. While here, add option for building remote extension host (off by default). [1] https://aka.ms/vsmarketplace-ToU
* editors/vscode: update to 1.77.0Hiroki Tagato2023-04-026-14/+14
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_77 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.76.0Hiroki Tagato2023-03-055-13/+13
| | | | Changelog: https://code.visualstudio.com/updates/v1_76
* editors/vscode: update to 1.75.0Hiroki Tagato2023-02-053-7/+7
| | | | Changelog: https://code.visualstudio.com/updates/v1_75
* editors/vscode: update to 1.74.3Hiroki Tagato2023-01-2113-31/+31
| | | | | | | | Changelog: - https://code.visualstudio.com/updates/v1_71 - https://code.visualstudio.com/updates/v1_72 - https://code.visualstudio.com/updates/v1_73 - https://code.visualstudio.com/updates/v1_74
* editors/vscode: update to 1.70.0Hiroki Tagato2022-08-087-15/+15
| | | | Changelog: https://code.visualstudio.com/updates/v1_70
* editors/vscode: update to 1.69.0Hiroki Tagato2022-07-109-31/+22
| | | | Changelog: https://code.visualstudio.com/updates/v1_69
* editors/vscode: fix build with ${LOCALBASE}/share/.yarnrc existingStefan Eßer2022-07-091-1/+2
| | | | | | | PR: 242936 Reported by: bourne.identity@hotmail.com, jacques+freebsdbugzilla@foucry.net, meta
* editors/vscode: update to 1.68.0Hiroki Tagato2022-06-127-18/+18
| | | | Changelog: https://code.visualstudio.com/updates/v1_68
* editors/vscode: update to 1.67.2Hiroki Tagato2022-05-1914-84/+62
| | | | | | Changelog: - https://code.visualstudio.com/updates/v1_66 - https://code.visualstudio.com/updates/v1_67
* editors/vscode: update to 1.65.2Hiroki Tagato2022-05-055-12/+12
| | | | | | This is the last version based on electron 13. Changelog: https://code.visualstudio.com/updates/v1_65
* editors/vscode: update to 1.64.2Hiroki Tagato2022-02-111-1/+14
| | | | Changelog: https://code.visualstudio.com/updates/v1_64
* editors/vscode: update to 1.64.0Hiroki Tagato2022-02-0613-26/+48
| | | | Changelog: https://code.visualstudio.com/updates/v1_64
* editors/vscode: update to 1.63.2Hiroki Tagato2021-12-201-3/+3
| | | | Changelog: https://code.visualstudio.com/updates/v1_63
* editors/vscode: update to 1.63.0Hiroki Tagato2021-12-119-33/+33
| | | | | | | While here, remove BROKEN on FreeBSD 12. It build fine on FreeBSD 12 now. Changelog: https://code.visualstudio.com/updates/v1_63