Commit Graph

803 Commits

Author SHA1 Message Date
Joao Moreno
12b921f7cd package minified linux to deb 2016-02-12 11:10:54 +01:00
Joao Moreno
9433f3f98f build deb in .build/linux 2016-02-12 11:07:18 +01:00
Joao Moreno
5d787e0cb4 count deb package size in stream 2016-02-12 10:36:52 +01:00
Joao Moreno
94cbf1f872 remove commented task dependency 2016-02-12 10:09:31 +01:00
Joao Moreno
bf3407239f Merge branch '2679_deb_package' of https://github.com/Tyriar/vscode into Tyriar-2679_deb_package 2016-02-12 10:00:32 +01:00
Daniel Imms
fe3988c9a2 Add gulp tasks to build deb packages
Build, install and run:
gulp vscode-linux-packages
sudo dpkg -i out-linux/vscode-amd64.deb
code .

Installing the package does the following:
- Puts VSCode dir at /usr/share/code
- Puts code.sh launcher in /usr/bin
- Defines a .desktop file to properly integrate with the launcher

Fixes #2679
2016-02-11 14:20:34 -08:00
Joao Moreno
1741f43f13 add zlib to baseModules 2016-02-10 17:49:27 +01:00
Joao Moreno
fd5416fda7 fix build 2016-02-09 15:09:03 +01:00
Johannes Rieken
0657e74daf jrieken.vscode-omnisharp > ms-vscode.omnisharp 2016-02-05 10:37:11 +01:00
Alex Dima
82ef0ad89a Fixes #2522: Use official oniguruma node module 2016-01-29 12:04:25 +02:00
Joao Moreno
ce7310f84f update vscode-omnisharp version
#2498
2016-01-28 16:58:45 +01:00
Martin Aeschlimann
338ff58622 Fixes #2422: json extension ships dev node modules such as mocha and typescript that adds more than 13MB 2016-01-27 18:00:08 +01:00
Joao Moreno
b14258e8d1 fixes #2127 2016-01-27 15:42:00 +01:00
Johannes Rieken
fc3da668bc pull in jrieken.vscode-omnisharp 0.3.1 2016-01-27 15:30:27 +01:00
Joao Moreno
e44dc204ab oops 2016-01-27 14:56:15 +01:00
Joao Moreno
a9511de753 fixes #2419 2016-01-27 14:53:35 +01:00
Martin Aeschlimann
1379c39944 Merge pull request #2245 from Microsoft/aeschli-json-language-server
Add json language server
2016-01-25 22:10:46 +01:00
Joao Moreno
1b6d320d67 fixes #2201 2016-01-25 16:00:35 +01:00
Martin Aeschlimann
cbb50c74a0 filter dev artifacts from json/server 2016-01-22 09:04:50 +01:00
Joao Moreno
1b8fca6c2c patch version with quality 2016-01-20 17:51:01 +01:00
Joao Moreno
75b54736d7 simplify product.json 2016-01-20 17:36:31 +01:00
João Moreno
c7280f04a6 Merge pull request #1072 from EgorMatirov/arm_building
Allow building binary on Linux ARM.
2016-01-19 17:50:00 +01:00
Johannes Rieken
9eebf6657f move up octicon logic so that it can be reused in quick open 2016-01-13 15:06:38 +01:00
João Moreno
2db3302987 do not rename electron.exe 2016-01-13 11:15:03 +01:00
Joao Moreno
1331354349 use VSCODE_ELECTRON_PLATFORM 2016-01-12 17:26:56 +01:00
Johannes Rieken
db46719428 exclude 'weak' from build, update weak.d.ts 2016-01-11 14:30:06 +01:00
Benjamin Pasero
ba234c7100 adopt remote module 2016-01-06 16:14:30 +01:00
Benjamin Pasero
0693d7cb30 adopt menu and menuitem 2016-01-06 16:09:04 +01:00
Benjamin Pasero
6027927d77 adopt browser window and dialog 2016-01-06 16:00:08 +01:00
Benjamin Pasero
eb1f52ce75 adopt crash reporter module 2016-01-06 12:49:52 +01:00
Benjamin Pasero
423dd7afe5 adopt screen module 2016-01-06 12:47:18 +01:00
Benjamin Pasero
3ac82937fe adopt shell module 2016-01-06 12:44:57 +01:00
Benjamin Pasero
c5f13122a5 adopt web-frame 2016-01-06 12:28:59 +01:00
Benjamin Pasero
d22fe64c76 adopt auto-updater module 2016-01-06 12:22:26 +01:00
Benjamin Pasero
f172b925b2 annotate ipc to use 2016-01-06 09:33:24 +01:00
Alex Dima
afa2f4b4b4 Clean up native node modules before shipping 2015-12-17 17:48:08 +01:00
Joao Moreno
6e464d9c61 ignore vscode-api-tests extension in build 2015-12-15 15:41:06 +01:00
Joao Moreno
2cfc56d48b Revert "remove extension node modules"
This reverts commit 3b4f6aa38a.
2015-12-15 15:40:28 +01:00
Joao Moreno
3b4f6aa38a remove extension node modules 2015-12-15 14:29:11 +01:00
Benjamin Pasero
3eb71362bf For now filter LICENSES.chromium.html 2015-12-15 13:00:09 +01:00
Johannes Rieken
077ebcf4d3 use vscode-omnisharp v0.3.0 2015-12-11 14:02:32 +01:00
Johannes Rieken
7dbc878a32 remove csharp-syntax-only-extension because vscode omnisharp ships that 2015-12-10 15:25:07 +01:00
Mikhail Ivchenko
2a9c2a4bf0 Allow building binary on Linux ARM. 2015-12-07 17:05:23 +04:00
Alex Dima
f502bda8de Try to render keybindings with their physical labels 2015-12-04 13:47:07 +01:00
Johannes Rieken
ad7b0bd353 download and bundle vscode-omnisharp during build 2015-12-03 12:03:05 +01:00
Joao Moreno
13a1295973 bundle optional dependencies too 2015-12-01 09:06:42 +01:00
Joao Moreno
e22834e316 place electron in .build/electron
related to #22
2015-11-26 09:03:36 +01:00
Joao Moreno
ff6c7a2306 validate BUILD_SOURCEVERSION 2015-11-24 11:23:03 +01:00
isidor
28e29d7977 line endings. 2015-11-23 20:28:42 +01:00
Alex Dima
046b87e067 Better editor build tasks 2015-11-20 14:54:11 +01:00