Update to 1.42.1
tagattie opened this issue · 8 comments
tagattie commented
VS Code 1.42.1 has been released.
https://github.com/Microsoft/vscode/issues?q=is%3Aissue+milestone%3A%22January+2020+Recovery%22+is%3Aclosed
- Update repo to 1.42.1
- Commit to the ports tree
- Update repo to 1.42.0
- Commit to the ports tree
tatsuya6502 commented
FYI, I found that vscode package (currently 1.41.1) is now included in the "latest" channel of the pkg. Thank you for making this happen!
$ freebsd-version
12.1-RELEASE-p2
$ sudo pkg upgrade
...
Installed packages to be UPGRADED:
...
vscode: 1.41.0 -> 1.41.1
...
[3/11] Fetching vscode-1.41.1.txz: 16% 9 MiB 16.4kB/s 36:12 ETA
/usr/local/etc/pkg/repos/FreeBSD.conf
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
pizzamig commented
Don't forget to add the vscode wrapper script!
ehaupt commented
Don't forget to add the vscode wrapper script!
Gotcha!
ehaupt commented
...but before I do. @tagattie what do you think about adding a small wrapper script:
/usr/local/bin/vscode:
#!/bin/sh
exec code-oss "$@"
ehaupt commented
I've just updated the FreeBSD port.