diff options
author | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2019-12-23 17:23:22 +0000 |
---|---|---|
committer | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2019-12-23 17:23:22 +0000 |
commit | 719fc2047bd9f7823509944bd1e856ac8da71fed (patch) | |
tree | 7d78787c2d4c37cea7adb6f72d094e1eb296912b /editors/Makefile | |
parent | e998b73dc8c0fcc72aae60136aeaffdfdbcad5c4 (diff) | |
download | freebsd-ports-719fc2047bd9f7823509944bd1e856ac8da71fed.zip |
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.
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index dc99c0a9646a..20d5e518144b 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -248,6 +248,7 @@ SUBDIR += vim SUBDIR += vim-console SUBDIR += vim-tiny + SUBDIR += vscode SUBDIR += web-mode SUBDIR += with-editor SUBDIR += wordgrinder |