Commit Graph

2880 Commits

Author SHA1 Message Date
Matt Bierner
a9944e6595 Move some build specific packages into build
These packages are only used in build and also have their typings defined in this folder
2018-10-03 15:30:34 -07:00
Matt Bierner
6aa7463ca1 Remove unused gulp dev dependency 2018-10-03 15:30:34 -07:00
Matt Bierner
f7456ebf90 Switch to use standard @types/node types instead of our customized version
Using a custom version of the node typings is causing a lot of pain while trying to upgrade our build to use `@types` instead of the `d.ts` files we have to maintain. I believe we primarily maintain our own version for two reason:

- Custom require function
- setTimeout and other timer functions return NodeJs.timer instead of a number

These can both be delt with, the first by using interface augmentation and the second by switching to use any types for timer. I believe that the pain of maintaining our own node `d.ts` outweighs the benefits here

This change switches us to use the standard @types/node package for our node typings
2018-10-03 14:18:36 -07:00
Matt Bierner
c794db9e31 Switch to use a few more @types packages instead of our custom versions 2018-10-02 14:23:28 -07:00
Matt Bierner
f5850c9510 Try using @types for typings instead of our custom versions in src/typings 2018-10-02 14:07:19 -07:00
Matt Bierner
d37076a596 Build VS Code using TypeScript 3.1.1
Fixes #59757
2018-10-01 10:55:16 -07:00
Benjamin Pasero
66dcb50e61 gulp-atom-electron@1.19.0 2018-10-01 18:14:00 +02:00
Daniel Imms
aaee349207 vscode-xterm@3.9.0-beta1 2018-10-01 09:02:44 -07:00
Daniel Imms
3eea5fae43 Revert "vscode-xterm@3.9.0-beta1"
This reverts commit 8f20c5eae8.
2018-10-01 09:01:14 -07:00
Benjamin Pasero
d4fdc9886b bump gulp-atom-electron 2018-10-01 17:38:26 +02:00
Daniel Imms
8f20c5eae8 vscode-xterm@3.9.0-beta1
Includes link overscan fix and dynamic cache optimizations
2018-10-01 07:27:09 -07:00
Matt Bierner
d5b94eb3a7 Version bump 2018-09-28 14:06:35 -07:00
Daniel Imms
4125f7a045 node-pty@0.7.8
Fixes #59334
2018-09-28 11:01:39 -07:00
Benjamin Pasero
1503b6033e update distro 2018-09-27 10:57:30 +02:00
Joao Moreno
dd26078b15 update distro 2018-09-27 10:09:58 +02:00
Miguel Solorio
fd35d99cea Update distro 2018-09-26 08:09:12 -07:00
Ramya Achutha Rao
c9b88c68cc Update appinsights to latest version 2018-09-25 16:44:46 -07:00
Daniel Imms
1e058b76ea Revert vscode-xterm update
This caused some integration tests to fail
2018-09-24 19:34:59 -07:00
Matt Bierner
70ac2cfa51 Run oss tool 2018-09-24 18:16:38 -07:00
Daniel Imms
75f721ff98 vscode-xterm@3.8.0-beta5 2018-09-24 11:04:27 -07:00
Joao Moreno
91704613a9 fixes #58966 2018-09-24 15:41:24 +02:00
Ramya Rao
ae526292df Upgrade appinsights (#58999)
* Upgrade appinsights

* Env, global updates before starting shared process

* Disable console logging from appinsights Fixes #55417

* Move workaround to helper
2018-09-22 23:09:48 -07:00
Daniel Imms
bd0543890c vscode-xterm@3.8.0-beta4
Includes fix to link underlines in DOM renderer.

Fixes #59114
2018-09-21 10:10:04 -07:00
Benjamin Pasero
a98d25b32a update distro 2018-09-20 07:34:52 +02:00
Ramya Achutha Rao
71f99d08dc Update distro 2018-09-19 16:09:55 -07:00
Andre Weinand
baa15a52d2 use DAP 1.32.0 2018-09-20 00:32:11 +02:00
Alex Ross
7b15a622c8 Upate vscode-xterm.js to 3.8.0-beta3 Fixes #58532 2018-09-17 09:05:42 -07:00
Benjamin Pasero
a181a96d1c Provide file icons per file type (#58795)
* first cut icons per file type (for #4845)

* update icon set

* update distro

* tweaks

* update distro
2018-09-17 11:09:47 +02:00
Matt Bierner
df09299e50 Pick up new distro version
Fixes #57079

- Whitelist badgeGen as a trusted badge provider
2018-09-13 15:51:16 -07:00
Alex Dima
9eb794b194 Fixes #58606: Use native-watchdog to monitor parent process in ext host 2018-09-13 17:30:22 +02:00
João Moreno
f3dca9ad03 Merge pull request #52119 from ava1ar/master
Added ARM64 build support
2018-09-11 15:25:26 +02:00
Alex Ross
2241bcbbb8 vscode-xterm@3.8.0-beta2 2018-09-10 09:29:20 -07:00
Aliaksandr Stelmachonak
df3616ad93 Resolved conflict 2018-09-10 11:32:02 -04:00
Matt Bierner
84ed12fbd8 Build with TS 3.0.3 2018-09-07 16:16:51 -07:00
Sandeep Somavarapu
b26feef82d bump spdlog version that has the fix 2018-09-06 17:18:07 +02:00
Andre Weinand
3bbfb3d7a4 upgrade to DAP 1.32.0-pre.0 2018-09-06 14:46:28 +02:00
Johannes Rieken
74fa1d8994 Merge pull request #57956 from Microsoft/joh/vsce-next
use packagedDependencies from running vsce#ls
2018-09-06 11:14:38 +02:00
Alex Ross
ef9e1f1a2b node-pty@v0.7.7 2018-09-05 15:39:50 -07:00
Daniel Imms
a504717669 vscode-xterm@3.8.0-beta1 2018-09-05 13:49:55 -07:00
Johannes Rieken
2561764544 use vsce 1.48.0 2018-09-05 14:35:30 +02:00
Johannes Rieken
3885d4613e Merge branch 'master' into joh/vsce-next 2018-09-05 14:06:12 +02:00
Matt Bierner
cb81c2c241 Build using ts 3.0 (#57906)
* Build VS Code using TS 3.0

Fixes #57151
2018-09-04 15:25:39 -07:00
Johannes Rieken
ccec2c9543 use vsce packagedDependencies 2018-09-04 12:29:23 +02:00
Benjamin Pasero
095400ad6c bump 1.28.0 2018-08-31 14:44:02 +02:00
Peng Lyu
2b3b0d0354 Bump distro (whitelist) 2018-08-30 13:53:42 -07:00
Benjamin Pasero
1318b3a0f1 bump distro (oss) 2018-08-30 11:01:22 +02:00
Benjamin Pasero
d63c8abbec bump vscode-chokidar@1.6.4 (fixes #57263) 2018-08-27 14:40:12 +02:00
Benjamin Pasero
e68d291864 update distro for OSS 2018-08-27 12:30:17 +02:00
Johannes Rieken
cdb9c0a8f4 update vscode-nls-dev to fixed version, share more config between extensions 2018-08-24 16:37:10 +02:00
Ramya Achutha Rao
ec95562121 Update distro 2018-08-23 17:46:19 -07:00