Commit graph

95532 commits

Author SHA1 Message Date
Johannes c6b42be3c6
more strict reuse of inline completion model 2022-04-06 18:43:41 +02:00
Johannes 807596b4a2
flash background with prominent color only and only for warning and error, https://github.com/microsoft/vscode/issues/145950 2022-04-06 18:28:33 +02:00
Johannes 368c39cd7a
make fuzzyScore full match boost configurable and don't it for inline completions, https://github.com/microsoft/vscode/issues/146523 2022-04-06 18:28:32 +02:00
Alex Ross 1df2d85c18
Make comments color names consistent
Fixes #146813
2022-04-06 18:08:50 +02:00
Benjamin Pasero f4617bb774
tests - print diag also before smoke tests 2022-04-06 16:31:08 +02:00
Benjamin Pasero f4aebbc956
Print diag after smoke test (#146920)
* smoke - list processes after run

* print more diag on linux

* .
2022-04-06 16:29:23 +02:00
Johannes 10aa1a013b
and add some todos 2022-04-06 16:04:13 +02:00
Johannes dbac6d3bba
remove (!) API todos, add some doc 2022-04-06 15:57:11 +02:00
Johannes 3a936460b4
eagerly resolve the first N items, the rest lazy, https://github.com/microsoft/vscode/issues/146468 2022-04-06 15:34:52 +02:00
Johannes 1ede7cf6bd
add "Toggle Inlay Hints" command to command palette and to View menu, https://github.com/microsoft/vscode/issues/128162 2022-04-06 14:47:37 +02:00
Johannes 1a36fbf049
add command to reset interaction counter, https://github.com/microsoft/vscode/issues/145950 2022-04-06 14:47:36 +02:00
Ladislau Szomoru 0b270f9e22
Fix #146909 2022-04-06 14:36:13 +02:00
Benjamin Pasero 7e86d63f29
tests - disable experiments in tests 2022-04-06 14:08:00 +02:00
Martin Aeschlimann 61b860aab7
Cleanup legacy recently opened code. Fixes #122623 2022-04-06 13:14:03 +02:00
Johannes 14c8d53371
add background color to language status animation, https://github.com/microsoft/vscode/issues/145950 2022-04-06 11:51:40 +02:00
Benjamin Pasero 18377e6ee2
smoke - allow to enable verbose vscode logs and enable for now 2022-04-06 10:41:22 +02:00
Johannes Rieken bf63ea1932
Merge pull request #146788 from microsoft:digitarald/ext-cmds
Instrument contributed extension commands
2022-04-06 10:18:26 +02:00
Johannes f182622565
💄 2022-04-06 10:17:46 +02:00
Johannes 9a2949806a
fix leaking observer, https://github.com/microsoft/vscode/issues/146841 2022-04-06 10:14:44 +02:00
Alexandru Dima 65ac7bde2a
Merge pull request #146552 from microsoft/hediet/tokenization
Moves tokenization logic from text model to its own text model part.
2022-04-06 10:12:42 +02:00
Benjamin Pasero b261d64b68
api - update watcher docs
//cc @lszomoru
2022-04-06 08:26:48 +02:00
Benjamin Pasero 82cac76aef
smoke - drop legacy tests 2022-04-06 08:00:42 +02:00
Benjamin Pasero a5a81f9575
api - update watcher docs
//cc @lszomoru
2022-04-06 07:15:13 +02:00
Jackson Kearl f050b17dac
Prioritize New File even more
Fix #144667
2022-04-05 17:29:01 -07:00
Jackson Kearl 37049cd22f
Prioritize Text File in New File list
Ref #144667
2022-04-05 17:11:28 -07:00
Matt Bierner a52e45add2
Don't show busy for JS/TS files not in workspace
Fixes #145309
2022-04-05 17:03:12 -07:00
Jackson Kearl c89ef73327
Dont persist match ranges unnecessarily
ref #145997
2022-04-05 16:56:32 -07:00
Matt Bierner 32acfdde2a
Correctly set webview active state on restore
Fixes #145648
2022-04-05 16:43:54 -07:00
Jackson Kearl a4ff080324
Fix #146641 2022-04-05 16:18:49 -07:00
Rob Lourens fd46d7191c Update remote prefs search query format 2022-04-05 16:10:51 -07:00
Matt Bierner 62d6f38fc2
Auto create image links when dropping an image file into markdown 2022-04-05 15:42:56 -07:00
Matt Bierner 032ee47056
Add setting to enable/disable markdown drop into editor
For #142990
2022-04-05 15:42:56 -07:00
Alex Dima ddf70921cd
Fixes #146486: Add a eager pointerup listener which shouldn't miss any events 2022-04-06 00:37:04 +02:00
Matt Bierner b4b7380576
Fix md references not checking authority
Simply compare by string for now
2022-04-05 15:31:43 -07:00
Matt Bierner a56c9f10b7
Enable find all references and rename of auto links and http(s) links in markdown
For #146777, #146277
2022-04-05 15:18:18 -07:00
Matt Bierner c80acef8a1
Mark cached prop readonly 2022-04-05 15:18:17 -07:00
rebornix 7edc9a2358
💄 2022-04-05 14:28:23 -07:00
rebornix eebc982128
re #146841. allow single action view item to be disposed properly. 2022-04-05 14:28:22 -07:00
rebornix 9fe0ba13ce
re #146841. Fix actionbar memory leak. 2022-04-05 14:28:17 -07:00
Matt Bierner 55627db338
Move fragment range down into documentLinkProvider 2022-04-05 14:22:57 -07:00
Matt Bierner 9b141e1959
Use clearer logic 2022-04-05 14:22:57 -07:00
David Dossett f97316f0c3 Update language status indicator padding 2022-04-05 14:06:56 -07:00
Alex Dima 786f16633a
Merge remote-tracking branch 'origin/main' into hediet/tokenization 2022-04-05 21:35:06 +02:00
Logan Ramos 9d0c4574f2
Fix compile 2022-04-05 15:28:05 -04:00
Logan Ramos 29e28ccf01
Update window tests 2022-04-05 15:25:57 -04:00
Alex Dima 09f58cbcef
Fix compilation error 2022-04-05 21:20:08 +02:00
Raymond Zhao 8ba7e14db9
Emmet reduce JSX array noise (#146757)
Reduce emmet JSX array noise, fixes #138461
2022-04-05 12:20:07 -07:00
Alex Dima 3b96d8d54b
Don't expose undocumented API 2022-04-05 21:19:21 +02:00
Alex Dima b99fd99594
Use word related methods always through ITextModel 2022-04-05 21:16:20 +02:00
Logan Ramos d52eeec75d
Update variable misname 2022-04-05 15:15:41 -04:00