Matt Bierner
c38d441d37
Make sure inline math is marked as markdown-math
...
For https://github.com/microsoft/vscode/issues/134893#issuecomment-947669488
2021-10-20 14:22:44 -07:00
Matt Bierner
3dc7b03ff9
Allow leading and trailing math on same line as math block
...
Fixes #134893
2021-10-20 14:17:46 -07:00
Connor Peet
f5ca93d0fa
debug: deemphasize internal variables too
2021-10-20 13:56:43 -07:00
Connor Peet
989bb81f9f
debug: prevent double clicking to edit readonly variables
2021-10-20 13:56:43 -07:00
Connor Peet
b34a52ec66
testing: nominally request links in test peeks
2021-10-20 13:56:43 -07:00
Matt Bierner
d51d2910d8
Fix scheme check
...
Fixes #135361
2021-10-20 13:52:08 -07:00
Matt Bierner
04f51add61
Disable markdown math inside of raw code blocks
...
For #135254
2021-10-20 13:29:28 -07:00
Daniel Imms
91d2bdded2
Silently fail when remote environment isn't available
...
Fixes #135392
2021-10-20 12:44:53 -07:00
Daniel Imms
570f82fa66
Confirm when using tab inline kill action
...
Fixes #135438
2021-10-20 12:25:56 -07:00
Logan Ramos
514ad0acf0
Fix #135422
2021-10-20 15:18:46 -04:00
Tyler James Leonhardt
c71e201bed
refactored mainthreadauth with silent option and tests ( #135503 )
2021-10-20 12:17:06 -07:00
rebornix
fb0e4870b3
fix #135424
2021-10-20 11:40:59 -07:00
Megan Rogge
55c8ba91fa
part of #134907
2021-10-20 11:40:39 -07:00
Megan Rogge
e11330935d
fix #133968
2021-10-20 11:07:10 -07:00
Megan Rogge
d0c2b01b60
fix #134596 ( #135495 )
2021-10-20 10:41:55 -07:00
Martin Aeschlimann
510b49e1da
New snippets file has language mode of "JSON" rather than "JSON with comments". Fixes #120190 . Fixes #119538
2021-10-20 19:17:07 +02:00
Megan Rogge
634b99eed5
show better messages for windows error codes ( #135483 )
2021-10-20 10:04:46 -07:00
Alex Dima
beb95ba6a9
update distro
2021-10-20 18:51:52 +02:00
Alex Dima
4cd2b53b31
Remove unnecessary scripts
2021-10-20 18:48:49 +02:00
Alex Dima
822f995357
Add server folder
2021-10-20 18:42:13 +02:00
Raymond Zhao
fc504f3af3
Fix when clauses for Emmet commands
2021-10-20 09:02:28 -07:00
Aex
56deb2ac17
Update to latest seti-ui icon theme
2021-10-20 15:32:24 +00:00
Alex Dima
8bb5c7ae07
update distro
2021-10-20 17:18:01 +02:00
Alex Dima
0fc4a488a8
Improve handshake
2021-10-20 17:15:15 +02:00
Benjamin Pasero
5f0cce5465
watcher - diagnose flaky test
2021-10-20 16:40:18 +02:00
Benjamin Pasero
96ff0e0666
"Workspace does not exist" when failing to connect to ssh remote ( fix #135331 )
2021-10-20 16:16:19 +02:00
Henning Dieterichs
792df9da2f
Fixes #135125 by not colorizing any bracket pairs in html.
2021-10-20 16:08:11 +02:00
Benjamin Pasero
2e112c714e
sandbox - enable graceful-fs in main process too ( #132282 )
2021-10-20 15:52:35 +02:00
Benjamin Pasero
2f574828e5
sandbox - more reuse of sandboxed fs provider ( #132282 )
2021-10-20 14:57:47 +02:00
Johannes Rieken
1b8fd2edab
add skipped test for https://github.com/microsoft/vscode/issues/112362
2021-10-20 13:08:59 +02:00
egamma
c8c5f5b083
Update the tracked repos
2021-10-20 12:30:41 +02:00
Johannes Rieken
de2f16bde7
trigger quick suggest also when composition ends, fixes https://github.com/microsoft/vscode/issues/123672
2021-10-20 12:20:14 +02:00
Johannes Rieken
d40fe68ae0
fix https://github.com/microsoft/vscode/issues/131700
2021-10-20 12:00:47 +02:00
Christof Marti
3eead37a43
Handle async errors ( #134873 )
2021-10-20 09:22:14 +02:00
Benjamin Pasero
2f795d34ee
sandbox - implement non-recursive watch support ( #132282 )
2021-10-20 08:56:34 +02:00
Junghyeon Park
ac8aed60e7
Enable replacePattern
2021-10-20 03:20:26 +00:00
Matt Bierner
2ae9352ae3
Try to avoid opening text documents just to process diagnostics
...
To handle JS/TS diagnostics, we currently use the language mode of an open text document. This should always be correct, but also causes us to open text documents that we don't need to
This change instead tries using the file extension first before falling back to use the text document. Using the file extension is not strictly correct since users can setup weird file associations, but should be ok for the vast majority of use cases
Investigated as part of #101885
2021-10-19 17:54:23 -07:00
Matt Bierner
8fc2a8d2ce
Fix comment
2021-10-19 17:54:23 -07:00
Raymond Zhao
f58cc47983
Remove redundant comment
2021-10-19 17:10:07 -07:00
Raymond Zhao
d0d4a33707
Take out nowrap rule in Settings editor
...
Fixes #135427
2021-10-19 16:58:26 -07:00
rebornix
0047e02372
fix #131706 .
2021-10-19 16:51:07 -07:00
rebornix
f6de5208d8
fix #126475
2021-10-19 16:37:00 -07:00
rebornix
286370b347
fix #122563 .
2021-10-19 16:16:03 -07:00
Raymond Zhao
7f8d465069
Fixes #134149
...
- Add more Emmet onCommand activation points
- Only let Emmet commands show up in files
2021-10-19 16:07:27 -07:00
rebornix
aea6270bf8
fix #120680
2021-10-19 15:31:15 -07:00
rebornix
f94ce8b384
fix #128329
2021-10-19 15:23:32 -07:00
rebornix
945b0fde6c
re #127177
2021-10-19 15:10:13 -07:00
rebornix
f37df8f507
fix #130239 .
2021-10-19 15:08:47 -07:00
Logan Ramos
98f31a44ab
Bump distro
2021-10-19 17:20:56 -04:00
rebornix
89c7f3b264
fix #135340
2021-10-19 14:12:37 -07:00