Commit Graph

49000 Commits

Author SHA1 Message Date
Matt Bierner 9bd21e3f2b Pick up latest ts@next 2019-05-16 10:38:29 -07:00
Matt Bierner 6685f2d2bd Convert toResource to return undefined instead of null 2019-05-16 10:38:29 -07:00
Matt Bierner a65adc6fda Use vscode.d.ts we ship instead of version from vscode package 2019-05-16 10:38:29 -07:00
Matt Bierner 0787bf615e Use undefined instead of null | undefined for commands 2019-05-16 10:38:28 -07:00
Matt Bierner 653edff568 null -> undefined 2019-05-16 10:38:28 -07:00
Matt Bierner d1b9e6d8d9 null -> undefined 2019-05-16 10:38:28 -07:00
Matt Bierner 36bae8d056 Resolve promise to null instead of empty
As far as I can understand, the intent here is to return 'no result', which this code uses `null` for. Promises allow resolving with `undefined` since the argument to `then` is optional
2019-05-16 10:38:28 -07:00
Matt Bierner 4ce2cdd6d7 ResolvedKeybindingItem as undefined instead of null 2019-05-16 10:38:28 -07:00
Matt Bierner aeb7669fba Convert getLabel to return undefined instead of null 2019-05-16 10:38:28 -07:00
Matt Bierner d3d842cbe2 Convert a few more interfaces to return undefined instead of null 2019-05-16 10:38:28 -07:00
Matt Bierner 09fb2a357c convert getDescription to return undefined instead of null 2019-05-16 10:38:28 -07:00
Matt Bierner bfc7b7f55a Make getResource return undefined 2019-05-16 10:38:28 -07:00
Matt Bierner 2b28a35028 Remove unreachable null check 2019-05-16 10:38:28 -07:00
Matt Bierner cd1b7130ae Remove call to withNullAsUndefined 2019-05-16 10:38:28 -07:00
Alex Ross d0f109bc45 Update for windows 2019-05-16 10:36:48 -07:00
Alex Ross c368342fa8 Handle newline characters in file picker
Fixes #71962
2019-05-16 10:34:02 -07:00
Alex Ross 45db52ba6b Update grammars 2019-05-16 10:17:43 -07:00
Benjamin Pasero 40ae7f0312 debt - inline file constants into pfs 2019-05-15 11:48:06 -07:00
Benjamin Pasero 376061acc4 debt - less type cases 2019-05-15 11:42:49 -07:00
Alex Ross c759b3e0dc Fix quick pick spacing between input box and list
Fixes #73732
2019-05-15 11:37:44 -07:00
Daniel Imms 10477a9896 Log every native call to node-pty
Part of #71966
2019-05-15 11:11:26 -07:00
Alex Ross 4f0b658c24 Make simple file dialog setting a real setting
Fixes #73783
2019-05-15 10:51:19 -07:00
SteVen Batten 982e7bc2f1 refactor actionItem naming (#73600) 2019-05-15 10:21:05 -07:00
Benjamin Pasero fcf7f6749e 💄 2019-05-15 09:48:58 -07:00
Alex Ross b7cc96f7c4 Remove tasks specific conpty setting
Part of #73677
2019-05-15 09:39:28 -07:00
Benjamin Pasero 5b8b82c395 💄 file on disk provider 2019-05-15 09:21:56 -07:00
Johannes Rieken f642a83b17 Merge pull request #73759 from Linskeyd/fix-file-system-error-doc-block
Fix docblock for FileSystemError
2019-05-15 09:19:49 -07:00
David Linskey 189e9a4c28 Fix docblock for FileSystemError 2019-05-14 21:35:55 -07:00
Matt Bierner 9e4b65600d Pick up TS 3.5@next 2019-05-14 11:26:32 -07:00
Matt Bierner 682d4c62d5 Merge pull request #73731 from hwhung0111/Fix-typo-wheel
Fix typo: isScrollWhellKeyPressed => isScrollWheelKeyPressed
2019-05-14 10:34:35 -07:00
Benjamin Pasero afe9a74dbf remote fs provider to support chunked read/write 2019-05-14 10:11:18 -07:00
Joao Moreno 0cfb9ad1c3 fix distro build 2019-05-14 09:42:07 -07:00
Johannes Rieken e3603d7f31 Merge pull request #73009 from preetsaimutneja/update-breadcrumb-on-caseonlyrename
update breadcrumb on case-only file rename
2019-05-14 09:39:56 -07:00
Benjamin Pasero 185ec15c6c update distro 2019-05-14 09:34:47 -07:00
Joao Moreno 82190ef069 Merge remote-tracking branch 'origin/master' 2019-05-14 09:31:07 -07:00
Joao Moreno 341638b1bf Merge branch 'joao/keyvault' 2019-05-14 09:30:43 -07:00
Benjamin Pasero f607c9bae7 web - backport some changes 2019-05-14 09:30:37 -07:00
Howard Hung 4c1b302a93 Fix typo isScrollWhellKeyPressed => isScrollWheelKeyPressed 2019-05-15 00:10:14 +08:00
Benjamin Pasero a6774a6961 update distro 2019-05-13 20:11:23 -07:00
Matt Bierner fd1ac7561b Fix TS 3.5 compile errors
Fixing errors related to https://github.com/microsoft/TypeScript/issues/31380
2019-05-13 18:00:52 -07:00
Johannes Rieken d5fce51880 update references view extension 2019-05-13 18:00:01 -07:00
Joao Moreno 3ac45b81e7 update distro 2019-05-13 12:00:00 -07:00
Benjamin Pasero 10b0935c1d Add basic support to start vscode in the web (#73687)
* web - scaffold a basic dev setup via "yarn web"

* 💄
2019-05-13 11:59:13 -07:00
Rob Lourens 43f2710fde Reenable disabled test - fix #73604 2019-05-13 11:58:36 -07:00
Joao Moreno f794ad0a22 Merge branch 'joao/next' 2019-05-13 11:42:03 -07:00
Benjamin Pasero 1420691331 debt - merge contextkeys into one 2019-05-13 11:39:26 -07:00
Joao Moreno 0815c36675 use keyvault for all secrets 2019-05-13 11:34:44 -07:00
Benjamin Pasero 905680b459 Merge branch 'master' into ben/web-companion 2019-05-13 11:20:13 -07:00
Daniel Imms 744fefaa0d Merge pull request #73599 from microsoft/tyriar/xterm-update
Update vscode-xterm
2019-05-13 11:17:10 -07:00
Daniel Imms 1dd5245a83 Remove unneeded vscode-xterm function 2019-05-13 11:15:50 -07:00