isidor
9d9afaacfb
fixes #107520
2020-10-01 12:30:30 +02:00
isidor
93c96b63c0
debug and explroer: do not use dom.addClass, dom.toggleClass
2020-09-11 17:20:16 +02:00
isidor
c379e3226e
debug: remove BaseDebugViewPane
2020-02-14 11:31:35 +01:00
SteVen Batten
5def21f51c
update css for debug viewlet
2020-02-13 09:03:17 -08:00
isidor
bee7a6e165
fixes #89709
2020-02-07 15:37:55 +01:00
isidor
f647e12201
debug: do not massage whitespace anymore
...
fixes #73845
2020-02-05 16:20:09 +01:00
jeanp413
df4a71a870
💄
2020-01-12 02:50:09 -05:00
jeanp413
b7c1982aee
Fixes #88242
2020-01-12 02:44:17 -05:00
isidor
df419967a6
debug: unit tests
2020-01-07 12:22:39 +01:00
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