Logan Ramos
881dbb0fa0
Switch to listening to editor active on group model instead of pane
2021-10-06 11:06:29 -04:00
Daniel Imms
4edb5c88d4
Remove proposed api check in terminal state event
...
Fixes #134376
2021-10-06 08:00:33 -07:00
Benjamin Pasero
8bec397bd3
web - update wording
2021-10-06 16:28:31 +02:00
Benjamin Pasero
d1f2a74dbc
💄 wording
2021-10-06 16:24:46 +02:00
Henning Dieterichs
ad2192fd8b
Fixes #133613 : Do not highlight matching brackets if text editor has no focus.
2021-10-06 16:23:12 +02:00
Henning Dieterichs
9d43adcc17
Fixes #133353 by hiding inline suggestions when the editor loses focus.
...
Only seems to be working reliably now because of #133518 .
2021-10-06 16:18:29 +02:00
Henning Dieterichs
8129d7830b
Merge pull request #133518 from microsoft/hediet/use-mouse-down-in-hover
...
Uses EventType.MOUSE_DOWN instead of EventType.CLICK
2021-10-06 16:17:00 +02:00
Henning Dieterichs
e14fb8f7cf
Allows settings to override language contributed bracket pair configurations.
2021-10-06 16:07:32 +02:00
Benjamin Pasero
6cb293e309
Revert "code cache - enable code option (over bypassHeatCheck) to align with browsers"
...
This reverts commit b044a16083 .
2021-10-06 13:22:55 +02:00
Johannes Rieken
a7e62c6581
use TST#fill when resolving files
2021-10-06 11:10:26 +02:00
Johannes Rieken
b1e0e0e35b
store decorations: uri -> provider -> data instead of provider -> uri -> data, https://github.com/microsoft/vscode/issues/134075
2021-10-06 11:03:48 +02:00
Benjamin Pasero
711891bb61
shared process - init config and storage in parallel (same as we do in workbench)
2021-10-06 09:52:54 +02:00
Benjamin Pasero
25a8b89fce
Not properly handling fs events for uris that are currently in a pending stat or readFile call ( fix #132765 )
2021-10-06 07:51:58 +02:00
tanhakabir
1dc6bcd101
Decrease opacity of execution label for accessibility contrast ratio ( #134467 )
...
This PR fixes #105898
2021-10-05 15:01:32 -07:00
Matt Bierner
78c627f1c9
Trigger inlay hints for all visible JS/TS editors when one changes
...
Fixes #130430
2021-10-05 12:20:42 -07:00
Ladislau Szomoru
5081eb07bf
Fix icon shrinking issue @sbatten
2021-10-05 15:11:56 +02:00
Benjamin Pasero
1afa8ead34
web - tweak wording for unsupported file system access
2021-10-05 12:15:17 +02:00
Andre Weinand
a20b42168d
assign area "debug" back to weinand
2021-10-05 09:59:13 +02:00
Sandeep Somavarapu
a215946a45
Merge pull request #134348 from gjsjohnmurray/fix-134345
...
fix #134345 - 'workpsace' typo
2021-10-05 09:28:58 +02:00
tanhakabir
517f5e8df7
Add tooltip for Execution count ( #134416 )
...
Fixes #115095
2021-10-04 19:19:17 -07:00
Connor Peet
6f0aac7590
testing: fix performance issues on very large files
...
Fixes #134220
2021-10-04 16:29:41 -07:00
Megan Rogge
fdf57be3e2
size to content width per instance and for proper viewport ( #134393 ) ( #134394 )
2021-10-04 15:48:50 -07:00
Miguel Solorio
b074a8af98
Fix #86965
2021-10-04 15:27:25 -07:00
Matt Bierner
9f199f8a43
💄
2021-10-04 14:21:33 -07:00
Matt Bierner
98a3181061
De-prioritize builtin renderers in notebooks
...
Fixes #134172
2021-10-04 14:21:33 -07:00
tanhakabir
c5572f9897
Remove tanha from notebook topic subscribers
2021-10-04 14:00:39 -07:00
Ladislau Szomoru
492d72247f
Update classifier.json
2021-10-04 20:24:02 +02:00
Jackson Kearl
bed96a9089
eamodio => JacksonKearl & lszomoru
2021-10-04 11:07:21 -07:00
Megan Rogge
0c53b8a583
size to content width per instance and for proper viewport ( #134393 )
2021-10-04 10:41:51 -07:00
Connor Peet
b0652ed9b6
Merge pull request #132097 from smcenlly/main
...
testing: add sort by duration to test explorer
2021-10-04 10:08:12 -07:00
Benjamin Pasero
b044a16083
code cache - enable code option (over bypassHeatCheck) to align with browsers
2021-10-04 18:51:19 +02:00
Connor Peet
010d19c81a
Merge pull request #134347 from Suven-p/issue_wordwrap
...
Set wordwrap to on for testingOutputPeek
2021-10-04 09:48:01 -07:00
Matt Bierner
eb5ec1b324
Use warning for partial mode language status item
2021-10-04 09:19:47 -07:00
Matt Bierner
af345ef499
Pick up new TS version for building VS Code
2021-10-04 09:19:47 -07:00
Logan Rasmussen
35ea6c0cf5
Remove angle brackets when checking the scheme ( #133419 )
...
* Remove angle brackets when checking the scheme
This only removes the brackets during the scheme check if the initial link provided actually has angle brackets.
* Move angle bracket logic to document link file
Change to use replace instead of match for easier reading
2021-10-04 08:31:52 -07:00
Alexandru Dima
93ab0da0d2
Fixes #132641 : Use document.activeElement to double check that the webview really has focus ( #134164 )
2021-10-04 08:13:30 -07:00
Matt Bierner
9990843822
Disable non syntax errors in files that don't have semantic capabilities ( #134175 )
...
If we're on a host that supports semantic checking, but in a file that doesn't support semantic errors, we currently don't want to report semantic errors since these will likely complain about imports and other undefined symols
2021-10-04 08:11:16 -07:00
rjc
e7d0b82c56
Fix Description field
2021-10-04 15:53:56 +01:00
Johannes Rieken
48272059d9
cleanup, also use TST#fill for decoration change events, related to https://github.com/microsoft/vscode/issues/134075
2021-10-04 15:11:56 +02:00
Benjamin Pasero
0fa7ce221b
files - adopt the new long running canHandleResource variant
2021-10-04 15:11:41 +02:00
Benjamin Pasero
23f8788a8b
debt - rename IFileService.canHandleResource to IFileService.hasProvider and make canHandleResource a promise that activates
2021-10-04 15:06:49 +02:00
Johannes Rieken
54ffd1db08
simplify equalsIgnoreCase and startsWithIgnoreCase, let them use compareSubstringIgnoreCase
2021-10-04 14:54:25 +02:00
Johannes Rieken
2f740875b0
reduce chances to bail-out onto toLowerCase in compareSubstringIgnoreCase, https://github.com/microsoft/vscode/issues/134075
2021-10-04 14:54:25 +02:00
Benjamin Pasero
80ca5cfdba
debt - do not directly use node.js path module
2021-10-04 14:13:30 +02:00
Benjamin Pasero
d3d722b9bb
--wait released if split editor is closed ( fix #134299 )
2021-10-04 14:09:21 +02:00
Johannes Rieken
f8e953fdff
adopt API breakage of onDidChangeInlayHints
2021-10-04 12:59:25 +02:00
Johannes Rieken
bbff19b5ba
allow to send onDidChangeInlayHints-event for specific uris, https://github.com/microsoft/vscode/issues/130430
2021-10-04 12:17:10 +02:00
Johannes Rieken
9c6de0fb16
fix https://github.com/microsoft/vscode/issues/120898
2021-10-04 11:57:35 +02:00
Benjamin Pasero
fbe916a03f
Auto save on window focus change still asks to save on close, triggering the save ( fix #134250 )
2021-10-04 10:55:21 +02:00
Johannes Rieken
7d5070517d
update mywork notebook to october
2021-10-04 09:55:01 +02:00