All Projects → tagattie → Freebsd Vscode

tagattie / Freebsd Vscode

Visual Studio Code port for FreeBSD

Projects that are alternatives of or similar to Freebsd Vscode

Vscode of
openFrameworks empty example for visual studio code
Stars: ✭ 129 (+6.61%)
Mutual labels:  makefile, vscode
Webfsd
A simple HTTP server for mostly static content written in C
Stars: ✭ 50 (-58.68%)
Mutual labels:  makefile, freebsd
Poudriere
Port/Package build and test system
Stars: ✭ 257 (+112.4%)
Mutual labels:  makefile, freebsd
Dotfiles
💻 Use command line interface manager for macOS configuration.
Stars: ✭ 97 (-19.83%)
Mutual labels:  makefile, vscode
Moosefs Freebsd Ports
Official FreeBSD Ports for MooseFS 3.0 (and MooseFS 2.0). If you're looking for MooseFS 2.0 ports, check the 2.0.x branch.
Stars: ✭ 10 (-91.74%)
Mutual labels:  makefile, freebsd
Seed
Go application GitHub repository template.
Stars: ✭ 109 (-9.92%)
Mutual labels:  makefile, vscode
Mg
Micro (GNU) Emacs-like text editor ❤️ public-domain
Stars: ✭ 117 (-3.31%)
Mutual labels:  freebsd
Tatoeba Challenge
Stars: ✭ 119 (-1.65%)
Mutual labels:  makefile
Openstack Helm
Helm charts for Openstack
Stars: ✭ 117 (-3.31%)
Mutual labels:  makefile
Vscode Postgres
PostgreSQL extension for vscode providing explorer, highlighting, diagnostics, and intellisense
Stars: ✭ 117 (-3.31%)
Mutual labels:  vscode
Redo
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
Stars: ✭ 1,589 (+1213.22%)
Mutual labels:  makefile
Openwrt Examples
Examples for creating OpenWrt programs&packages.
Stars: ✭ 120 (-0.83%)
Mutual labels:  makefile
Openwrt Shadowsocksr
ShadowsocksR-libev for OpenWrt/LEDE
Stars: ✭ 118 (-2.48%)
Mutual labels:  makefile
Awesome Cl
A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
Stars: ✭ 1,736 (+1334.71%)
Mutual labels:  makefile
Kylin Docker
This repository trackes the code and files for building docker image with Apache Kylin.
Stars: ✭ 119 (-1.65%)
Mutual labels:  makefile
Vscode Apielements
VSCode extensions for API Elements (aka: API Blueprint and Swagger)
Stars: ✭ 117 (-3.31%)
Mutual labels:  vscode
Arduino.tmbundle
The TextMate Arduino Bundle
Stars: ✭ 119 (-1.65%)
Mutual labels:  makefile
Drone Tutorial
Drone Continuous Delivery Documentation using docker-compose
Stars: ✭ 117 (-3.31%)
Mutual labels:  makefile
Opentelemetry Specification
Specifications for OpenTelemetry
Stars: ✭ 2,242 (+1752.89%)
Mutual labels:  makefile
Luci tutorials
An outdated outline of a set of LuCI tutorials. (Updates stopped in 2013)
Stars: ✭ 119 (-1.65%)
Mutual labels:  makefile

Visual Studio Code port for FreeBSD

VSCode has become a part of the ports tree

Visual Studio Code is now officially available in the FreeBSD ports tree. For more information, please see the following URL:

This git repository will continue to serve as a pre-official development repository.


This repository contains an experimental port of Visual Studio Code for FreeBSD. The port is largely based on:

Get

A package file is available at the releases page. To install, download the file (with .txz extension) and run the command:

pkg install vscode-<version>.txz

Run

code-oss

Build

If you would like to build artifacts for yourself, be sure you have the ports tree on your machine. If not, run the following commands:

portsnap fetch
portsnap extract

Clone this repository with git command and build/install vs code:

git clone https://github.com/tagattie/FreeBSD-VSCode
cd FreeBSD-VSCode/editors/vscode
make install clean

Note for Poudriere users

If you would like to build the port using Poudriere, you need to raise the limit for the maximum number of open files allowed for a jail (default is 1024) by adding the following line to poudriere.conf:

MAX_FILES_vscode=4096

Platform

  • Built on FreeBSD 11 and 12 amd64.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].