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
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
Johannes Rieken
3176fb8f1a
Merge pull request #134280 from microsoft/joh/fillFileEvents
...
add better fill-method (for tuples) and adopt for file events
2021-10-04 09:54:48 +02:00
Suven Pandey
9b37df3930
Set wordwrap to on for testingOutputPeek
2021-10-03 07:02:10 +05:45
Logan Ramos
a4342f3add
Bump telemetry module
2021-10-01 16:52:56 -04:00
Rob Lourens
974af82b27
Fix #134302
2021-10-01 13:20:32 -07:00
Matt Bierner
5fc835305a
Re-enable webview tests on web ( #134300 )
...
* Enable webview tests on web
These tests pass fine on Chrome and webkit. On Firefox, the two about loading resources currently fail
I spent a while trying to debug what is going on with these tests. It seems like the service workers is registered properly but `fetch` is never called on it. Skipping these for now
* Remove only
* Fix test
2021-10-01 12:32:29 -07:00
SteVen Batten
4b18313b44
listen to both settings changes
2021-10-01 11:53:48 -07:00
rebornix
6d26775334
fix #134295 . Cell language update from UI is not applied.
2021-10-01 11:05:39 -07:00
Jackson Kearl
b71da64103
Fix microsoft/vscode-internalbacklog/issues/2423
2021-10-01 11:04:07 -07:00
David Dossett
4b9f535c94
Update language status icons
2021-10-01 10:23:49 -07:00
Megan Rogge
220412f589
fix #134025
2021-10-01 11:40:33 -05:00
Logan Ramos
6bfe83dcac
Check test plan items regardless of milestone
2021-10-01 12:31:43 -04:00
Megan Rogge
981850625c
fix #133361
2021-10-01 08:57:58 -07:00
deepak1556
a9a598351e
chore: bump electron@13.5.1
...
Fixes https://github.com/microsoft/vscode/issues/134244
Fixes https://github.com/microsoft/vscode/issues/122225
2021-10-02 00:37:51 +09:00
Logan Ramos
c9e8266ee2
Bump distro
2021-10-01 09:19:11 -04:00
Johannes Rieken
41be57cb66
add better fill-method (for tuples) and adopt for file events
2021-10-01 13:01:21 +02:00
Johannes Rieken
bde7d28924
prepare code for icon arrival, https://github.com/microsoft/vscode/issues/134102
2021-10-01 11:09:53 +02:00
Benjamin Pasero
4743d84dd8
file watcher - handle files.watcherInclude properly via URI identity
2021-10-01 10:31:46 +02:00
Sandeep Somavarapu
e899e6d805
add unkpkg repo
2021-10-01 09:43:49 +02:00
Johannes Rieken
cb7663e1b4
use label-or in notebooks
2021-10-01 09:27:02 +02:00
Benjamin Pasero
350bd769d9
actually fix #134030
2021-10-01 08:37:24 +02:00
Matt Bierner
12167d7ce8
Note required TS version of JSX completion setting
2021-09-30 17:20:27 -07:00
Rob Lourens
d4c589383d
Bump vscode-ripgrep
2021-09-30 16:51:42 -07:00
SteVen Batten
19cf2465dc
fixes #134037
2021-09-30 16:33:09 -07:00
Jackson Kearl
b65f57336e
Fix #134252
2021-09-30 15:58:38 -07:00
Jackson Kearl
5c07e47a9d
Fix #134231
2021-09-30 15:50:29 -07:00
SteVen Batten
1cf8cc78f3
fixes #134208
2021-09-30 15:17:10 -07:00
Alex Dima
76d2ccad20
Use the default editor font family as fallback for Safari ( #125968 )
2021-09-30 22:35:04 +02:00