Dirk Baeumer
e9c0d0acae
Enable i18n logging
2016-03-14 17:10:47 +01:00
Dirk Baeumer
94a329299a
Fix nls build
2016-03-13 15:31:02 +01:00
Dirk Baeumer
e6fa8d974c
Additional i18n files
2016-03-11 21:25:28 +01:00
Dirk Baeumer
e3ddd0074e
Merge branch 'dbaeumer/extensionLanguageCreation'
2016-03-09 10:02:21 +01:00
Dirk Baeumer
9f5da0577d
Create language specific nls files for extensions
2016-03-08 23:20:35 +01:00
Alex Dima
11ea2b653e
Show message when "auto" is detected
2016-03-08 21:46:52 +01:00
Daniel Imms
2c2f4763d7
Don't bother building rpm package for source
2016-03-08 09:01:31 -08:00
Daniel Imms
28c2b45bd3
Build 32-bit rpm package with correct arch
...
Fixes #3870
2016-03-08 08:52:07 -08:00
Dirk Baeumer
0ffd699ef5
Create nls files for vscode core
2016-03-08 11:26:24 +01:00
Joao Moreno
871e985d7d
fix build
2016-03-08 10:56:52 +01:00
Joao Moreno
c4cfb09a3c
fix gulp tasks for extensions-build
2016-03-08 10:43:43 +01:00
Joao Moreno
3a3c9e152b
fix windows build
2016-03-08 09:17:13 +01:00
Daniel Imms
2c1f2fb19e
Move deb build assets to .build/linux/deb/ directory
...
To match and encapsulate from rpm.
2016-03-07 12:56:15 -08:00
Daniel Imms
3ddbbe9a95
Implement .rpm package gulp task
...
.rpm packages can now be build with:
gulp vscode-linux-<arch>-build-rpm
The resulting package will be output to ~/rpmbuild/RPMS/<arch>/ and can be
installed on a Red Hat-based distro with:
yum localinstall <path>
Note that Debian systems can build the package after installing the 'rpm'
package:
apt-get install rpm
This was tested building 64-bit on Ubuntu 15.10 and installing on CentOS 7.
Fixes #3595
2016-03-07 12:36:26 -08:00
Joao Moreno
6a125a472e
fix build
2016-03-07 13:48:33 +01:00
Dirk Baeumer
f52edcbdd2
Add i18n files for core and extensions
2016-03-07 13:02:06 +01:00
Joao Moreno
d63380a375
move unexternalized strings rule
2016-03-07 12:56:32 +01:00
Joao Moreno
b027a0c492
fix up lint errors, cleanup build folder
2016-03-07 12:56:32 +01:00
Joao Moreno
9a31566790
fix hygiene
2016-03-07 12:56:32 +01:00
Joao Moreno
2e329e1ed1
fix hygiene
2016-03-07 12:56:32 +01:00
Joao Moreno
f9564e666d
remove leftover build file
2016-03-07 12:56:32 +01:00
Joao Moreno
888f769687
move .eslintrc up to root
2016-03-07 12:56:32 +01:00
Joao Moreno
9f8ee47b02
extract gulpfile rebase
2016-03-07 12:27:10 +01:00
João Moreno
b61dd976f6
fixes #1948
2016-03-07 12:09:15 +01:00
Dirk Baeumer
1759819229
Build extensions with nls support
2016-03-07 09:40:44 +01:00
Alex Dima
c19f9bf590
Inline theme files
2016-03-06 12:42:58 +01:00
Alex Dima
a9952454eb
Remove no longer necessary tasks
2016-03-06 12:37:24 +01:00
Martin Aeschlimann
3c3de953da
[josn-server] remove typescript and mocha as dev dependencies
2016-03-04 17:06:50 +01:00
Joao Moreno
9f881a0898
fix npe
2016-03-04 16:26:05 +01:00
Joao Moreno
d0e3ab293d
Merge branch 'ext-compile'
2016-03-04 15:54:01 +01:00
Joao Moreno
12d7f996b6
remove hardcode extensions dependencies
2016-03-04 15:48:57 +01:00
Joao Moreno
eb2ab21c34
fix lint
2016-03-04 15:36:27 +01:00
Joao Moreno
69286bbe48
fix watch & compile tasks
2016-03-04 15:31:21 +01:00
Joao Moreno
71a6127d0b
fixes #1642
2016-03-04 10:44:20 +01:00
Joao Moreno
b07b57cc0e
gulpfile.extensions refactor
2016-03-04 09:27:27 +01:00
Daniel Imms
77ab7e0c20
Fix 32-bit deb upload
2016-03-03 22:37:58 -08:00
Daniel Imms
e2b4e36873
Fix lint errors in build/
2016-03-03 22:12:47 -08:00
Dirk Baeumer
c29826b209
Add compile-build-extensions tasks
2016-03-03 16:02:30 +01:00
Dirk Baeumer
2e26466979
Enable optimze-vscode again for vscode-win32
2016-03-03 11:16:19 +01:00
Daniel Imms
34003be33d
Produce .deb package in deb/ folder
2016-03-02 18:31:44 -08:00
Alex Dima
18c4629511
Rename gulp tasks around extensions
2016-03-01 11:40:18 +01:00
Alex Dima
1a97264011
gulpfile.plugins -> gulpfile.extensions
2016-03-01 11:40:17 +01:00
Alex Dima
58c1cdd3eb
php extension compiles to commonjs
2016-03-01 11:40:14 +01:00
Daniel Imms
572be7e529
Register code to the Debian alternatives system
...
Fixes #3541
2016-02-29 15:44:47 -08:00
Daniel Imms
d624636afe
Register the apt repository as a source for official .deb builds
...
Part of #2973
2016-02-26 09:01:39 -08:00
Joao Moreno
00035055a4
use same cli script in Windows
...
fixes #3055
2016-02-25 17:35:33 +01:00
João Moreno
5730e16736
typo
2016-02-25 16:58:27 +01:00
Joao Moreno
1a51948f9c
add code launcher for windows bash
...
fixes #1704
2016-02-25 16:53:32 +01:00
Alex Dima
bc76d98e00
Prefer lowercase c in (c)
2016-02-24 14:28:46 +01:00
Alex Dima
8bc37bcf37
Do not ship octicons in standalone editor
2016-02-24 14:28:45 +01:00