tagattie/FreeBSD-VSCode

Update to 1.42.1

tagattie opened this issue · 8 comments

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
VS Code 1.42.0 has been released. https://code.visualstudio.com/updates/v1_42
  • Update repo to 1.42.0
  • Commit to the ports tree

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
}

I talked to @pizzamig. I am looking into updating the FreeBSD port shortly.

Don't forget to add the vscode wrapper script!

Don't forget to add the vscode wrapper script!

Gotcha!

...but before I do. @tagattie what do you think about adding a small wrapper script:

/usr/local/bin/vscode:

#!/bin/sh
exec code-oss "$@"

Thanks @ehaupt and @pizzamig. I'm fine with the script. Go add it.

I've just updated the FreeBSD port.

Thank you @ehaupt for committing to the ports tree. Now this issue can be closed.