Commit Graph
14 Commits
Author SHA1 Message Date
isidor 3e27bb06a3 Errors from evaluateRequest should be red in the debug console
fixes #83668
2019-12-02 15:35:04 +01:00
Dmitry Gozman 367a5a0c59 Improve LinkDetector
- recognizes web urls;
- checks that file path exists;
- supports relative to workspace root paths (./foo);
- supports relative to home dir paths (~/foo);
- optional line/column;
- smoke test.
2019-09-24 13:19:52 -07:00
isidor ff570b5881 variables: respect errorMessage
fixes #80464
2019-09-20 11:13:16 +02:00
Dmitry Gozman c5269479a8 Linkify variable values in repl
Every place which uses renderExpression or renderVariable can provide a LinkDetector
to turn matching text into links. We use this on repl renderers.
2019-09-12 10:37:01 -07:00
Dmitry Gozman 3bcaff85f0 Separate REPL evaluation from it's result; fixes #79196
REPL now has two elements: one for the evaluation text added immediately (ReplEvaluationInput),
and another for the evaluation result once available (ReplEvaluationResult).
2019-09-09 10:53:46 -07:00
isidor 8fd154e360 debug: do not use disposable store, it breaks the watch view input 2019-05-28 16:38:18 +02:00
Johannes Rieken 3a054ddc9f give DisposableStore set character (helps with #74446) 2019-05-28 11:45:30 +02:00
Matt Bierner 0f32f0ef5f Clean up some usages of IDisposable[]
Part of #74250

- Extend `Disposable` in classes where it makes sense
- Use `DisposableStore` for lists of disposables
- Make `combinedDisposable` take arguments instead of an array (so that you can't pass in an array and then modify the array after the fact)
2019-05-23 22:58:16 -07:00
Khaja Nizamuddin f4cc2c7ef5 replace whitespace from initial value 2019-05-23 17:53:18 +05:30
Benjamin Pasero 2699f06fb9 less implicit any (#70352) 2019-03-22 08:08:16 +01:00
isidor ee38239a93 debug: variable flash only when rendered for the first time
fixes #67770
2019-03-14 10:37:09 +01:00
isidor aca0a5ed9a Avoid using Object.create(null) to create objects
fixes #67973
2019-02-19 16:24:48 +01:00
Benjamin Pasero 35523f6c51 debt - workbench/parts => workbench/contrib (update imports and scripts) 2019-02-07 11:48:58 +01:00
Benjamin Pasero 87c5072ab0 debt - workbench/parts => workbench/contrib 2019-02-07 11:46:07 +01:00