non port: editors/vscode/files/patch-src_vs_workbench_contrib_extensions_browser_extensionEditor.ts |
Number of commits found: 29 |
Saturday, 2 Mar 2024
|
02:46 Hiroki Tagato (tagattie)
editors/vscode: update to 1.87.0
Changelog: https://code.visualstudio.com/updates/v1_87
Reported by: GitHub (watch releases)
2260b20 |
Monday, 5 Feb 2024
|
07:38 Hiroki Tagato (tagattie)
editors/vscode: update to 1.86.0
Changelog: https://code.visualstudio.com/updates/v1_86
Reported by: GitHub (watch releases)
bc81d77 |
Wednesday, 13 Dec 2023
|
04:37 Hiroki Tagato (tagattie)
editors/vscode: update to 1.85.0
Changelog: https://code.visualstudio.com/updates/v1_85
Reported by: GitHub (watch releases)
1f36b40 |
Friday, 3 Nov 2023
|
13:55 Hiroki Tagato (tagattie)
editors/vscode: update to 1.84.0
Changelog: https://code.visualstudio.com/updates/v1_84
Reported by: GitHub (watch releases)
9982b17 |
Sunday, 8 Oct 2023
|
03:10 Hiroki Tagato (tagattie)
editors/vscode: update to 1.83.0
Changelog: https://code.visualstudio.com/updates/v1_83
Reported by: GitHub (watch releases)
ad1735c |
Monday, 7 Aug 2023
|
10:29 Hiroki Tagato (tagattie)
editors/vscode: update to 1.81.0
Changelog: https://code.visualstudio.com/updates/v1_81
Reported by: GitHub (watch releases)
9b7c573 |
Friday, 9 Jun 2023
|
13:35 Hiroki Tagato (tagattie)
editors/vscode: update to 1.79.0
Changelog: https://code.visualstudio.com/updates/v1_79
Reported by: GitHub (watch releases)
84659ea |
Sunday, 7 May 2023
|
08:50 Hiroki Tagato (tagattie)
editors/vscode: update to 1.78.0
Changelog: https://code.visualstudio.com/updates/v1_78
Reported by: GitHub (watch releases)
e00ade2 |
Sunday, 5 Mar 2023
|
07:29 Hiroki Tagato (tagattie)
editors/vscode: update to 1.76.0
Changelog: https://code.visualstudio.com/updates/v1_76
53d0942 |
Sunday, 5 Feb 2023
|
07:44 Hiroki Tagato (tagattie)
editors/vscode: update to 1.75.0
Changelog: https://code.visualstudio.com/updates/v1_75
2af9c7e |
Saturday, 21 Jan 2023
|
07:27 Hiroki Tagato (tagattie)
editors/vscode: update to 1.74.3
Changelog:
- https://code.visualstudio.com/updates/v1_71
- https://code.visualstudio.com/updates/v1_72
- https://code.visualstudio.com/updates/v1_73
- https://code.visualstudio.com/updates/v1_74
e577a6c |
Monday, 8 Aug 2022
|
07:16 Hiroki Tagato (tagattie)
editors/vscode: update to 1.70.0
Changelog: https://code.visualstudio.com/updates/v1_70
75b5874 |
Sunday, 10 Jul 2022
|
01:37 Hiroki Tagato (tagattie)
editors/vscode: update to 1.69.0
Changelog: https://code.visualstudio.com/updates/v1_69
b4ea34b |
Sunday, 12 Jun 2022
|
04:49 Hiroki Tagato (tagattie)
editors/vscode: update to 1.68.0
Changelog: https://code.visualstudio.com/updates/v1_68
293d2a1 |
Thursday, 19 May 2022
|
02:30 Hiroki Tagato (tagattie)
editors/vscode: update to 1.67.2
Changelog:
- https://code.visualstudio.com/updates/v1_66
- https://code.visualstudio.com/updates/v1_67
afefe67 |
Sunday, 6 Feb 2022
|
05:29 Hiroki Tagato (tagattie)
editors/vscode: update to 1.64.0
Changelog: https://code.visualstudio.com/updates/v1_64
26a0655 |
Saturday, 11 Dec 2021
|
07:18 Hiroki Tagato (tagattie)
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
6cb4af5 |
Wednesday, 24 Nov 2021
|
08:45 Hiroki Tagato (tagattie)
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
deca69f |
Friday, 12 Nov 2021
|
04:28 Hiroki Tagato (tagattie)
editors/vscode: update to 1.58.2
This is the last version based on electron 12.
Changelog:
- https://code.visualstudio.com/updates/v1_57
- https://code.visualstudio.com/updates/v1_58
3291ad3 |
Wednesday, 12 May 2021
|
06:05 Hiroki Tagato (tagattie)
editors/vscode: Update to 1.56.0
Changelog: https://code.visualstudio.com/updates/v1_56
286883b |
Wednesday, 7 Apr 2021
|
08:03 Hiroki Tagato (tagattie)
editors/vscode: update to 1.55.0
Changelog: https://code.visualstudio.com/updates/v1_55
9aae35b |
Sunday, 14 Mar 2021
|
05:04 tagattie
Update to 1.54.2
Changelog: https://code.visualstudio.com/updates/v1_54
 |
Monday, 8 Feb 2021
|
11:19 tagattie
Update to 1.53.0
Changelog: https://code.visualstudio.com/updates/v1_53
 |
Friday, 22 Jan 2021
|
00:02 tagattie
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
 |
Monday, 11 Jan 2021
|
02:08 tagattie
Update to 1.48.2
Changelog:
- https://code.visualstudio.com/updates/v1_47
- https://code.visualstudio.com/updates/v1_48
Reviewed by: ehaupt
 |
Tuesday, 12 May 2020
|
11:46 tagattie
- Update to 1.45.0
- Remove version lock of python build dependency
Approved by: ehaupt (mentor)
Changelog: https://code.visualstudio.com/updates/v1_45
 |
Sunday, 19 Apr 2020
|
03:50 tagattie
- Update to 1.44.2
- Change npm and yarn dependencies to specify package name [1]
Approved by: ehaupt (mentor)
Suggested by: 0mp (via ports) [1]
Relnotes: https://code.visualstudio.com/updates/v1_44
 |
Sunday, 15 Mar 2020
|
07:20 ehaupt
Update to 1.43.0
Submitted by: maintainer (via Github)
 |
Monday, 23 Dec 2019
|
17:23 pizzamig
editors/vscode: Add new port
Add vscode to the portstree. the popular editor developed by Microsoft and
based on Electron.
Many thanks to the maintainer Hiroki for his very appreciated work on it.
 |
Number of commits found: 29 |