Commit Graph
37 Commits
Author SHA1 Message Date
Benjamin Pasero f52952332d :chore: some ReadOnlyArray => readonly 2021-04-26 11:16:15 +02:00
Benjamin Pasero 493fa4bd31 💄 main.ts 2021-02-11 16:56:29 +01:00
Johannes Rieken ad362089be add proposal of CancellationError, https://github.com/microsoft/vscode/issues/93686 2020-12-16 16:15:32 +01:00
Johannes Rieken 2d27d4d079 use NotSupportedError for symbols that require the ability to launch processes, https://github.com/microsoft/vscode/issues/101857 2020-07-14 11:32:28 +02:00
Benjamin Pasero 97eb916355 💄 2019-12-10 13:16:22 +01:00
Benjamin Pasero 41466a2390 debt - declare more fs provider capabilities 2019-11-04 09:57:08 +01:00
Johannes Rieken dc5fdf7b62 add fetch file system provider 2019-08-16 16:39:52 +02:00
Matt Bierner 3f93ea6521 Auto convert let -> const in base/common 2019-03-05 16:53:41 -08:00
Johannes Rieken 4161bfc71d nuke TPromise error handling #53526 2018-12-12 17:11:48 +01:00
Alex Dima 740ac11a17 More strict null checks (#60565) 2018-10-11 13:04:56 +02:00
Matt Bierner 8087b0a8d8 Remove use strict directives in main vs code ts files (part 2)
We compile using the alwaysStrict flag so these directives are not needed

This part removes most `use strict` directives that are right after the file header
2018-10-02 16:11:05 -07:00
Benjamin Pasero 6079bc6d17 notifications - better error handling 2018-02-19 18:14:28 +01:00
Benjamin Pasero 9ab2056393 notifications - remove old message service and adopt new one 2018-02-19 17:57:12 +01:00
Alex Dima b27a905d2d Make code snapshot-friendly 2018-02-16 11:12:41 +01:00
Benjamin Pasero dffef3e539 <=> (for #38414) 2017-11-17 15:31:41 +01:00
Alex Dima 0b20f8762b Remove more unused code (#38414) 2017-11-16 10:29:19 +01:00
Johannes Rieken dc69d8bf6d properly spec error data, #32766 2017-08-18 15:02:36 +02:00
Johannes Rieken 69c9edebb9 prefix stack with extension id, #32766 2017-08-18 15:02:36 +02:00
Ron Buckton 066a2bb141 Update Promise definition (#30268)
* Update definition of Promise in winjs.base.d.ts.

* Update to new Promise declaration

* Fix remaining errors.
2017-08-18 00:02:57 -07:00
Johannes Rieken b8e8c435cc ignore dispose-errors, fixes #30578 2017-08-16 12:00:51 +02:00
Benjamin Pasero 6520ec3a9d debt - some more var => let/const 2017-07-03 16:37:18 +02:00
Alex Dima 494b7b7d01 Bring "hidden" code out in the open 2017-06-16 18:04:50 +02:00
Alex Dima aca01f2daa Fix build hygiene issues 2017-04-14 14:08:52 +03:00
Ramya Rao aa099fe8f4 Log errors from feature providers as external (#16128)
* Log errors from feature providers as external

* rename errors should bubble up, why?, fixes test failures

* log errors from format
2016-11-30 16:26:52 -08:00
Johannes Rieken 6681a2a7d6 tsfmt - src 2016-10-08 09:53:13 +02:00
Joao Moreno 75a03bdecf fixes #11779 2016-09-28 14:37:55 +02:00
Alex Dima bb3e8b9b9b Keep vs/base/common/errors lean and mean as everyone depends on it 2016-09-07 12:39:39 +02:00
Johannes Rieken 8a5a178530 remove duplicated error utils 2016-05-23 15:50:46 +02:00
Joao Moreno e41c619890 extension status bar: errors should only display once 2016-03-10 16:39:13 +01:00
Alex Dima ad41d3db4a Linting in /base/ 2016-02-05 09:49:52 +01:00
Benjamin Pasero e20bb67bdb detect system errors and present them better for NLS 2016-01-21 07:58:25 +01:00
Johannes Rieken f7f6663eca properly transform errors between ext host and main side 2016-01-18 12:55:12 +01:00
Benjamin Pasero eecaddcc9a delete unused getHttpStatus from errors 2015-12-30 15:10:41 +01:00
Benjamin Pasero 19ed5bfc98 some tslinting in base 2015-12-21 16:56:38 +01:00
Kewin Dousse e186bb34b7 Correcting documentation to better match JSDoc's style. 2015-11-23 09:50:11 +01:00
Pascal Borreli 16fc6b7585 Fixed typos 2015-11-22 15:45:31 +00:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00