summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-build_lib_layersChecker.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* editors/vscode: update to 1.64.0Hiroki Tagato2022-02-061-2/+2
| | | | Changelog: https://code.visualstudio.com/updates/v1_64
* 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.55.0Hiroki Tagato2021-04-071-2/+2
| | | | Changelog: https://code.visualstudio.com/updates/v1_55
* Update to 1.53.0Hiroki Tagato2021-02-081-2/+2
| | | | Changelog: https://code.visualstudio.com/updates/v1_53
* 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
* Update to 1.46.0Hiroki Tagato2020-06-151-2/+2
| | | | | Approved by: mentors (implicit) Changelog: https://code.visualstudio.com/updates/v1_46
* Update to 1.43.0Emanuel Haupt2020-03-151-2/+2
| | | | Submitted by: maintainer (via Github)
* - Update to 1.42.1Emanuel Haupt2020-02-191-0/+11
- Add a wrapper script vscode -> code-oss Submitted by: maintainer (via Github) Closes: https://github.com/tagattie/FreeBSD-VSCode/issues/18