Commit graph

13 commits

Author SHA1 Message Date
Hiroki Tagato
1f36b40925 editors/vscode: update to 1.85.0
Changelog: https://code.visualstudio.com/updates/v1_85

Reported by:	GitHub (watch releases)
2023-12-13 13:37:43 +09:00
Hiroki Tagato
9b7c573066 editors/vscode: update to 1.81.0
Changelog: https://code.visualstudio.com/updates/v1_81

Reported by:	GitHub (watch releases)
2023-08-07 19:29:08 +09:00
Hiroki Tagato
e00ade28ed editors/vscode: update to 1.78.0
Changelog: https://code.visualstudio.com/updates/v1_78

Reported by:	GitHub (watch releases)
2023-05-07 17:50:15 +09:00
Hiroki Tagato
7bf327888c editors/vscode: switch from VS Market Place to Open VSX Registry
According to Microsoft Visual Studio Marketplace Terms of Use[1],
"Marketplace Offerings are intended for use only with In-Scope
Products and Services and you may install and use Marketplace
Offerings only with In-Scope Products and Services."

In-Scope Products and Services are "Microsoft Visual Studio, Visual
Studio for Mac, Visual Studio Code, GitHub Codespaces, Azure DevOps,
Azure DevOps Server, and successor products and services" and does not
include Code - OSS.

So switch to Open VSX Registry, a community driven, fully open
platform for publishing and consuming VS Code extensions.

While here, add option for building remote extension host (off by
default).

[1] https://aka.ms/vsmarketplace-ToU
2023-04-09 17:01:17 +09:00
Hiroki Tagato
b4ea34b088 editors/vscode: update to 1.69.0
Changelog: https://code.visualstudio.com/updates/v1_69
2022-07-10 10:37:27 +09:00
Stefan Eßer
5b2cbb7be2 editors/vscode: fix build with ${LOCALBASE}/share/.yarnrc existing
PR:		242936
Reported by:	bourne.identity@hotmail.com,
	 	jacques+freebsdbugzilla@foucry.net,
		meta
2022-07-09 10:51:16 +09:00
Hiroki Tagato
293d2a10f6 editors/vscode: update to 1.68.0
Changelog: https://code.visualstudio.com/updates/v1_68
2022-06-12 13:49:52 +09:00
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
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
3291ad38b0 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
2021-11-12 13:28:30 +09: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
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
Luca Pizzamiglio
719fc2047b 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.
2019-12-23 17:23:22 +00:00