Johannes Rieken
35518adc88
set max request delay to 500ms, https://github.com/microsoft/vscode/issues/128159
2021-09-20 15:13:03 +02:00
Sandeep Somavarapu
a6c93c3d66
#132549 tweak dialog
2021-09-20 15:00:31 +02:00
Martin Aeschlimann
abfaf30a04
Whitelist comments in all JSON files. For #129206
2021-09-20 14:54:26 +02:00
João Moreno
9fb5da7d91
Merge branch 'joao/esrp-errors'
2021-09-20 14:19:16 +02:00
Johannes Rieken
83b0f43504
extend request range when asking for inlay hints
2021-09-20 13:58:56 +02:00
Alex Ross
086a033a56
Update C# grammar
2021-09-20 13:56:20 +02:00
Martin Aeschlimann
fdf17389d7
Merge pull request #129206 from SNDST00M/jsonc
...
Whitelist comments in all JSON files
2021-09-20 13:33:24 +02:00
Sandeep Somavarapu
6e66f82e3b
Fix #132549
2021-09-20 13:23:20 +02:00
Johannes Rieken
e488b7cefc
💄 also stop checking useInjectedText-setting fyi @hediet
2021-09-20 13:21:53 +02:00
Johannes Rieken
fd3415d041
💄 also stop checking useInjectedText-setting fyi @hediet
2021-09-20 13:16:35 +02:00
Johannes Rieken
3a2634390d
cache inlay hint and use cached hint when switching between tabs, https://github.com/microsoft/vscode/issues/128159
2021-09-20 12:51:20 +02:00
Benjamin Pasero
b28b3c24f1
status bar API - filter out number values that cannot be serialised ( #133317 )
2021-09-20 11:21:12 +02:00
João Moreno
d390635c56
Merge branch 'main' into joao/esrp-errors
2021-09-20 10:45:08 +02:00
João Moreno
b66d069c1d
catch esrp errors
...
related to #133316
2021-09-20 10:44:34 +02:00
Johannes Rieken
5c8ba90f12
fix https://github.com/microsoft/vscode/issues/133023
2021-09-20 10:37:45 +02:00
Henning Dieterichs
616310ccb4
Merge pull request #132504 from DragWx/bpc-shared-brackets
...
Allow bracket pairs to share open tokens or close tokens in the colorizer
2021-09-20 09:23:18 +02:00
Johannes Rieken
4ee39323c1
fix https://github.com/microsoft/vscode/issues/132697
2021-09-20 09:22:26 +02:00
rebornix
c28c86fcd1
-notebookViewModel.moveCellToIdx
2021-09-19 17:16:18 -07:00
rebornix
50421e23a0
- notebookViewModel.deleteCell
2021-09-19 17:16:17 -07:00
Benjamin Pasero
adee8fa29a
editors - shorten diff labels ( #110694 )
2021-09-19 17:29:44 +02:00
DragWx
65cb8e5a14
Allow colorized bracket pairs to share opening or closing brackets ( #132209 )
2021-09-18 15:49:06 -04:00
Benjamin Pasero
54cdd9c58b
status - improve hover feedback for compact entries ( #129037 )
2021-09-18 09:53:10 +02:00
Jackson Kearl
f01d9ab212
Revert commits intended for PR
2021-09-17 23:19:35 -07:00
Jackson Kearl
a0f92e2803
Continue to move utils to common
2021-09-17 23:11:38 -07:00
Jackson Kearl
0703e08526
Move utils to common
2021-09-17 23:11:38 -07:00
Jackson Kearl
df53530bbc
remove perf logging
2021-09-17 23:11:37 -07:00
Jackson Kearl
eea068bd7d
Remove some dead code
2021-09-17 23:11:37 -07:00
Jackson Kearl
5ed5a40e79
Move search to webworker
2021-09-17 23:11:36 -07:00
Jackson Kearl
1fe952416d
local file search in web - renderer process impl
2021-09-17 23:11:36 -07:00
Stephen Sigwart
b2882e5d55
Make go to next/prev folding range more intuitive
...
- Only use next/previous sibling if on the starting line of a folding region. Otherwise, just go to the nearest fold.
- Update command title in say folding region.
2021-09-17 23:38:41 -04:00
John Harrison
f5b7f2e6f6
Adding support for negated test tag filtering to the testingExplorerView.
2021-09-17 18:45:50 -07:00
Rob Lourens
84e1513ee1
Fix continue icon color in notebooks
2021-09-17 17:07:17 -07:00
Simon McEnlly
240cde21df
Merge branch 'microsoft:main' into main
2021-09-18 09:25:54 +10:00
Rob Lourens
16ab8be08e
Clean up new history keybinding input box hint, fix for findWiget
...
See #129324
2021-09-17 15:04:26 -07:00
John Murray
bff1cf8076
Append hint text to placeholder if input supports history ( #129324 )
...
* Append hint text to placeholder if input supports history
* Avoid adding history hint to tooltip
* only add history hint when focused and history exists
* don't break showPlaceholderOnFocus
* remove parens from includes/excludes placeholders
* make `Clear Search History` clear Replace field history too
* terser indication of field history
* update placeholder history hint sooner when clearing field
* revise hint text after feedback
* fix typo in comment
* suppress hint suffix if history keybindings customized
* fix bad merge
2021-09-17 14:41:40 -07:00
Tyler Leonhardt
dcb7d85c0a
allow type in dompurify config so that issue-reporter can work again (type="checkbox" & type="text") fixes #133281
2021-09-17 14:27:45 -07:00
meganrogge
c35cf73105
only enable cwdDetection for mac if release allows
2021-09-17 13:18:53 -07:00
Rob Lourens
b97d35e762
Fix notebook copy/undo/other commands after focusing webview
...
Fix #131937
2021-09-17 12:24:38 -07:00
Henning Dieterichs
3d864da320
Merge pull request #133009 from microsoft/hediet/encode-actual-value-as-json
...
Encode actual and expected value as JSON
2021-09-17 20:54:45 +02:00
Logan Ramos
a12945dba8
Bump distro
2021-09-17 14:45:40 -04:00
Logan Ramos
3b9ec0719d
Fix editor move event
2021-09-17 14:07:51 -04:00
Logan Ramos
c46e473ad8
Re-enable notebook in tabs test
2021-09-17 13:08:44 -04:00
Rob Lourens
fcf54f8935
Always open launch.json if it already exists but is empty when "configuring"
...
Fix #133327
2021-09-17 10:02:48 -07:00
rebornix
1285687b03
getCellsInRange.
2021-09-17 09:58:40 -07:00
rebornix
882bd499c5
hide view related helper functions.
2021-09-17 09:58:07 -07:00
Logan Ramos
0c159a32df
Don't diff tab model
2021-09-17 12:45:32 -04:00
Tyler Leonhardt
d8d0570244
gzip and minify json
2021-09-17 09:44:03 -07:00
Megan Rogge
185cd70071
improve empty workpsace handling
2021-09-17 11:41:04 -05:00
Henning Dieterichs
152413e0a8
Fixes #132476 by not colorizing <...> by default.
2021-09-17 17:26:26 +02:00
Loïc Mangeonjean
d100ddccb4
Add resolveCodeAction to monaco registerCodeActionProvider
2021-09-17 17:18:38 +02:00