Commit graph

91173 commits

Author SHA1 Message Date
Matt Bierner 80ce88bc6a
Adopt strike through for markdown
Fixes #43504

Picks up new markdown grammar with strikethrough support and also adopts it for our built-in themes
2022-01-05 15:13:35 -08:00
Matt Bierner 9ed5a855c1
Add support for office-script virtual file system 2022-01-05 14:53:44 -08:00
Matt Bierner ef69c9c8d8
Fix markdown pinning test 2022-01-05 14:49:00 -08:00
Daniel Imms a35a6ecc13 Stub editor service in terminal test
Will fix warning.

Fixes #139982
2022-01-05 14:42:26 -08:00
Mohammad Sadegh Salimi 2a0d371ca3
Adding support for RTL languages for readme markdown preview. (#139644)
* [markdown preview] dir "auto" added to the markdown-body class.

* fix markdown preview for RTL languages
2022-01-05 14:14:32 -08:00
Daniel Imms 883009bf0f
Merge pull request #140152 from Yash621/main
code-insiders --status results in error
2022-01-05 14:12:00 -08:00
Daniel Imms 6cd5790320
Remove SSH as it's part of host 2022-01-05 14:11:22 -08:00
Daniel Imms 7f917e28ed
Remove SSH as it's part of authority 2022-01-05 14:10:41 -08:00
Matt Bierner 7e4ed924c1
Pick up new TS version for building VS Code 2022-01-05 14:06:11 -08:00
iamkun 42b3d8a06d
refactor: remove duplicate if statement (#140085) 2022-01-05 13:51:08 -08:00
Connor Peet 994f907fa8
debug: fix watcher on debug memory not working 2022-01-05 12:26:05 -08:00
Connor Peet bef5c27e43
debug: fix view memory action being obstructed by scrollbar 2022-01-05 12:26:05 -08:00
Connor Peet 5f90c39e87
debug: better experience for installing hex editor 2022-01-05 12:26:04 -08:00
Connor Peet 154e1f6fb9
debug: rename view memory action 2022-01-05 12:26:04 -08:00
Khaled 0dba492e01
Corrected the regex to detect espaced percent symbol (#139437) 2022-01-05 12:13:29 -08:00
Megan Rogge bdb513f545
fix #140128 (#140178) 2022-01-05 14:03:51 -06:00
Matt Bierner c3b939238c
Fix browser ts version 2022-01-05 11:18:22 -08:00
Matt Bierner 0012ea2fb4
Don't include [ and ] as strings in markdown links
Fixes #139051
2022-01-05 11:18:21 -08:00
Jackson Kearl 10ed57042f
Add context key for editor tab visibility (#139336)
* Add context key for editor tab visibility
Rather than reading from `'config.workbench.editor.showTabs'`, which does not reflect tabs being hidden due to zen mode.
Fixes #139303

* Move context key management logic up

* Better handle undefined case

* Ensure key is set on startup

* 💄

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-01-05 11:16:44 -08:00
Miguel Solorio b45dd3244c Update "Learn" SVG - Fixes #140159 2022-01-05 11:00:26 -08:00
SteVen Batten 55074185ad
fixes #140175 2022-01-05 09:48:22 -08:00
João Moreno 44452718b8
Web: publish web files.txt (#140163)
* build: publish web files.txt

* fix cdn
2022-01-05 09:31:08 -08:00
SteVen Batten e3b2098f06
fixes #140164 2022-01-05 09:11:19 -08:00
Johannes Rieken 24406512b3
only triage open issues... 2022-01-05 16:48:33 +01:00
Johannes Rieken 7046a368fb
don't accidentially stop asking for completions because snippets happened, https://github.com/microsoft/vscode/issues/139559 2022-01-05 15:16:42 +01:00
Johannes Rieken ffdb8427ed
💄 use native endsWith, fyi @chrmarti 2022-01-05 11:46:29 +01:00
Johannes Rieken 986f163f9f
use extension linter to warn about usage of impossible proposals, https://github.com/microsoft/vscode-internalbacklog/issues/2461 2022-01-05 11:46:29 +01:00
Henning Dieterichs 1351d5a62e
Fixes #140104. 2022-01-05 11:26:33 +01:00
Alex Ross 25c6c331ed
Include root for postDebugTask (#140038)
Fixes #140003
2022-01-05 11:16:36 +01:00
João Moreno 5e630c145f
Enable IPC API for web (#138054)
* wip: ipc api

* wip: send message ports upfront

* address both inside and outside iframe

* fix build

* relay MessagePort to worker

* address api discussion feedback

* check for proposed api

* fix layer breakage

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2022-01-05 02:11:12 -08:00
Benjamin Pasero 898073bcdb
fix tests (watcher tests have moved) 2022-01-05 10:29:02 +01:00
Benjamin Pasero 23039b6289
watcher - more robust root path delete handling 2022-01-05 10:14:37 +01:00
yash621 099ed429f2 Merge branch 'main' of https://github.com/microsoft/vscode 2022-01-05 14:08:04 +05:30
yash621 4e8d9b513b updated error messages 2022-01-05 14:08:02 +05:30
Benjamin Pasero 82855424a6
watcher - more tests 2022-01-05 08:49:43 +01:00
Johannes Rieken 26ed170af8
use decoration for active inlay hints link, support cusor decoration fyi @hediet, https://github.com/microsoft/vscode/issues/129528 2022-01-05 08:43:49 +01:00
Johannes Rieken 147e502c3d
support open to side gesture, https://github.com/microsoft/vscode/issues/129528 2022-01-05 08:02:58 +01:00
Benjamin Pasero 12f2f60551
Opening edt active when ctrl+tab without editors feels wrong (fix #140102) 2022-01-05 06:58:50 +01:00
Jackson Kearl f0054e049c
Add explorer.enableUndo config to warn/allow/disable explorer undo (#140140)
Closes #117621
2022-01-04 20:59:28 -08:00
Connor Peet a19eb0a722
Merge pull request #133643 from microsoft/connor4312/debug-read-memory
debug: read/write memory support
2022-01-04 16:41:35 -08:00
Connor Peet 200a679b23
debug: support inline actions on variables, show data inspector inline 2022-01-04 16:26:11 -08:00
Jackson Kearl fc76a87555
Fix #137544 2022-01-04 16:19:25 -08:00
SteVen Batten c0c135f120
update ob pipeline 2022-01-04 14:40:30 -08:00
Connor Peet 259c20e8d1
debug: close memory view automatically when debug session ends 2022-01-04 14:29:31 -08:00
Daniel Imms 6ce37ef7a2 Skip flaky test
Part of #140111
2022-01-04 14:28:16 -08:00
Sandeep Somavarapu f559de2510
rename test 2022-01-04 21:52:42 +01:00
Sandeep Somavarapu de0724b414
add flags info to query telemetry 2022-01-04 21:52:42 +01:00
Sandeep Somavarapu 66f67d5904
Fix #139334 2022-01-04 21:52:41 +01:00
Sandeep Somavarapu 030161d0d6
do not show hover if publisher is not verified 2022-01-04 21:52:41 +01:00
Sandeep Somavarapu ed86704006
apply target filter while querying 2022-01-04 21:52:41 +01:00