aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-src_main.js
Commit message (Collapse)AuthorAgeFilesLines
* editors/vscode: update to 1.95.1Hiroki Tagato2024-11-071-20/+0
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_95 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.93.0Hiroki Tagato2024-09-101-3/+3
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_93 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.92.0Hiroki Tagato2024-08-051-5/+5
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_92 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.91.1Hiroki Tagato2024-07-141-3/+3
| | | | | | | While here, convert to use USES=nodejs and make use of provided variables by nodejs.mk. Reported by: GitHub (watch releases)
* editors/vscode: update to 1.90.0Hiroki Tagato2024-06-071-3/+3
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_90 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.86.0Hiroki Tagato2024-02-051-3/+3
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_86 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.84.0Hiroki Tagato2023-11-031-4/+4
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_84 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.80.0Hiroki Tagato2023-07-081-3/+12
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_80 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.79.2Hiroki Tagato2023-06-161-2/+2
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_79 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.79.0Hiroki Tagato2023-06-091-2/+2
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_79 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.78.0Hiroki Tagato2023-05-071-2/+2
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_78 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.77.0Hiroki Tagato2023-04-021-2/+2
| | | | | | Changelog: https://code.visualstudio.com/updates/v1_77 Reported by: GitHub (watch releases)
* editors/vscode: update to 1.76.0Hiroki Tagato2023-03-051-2/+2
| | | | Changelog: https://code.visualstudio.com/updates/v1_76
* editors/vscode: update to 1.74.3Hiroki Tagato2023-01-211-2/+2
| | | | | | | | 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
* editors/vscode: update to 1.70.0Hiroki Tagato2022-08-081-2/+2
| | | | Changelog: https://code.visualstudio.com/updates/v1_70
* editors/vscode: update to 1.67.2Hiroki Tagato2022-05-191-2/+2
| | | | | | Changelog: - https://code.visualstudio.com/updates/v1_66 - https://code.visualstudio.com/updates/v1_67
* editors/vscode: update to 1.65.2Hiroki Tagato2022-05-051-2/+2
| | | | | | This is the last version based on electron 13. Changelog: https://code.visualstudio.com/updates/v1_65
* editors/vscode: update to 1.63.0Hiroki Tagato2021-12-111-2/+2
| | | | | | | While here, remove BROKEN on FreeBSD 12. It build fine on FreeBSD 12 now. Changelog: https://code.visualstudio.com/updates/v1_63
* editors/vscode: update to 1.62.3Hiroki Tagato2021-11-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* editors/vscode: Update to 1.56.0Hiroki Tagato2021-05-121-2/+2
| | | | Changelog: https://code.visualstudio.com/updates/v1_56
* editors/vscode: update to 1.55.0Hiroki Tagato2021-04-071-2/+2
| | | | Changelog: https://code.visualstudio.com/updates/v1_55
* Update to 1.54.2Hiroki Tagato2021-03-141-2/+2
| | | | | | | Changelog: https://code.visualstudio.com/updates/v1_54 Notes: svn path=/head/; revision=568314
* Update to 1.53.0Hiroki Tagato2021-02-081-2/+2
| | | | | | | Changelog: https://code.visualstudio.com/updates/v1_53 Notes: svn path=/head/; revision=564696
* Update to 1.52.1Hiroki Tagato2021-01-221-2/+2
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=562263
* Update to 1.48.2Hiroki Tagato2021-01-111-4/+4
| | | | | | | | | | | Changelog: - https://code.visualstudio.com/updates/v1_47 - https://code.visualstudio.com/updates/v1_48 Reviewed by: ehaupt Notes: svn path=/head/; revision=561184
* Update to 1.46.0Hiroki Tagato2020-06-151-2/+2
| | | | | | | | Approved by: mentors (implicit) Changelog: https://code.visualstudio.com/updates/v1_46 Notes: svn path=/head/; revision=538853
* - Update to 1.45.0Hiroki Tagato2020-05-121-2/+2
| | | | | | | | | | - Remove version lock of python build dependency Approved by: ehaupt (mentor) Changelog: https://code.visualstudio.com/updates/v1_45 Notes: svn path=/head/; revision=534989
* Update to 1.43.0Emanuel Haupt2020-03-151-0/+11
Submitted by: maintainer (via Github) Notes: svn path=/head/; revision=528472