Henning Dieterichs
448b45ee83
Extract IModelLineProjection into modelLineProjection.ts
2021-11-02 10:10:03 +01:00
Benjamin Pasero
0e61c493ab
files - cleanup capabilities more
2021-11-02 07:42:12 +01:00
Rob Lourens
f30beef826
Replace all slashes
...
1a36e0b932
2021-11-01 21:06:10 -07:00
Rob Lourens
1a36e0b932
Fix slashes in test on windows
2021-11-01 20:03:10 -07:00
Jean Pierre
a553a13098
Fixes #136175 ( #136176 )
2021-11-01 19:50:05 -07:00
rebornix
38cef76ce7
fix #120680 .
2021-11-01 18:10:42 -07:00
Matt Bierner
7d46b77c31
Disable fuzzy links in md preview
...
Fixes #136198
2021-11-01 17:41:40 -07:00
Matt Bierner
fbc1f7df91
Fire event when md content is updated
...
For #136255
2021-11-01 17:41:39 -07:00
Daniel Imms
003b522f3f
Fix warning log when running tests
2021-11-01 16:56:01 -07:00
rebornix
ec2b75ac91
fix #133761 .
2021-11-01 16:09:32 -07:00
Daniel Imms
f2cdaa0cdb
Merge pull request #136244 from microsoft/tyriar/xtermTerminal
...
Refactor parts of TerminalInstance into new XtermTerminal that wraps xterm in a testable object
2021-11-01 15:42:42 -07:00
Jackson Kearl
b4dd1f6e0b
Fix #134214
2021-11-01 15:36:48 -07:00
Matt Bierner
8f672cac62
Use morphdom to reduce number of full page updates to md preview
...
This should help improve scroll sync and also reduce the number of times we go out to the network if images are in the preview
2021-11-01 15:33:00 -07:00
Rob Lourens
b2494d777f
Remove unused search process code
...
Fix #133654
2021-11-01 15:22:32 -07:00
Daniel Imms
16b46aa3aa
Move unicode addon to XtermTerminal
2021-11-01 14:53:35 -07:00
Daniel Imms
f2150066fe
Move command tracker into XtermTerminal
2021-11-01 14:45:36 -07:00
Daniel Imms
dc81757bf0
Add special case for webgl not working in Safari
2021-11-01 14:36:51 -07:00
Daniel Imms
c5e569163b
Move cols/rows to be owned by TerminalInstance
2021-11-01 14:21:30 -07:00
Tyler James Leonhardt
25c2d58b20
await storing of token data ( #136236 )
2021-11-01 13:31:07 -07:00
Brigit Murtaugh
9df7d5e3d8
Add web issues notebook
2021-11-01 13:03:29 -07:00
Daniel Imms
75d2e5854e
Merge remote-tracking branch 'origin/main' into tyriar/xtermTerminal
2021-11-01 12:48:19 -07:00
Logan Ramos
78ea034530
Initial assignment service work ( #136238 )
...
* Initial assignment service work
* Modify useragent for experiment
* minor refactor
* remove extraneous comment
Co-authored-by: SteVen Batten <sbatten@microsoft.com >
2021-11-01 15:35:12 -04:00
Andre Weinand
1775f26147
use DAP 1.50
2021-11-01 19:31:43 +01:00
Marcus Felling
365ae1f356
Add tags for interesting browser testing packages ( #136116 )
2021-11-01 13:28:20 -04:00
rebornix
2c58df8e7d
re #135834 . better logs
2021-11-01 10:24:12 -07:00
rebornix
c51e614174
fix #133555
2021-11-01 10:24:11 -07:00
rebornix
73cf525905
avoid unnecessary focus editor and reveal the primary selection. fix #136012 .
2021-11-01 10:24:11 -07:00
rebornix
3af3401ca8
reduce viewCell.onDidChangeState listeners.
2021-11-01 10:24:10 -07:00
rebornix
98dc0d75a8
restore word wrap transient state. fix #136011
2021-11-01 10:24:06 -07:00
Miguel Solorio
a67fff8e7f
Show color widget title on load ( Fixes #136224 )
2021-11-01 10:10:44 -07:00
Tyler Leonhardt
e56b43a744
await storing of token data
2021-11-01 10:06:07 -07:00
Tyler Leonhardt
d848f76a66
specify scopes when getting auth sessions
2021-11-01 09:51:56 -07:00
Matt Bierner
f8b42b4a55
Update md grammar
2021-11-01 09:34:45 -07:00
Matt Bierner
a9bc0553f7
Support definition links with spaces
...
For #136073
2021-11-01 09:23:03 -07:00
SteVen Batten
f145c79a93
refs #134873
2021-11-01 09:15:41 -07:00
Johannes Rieken
9571d0d469
update milestone
2021-11-01 17:13:19 +01:00
Chuck Lantz
af8749d80e
Minor edits
2021-11-01 08:51:25 -07:00
Johannes Rieken
fc420cb9cb
add custom rule to prevent test.only
2021-11-01 16:37:13 +01:00
Henning Dieterichs
a445016364
Merge pull request #136032 from microsoft/hediet/refactorings
...
Some Simple Refactorings
2021-11-01 16:03:38 +01:00
Johannes Rieken
08a9a544e1
Revert "add mocha-no-only lint rule"
...
This reverts commit 538c4932b6 .
2021-11-01 15:53:51 +01:00
Henning Dieterichs
cf1b304fcd
ISplitLine -> IModelLineProjection
2021-11-01 15:38:15 +01:00
Henning Dieterichs
ba93b4cc8e
More adoption of this.getViewLineInfo.
2021-11-01 15:38:14 +01:00
Henning Dieterichs
754c262f9c
PrefixSumComputer renames, LineNumberMapper -> ConstantTimePrefixSumComputer
2021-11-01 15:38:14 +01:00
Henning Dieterichs
c95268b65d
new Selection(...) -> Selection.fromPositions/fromRange
2021-11-01 15:38:13 +01:00
João Moreno
3583edcc0b
fixes #136034
2021-11-01 15:30:45 +01:00
Henning Dieterichs
ee3f7eb2f5
Merge pull request #136024 from microsoft/hediet/extract-bracket-logic-from-text-model
...
Moves bracket logic from text model into BracketPairsImpl (IBracketPairs)
2021-11-01 15:30:03 +01:00
Alex Ross
961cf9a185
Add trace for automatic tasks
...
Part of microsoft/vscode-remote-release#5309
2021-11-01 15:24:55 +01:00
Johannes Rieken
538c4932b6
add mocha-no-only lint rule
2021-11-01 15:18:10 +01:00
Johannes Rieken
13f383439f
no test.only, fyi @bpasero
2021-11-01 15:14:36 +01:00
Alex Ross
8ec8e3285f
Add setting to specify shellArgs for the automationShell ( #131099 )
...
* Add setting to specify shellArgs for the automationShell
Fixes #96732
* Add deprecation messages
2021-11-01 14:59:06 +01:00