Alex Dima
8bc37bcf37
Do not ship octicons in standalone editor
2016-02-24 14:28:45 +01:00
Daniel Imms
edbdf75cd8
Merge remote-tracking branch 'upstream/master'
2016-02-23 08:52:52 -08:00
Joao Moreno
c6ae31a9ae
make build fail on compile errors
2016-02-23 09:33:16 +01:00
Daniel Imms
bf552e1e71
Remove unused vscode-linux-arch-build-deb-catalog gulp tasks
2016-02-19 15:09:16 -08:00
Daniel Imms
b0372e6810
Correct Package format
...
apt-get doesn't like filenames in package catalog containing .
2016-02-19 15:08:39 -08:00
Joao Moreno
90c1f7ab89
remove omnisharp
...
fixes #3167
2016-02-19 15:35:34 +01:00
Joao Moreno
93f1cf3b30
add no-unused-vars to eslintrc
2016-02-19 15:35:34 +01:00
Joao Moreno
f61d36818d
remove plugin host sourcemap
...
fixes #2863
2016-02-19 15:10:46 +01:00
Joao Moreno
c5d4fbca7c
add .eslintrc to build files
2016-02-19 15:10:46 +01:00
Daniel Imms
28964e5688
Fix gulp deb package clean tasks
2016-02-18 21:14:48 -08:00
Daniel Imms
8679fbd40d
Use epoch time as deb package revision
...
This saves the gulp task relying on pinging the update server for the last
package revision.
Related #2973
2016-02-18 20:58:09 -08:00
Daniel Imms
813965b996
Create apt repository package catalog with deb package
...
Related #2973
2016-02-18 16:56:17 -08:00
Joao Moreno
f0805c28b0
fix hygiene
2016-02-18 16:59:18 +01:00
Joao Moreno
9707fdf617
reuse reporter in tslint
2016-02-18 16:02:16 +01:00
Joao Moreno
ff988d37a8
Merge remote-tracking branch 'origin/master' into hygiene-tslint
2016-02-18 15:28:04 +01:00
Joao Moreno
7a4e55518f
whitespace
2016-02-18 15:24:52 +01:00
Erich Gamma
f85a587344
Added tslint to the hygiene pre-commit check
2016-02-18 15:01:53 +01:00
Alex Dima
7082af62f8
tslint /editor/ and /platform/ tests
2016-02-18 10:07:50 +01:00
Dirk Baeumer
d47c2c03df
Port noUnexternalizedStringsRule to TS 1.8.0. Add support to detect duplicate keys with different messages
2016-02-18 09:12:42 +01:00
Dirk Baeumer
a5976acb36
Fully remove JS and TS from the VSCode. Only keep extensions.
2016-02-17 16:42:22 +01:00
Joao Moreno
43f6e241c1
add sourcemap url by default
...
fixes #2863
2016-02-16 16:45:25 +01:00
Joao Moreno
1937d52aec
update-vscode-sourcemaps
2016-02-16 16:17:33 +01:00
Daniel Imms
61f5dc6697
Fix Linux .desktop file name
2016-02-12 11:51:24 -08:00
Joao Moreno
be4a1ef00c
add darwin specific launcher
2016-02-12 16:58:39 +01:00
Joao Moreno
76465f35f8
make control quality aware
2016-02-12 16:26:40 +01:00
Joao Moreno
16f31d80e8
make code.desktop quality aware
2016-02-12 16:11:49 +01:00
Joao Moreno
1940ca7163
rename linux executable to quality
2016-02-12 16:11:49 +01:00
Joao Moreno
771257c5ab
make linux deb build quality dependent
2016-02-12 15:48:47 +01:00
Joao Moreno
b20c19c88f
fix build
2016-02-12 15:48:47 +01:00
Joao Moreno
d1bccebbd1
win32ShortcutName -> applicationName
2016-02-12 15:48:47 +01:00
Joao Moreno
13f7004599
remove VSCODE_PATH from cli, move to linux
2016-02-12 14:51:20 +01:00
Joao Moreno
ede6fc0e46
make sure cli is top level module
2016-02-12 12:39:37 +01:00
Joao Moreno
8626f24faa
move launcher.js to cli.js
2016-02-12 12:39:37 +01:00
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
e609a6f409
gulp win32 watcher -- filter as soon as possible fs events
2016-02-02 12:21:01 +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