Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 1.42.1 #18

Closed
3 of 4 tasks
tagattie opened this issue Feb 8, 2020 · 8 comments
Closed
3 of 4 tasks

Update to 1.42.1 #18

tagattie opened this issue Feb 8, 2020 · 8 comments
Assignees

Comments

@tagattie
Copy link
Owner

tagattie commented Feb 8, 2020

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
@tagattie tagattie self-assigned this Feb 8, 2020
@tatsuya6502
Copy link

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
}

@tagattie tagattie changed the title Update to 1.42.0 Update to 1.42.1 Feb 15, 2020
@ehaupt
Copy link

ehaupt commented Feb 18, 2020

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

@pizzamig
Copy link

Don't forget to add the vscode wrapper script!

@ehaupt
Copy link

ehaupt commented Feb 18, 2020

Don't forget to add the vscode wrapper script!

Gotcha!

@ehaupt
Copy link

ehaupt commented Feb 18, 2020

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

/usr/local/bin/vscode:

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

@tagattie
Copy link
Owner Author

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

@ehaupt
Copy link

ehaupt commented Feb 19, 2020

I've just updated the FreeBSD port.

uqs pushed a commit to freebsd/freebsd-ports that referenced this issue Feb 19, 2020
- Add a wrapper script vscode -> code-oss

Submitted by:	maintainer (via Github)
Closes:		tagattie/FreeBSD-VSCode#18


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@526490 35697150-7ecd-e111-bb59-0022644237b5
uqs pushed a commit to freebsd/freebsd-ports that referenced this issue Feb 19, 2020
- Add a wrapper script vscode -> code-oss

Submitted by:	maintainer (via Github)
Closes:		tagattie/FreeBSD-VSCode#18
Jehops pushed a commit to Jehops/freebsd-ports-legacy that referenced this issue Feb 19, 2020
- Add a wrapper script vscode -> code-oss

Submitted by:	maintainer (via Github)
Closes:		tagattie/FreeBSD-VSCode#18


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@526490 35697150-7ecd-e111-bb59-0022644237b5
@tagattie
Copy link
Owner Author

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

svmhdvn pushed a commit to svmhdvn/freebsd-ports that referenced this issue Jan 10, 2024
- Add a wrapper script vscode -> code-oss

Submitted by:	maintainer (via Github)
Closes:		tagattie/FreeBSD-VSCode#18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants