Commit graph

13 commits

Author SHA1 Message Date
Hiroki Tagato
afefe672ba editors/vscode: update to 1.67.2
Changelog:
- https://code.visualstudio.com/updates/v1_66
- https://code.visualstudio.com/updates/v1_67
2022-05-19 11:30:41 +09:00
Hiroki Tagato
42a9226d8b editors/vscode: update to 1.65.2
This is the last version based on electron 13.

Changelog: https://code.visualstudio.com/updates/v1_65
2022-05-05 16:39:15 +09:00
Hiroki Tagato
6cb4af508e editors/vscode: update to 1.63.0
While here, remove BROKEN on FreeBSD 12. It build fine on FreeBSD 12
now.

Changelog: https://code.visualstudio.com/updates/v1_63
2021-12-11 16:18:35 +09:00
Hiroki Tagato
deca69fa69 editors/vscode: update to 1.62.3
While here, temporarily mark as BROKEN on FreeBSD 12. One of the
native node modules does not compile with the following error:

In file included from ../src/keyboard_x.cc:6:
../src/keymapping.h:40:3: error: unknown type name 'pthread_t'; did you mean 'pthread'?
  pthread_t tid;
  ^~~~~~~~~
  pthread
/usr/include/stdio.h:157:9: note: 'pthread' declared here
        struct pthread *_fl_owner;      /* current owner */
               ^
In file included from ../src/keyboard_x.cc:6:
../src/keymapping.h:40:13: error: field has incomplete type 'pthread'
  pthread_t tid;
            ^
/usr/include/stdio.h:157:9: note: forward declaration of 'pthread'
        struct pthread *_fl_owner;      /* current owner */
               ^
2 errors generated.

A fix to the node module has been proposed at:
https://github.com/microsoft/node-native-keymap/pull/31

Changelog:
- https://code.visualstudio.com/updates/v1_59
- https://code.visualstudio.com/updates/v1_60
- https://code.visualstudio.com/updates/v1_61
- https://code.visualstudio.com/updates/v1_62
2021-11-24 17:45:45 +09:00
Hiroki Tagato
286883b78d editors/vscode: Update to 1.56.0
Changelog: https://code.visualstudio.com/updates/v1_56
2021-05-12 15:05:50 +09:00
Hiroki Tagato
9aae35b48f editors/vscode: update to 1.55.0
Changelog: https://code.visualstudio.com/updates/v1_55
2021-04-07 17:03:56 +09:00
Hiroki Tagato
131bc65a22 Update to 1.54.2
Changelog: https://code.visualstudio.com/updates/v1_54
2021-03-14 05:04:16 +00:00
Hiroki Tagato
a9584ee812 Update to 1.53.0
Changelog: https://code.visualstudio.com/updates/v1_53
2021-02-08 11:19:35 +00:00
Hiroki Tagato
3b4b42b707 Update to 1.52.1
Changelog:
- https://code.visualstudio.com/updates/v1_49
- https://code.visualstudio.com/updates/v1_50
- https://code.visualstudio.com/updates/v1_51
- https://code.visualstudio.com/updates/v1_52

Reviewed by:	ehaupt
2021-01-22 00:02:27 +00:00
Hiroki Tagato
6cf718e5d9 Update to 1.48.2
Changelog:
- https://code.visualstudio.com/updates/v1_47
- https://code.visualstudio.com/updates/v1_48

Reviewed by:	ehaupt
2021-01-11 02:08:15 +00:00
Hiroki Tagato
ec672bef8c Update to 1.46.0
Approved by:	mentors (implicit)
Changelog:	https://code.visualstudio.com/updates/v1_46
2020-06-15 06:49:59 +00:00
Hiroki Tagato
ed4533a5dd - Update to 1.45.0
- Remove version lock of python build dependency

Approved by:	ehaupt (mentor)
Changelog:	https://code.visualstudio.com/updates/v1_45
2020-05-12 11:46:03 +00:00
Emanuel Haupt
3d1bdfca59 Update to 1.43.0
Submitted by:	maintainer (via Github)
2020-03-15 07:20:20 +00:00