aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-node__modules_kerberos_binding.gyp
Commit message (Collapse)AuthorAgeFilesLines
* editors/vscode: update to 1.101.2Hiroki Tagato2025-06-261-2/+16
| | | | | | | | | | 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: update to 1.101.0Hiroki Tagato2025-06-141-2/+19
| | | | | | | | | 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.94.0Hiroki Tagato2024-10-051-0/+11
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)